Generate Images
These endpoints create new images from a text prompt. Pick the model family first, then the delivery mode.
Which model should I use?
Delivery modes
- Synchronous endpoints return the finished images in the response.
- Asynchronous endpoints (under
/async/) return ageneration_idimmediately. Retrieve results by pollingGET /v1/generations/{generation_id}or by supplying awebhook_url(see the Webhooks guide). - Transparent background variants return images with alpha channels, suited for logos, stickers, and compositing.