Templates improve your prompt for specific styles. Available templates:
general, 'Balanced style for most use cases'],
[photorealistic, 'Photo-like realism with natural lighting'],
[illustration, 'Artistic illustration style'],
[minimalist, 'Clean, simple compositions'],
[sticker, 'Sticker-style with clear edges'],
[product, 'E-commerce product photography'],
[comic, 'Comic book visual style'],
]}
/>
Template selection coming soon. Currently uses general style for all generations.
Using Reference Images
Add reference images for style guidance or context. Pass image IDs or aliases in the referenceImages array:
Pro Tip: Use aliases like @logo instead of UUIDs. See Working with Images to learn about aliases.
You can also mention aliases directly in your prompt text — they're auto-detected:
Continuing Generation
Chain multiple generations together by passing the same flowId:
Each response includes a flowId you can use to continue the sequence. Flows help organize related generations together.
Regeneration
Want a different result with the same parameters? Regenerate an existing generation:
Same prompt, new image. The generation ID and URL stay the same — the image content is replaced.
>
);
}