Z-Image Turbo is a high-speed image generation model that supports rapid generation of high-quality images based on text prompts.
This is an asynchronous API; only the task_id will be returned. You should use the task_id to request the Task Result API to retrieve the video generation results.
Supports: application/json
Bearer authentication format, for example: Bearer {{API Key}}.
Request Body
Random seed for generation. -1 means using a random seed. Range: -1 to 2147483647Value range: [-1, 2147483647]
size
string
default:"1024*1024"
Pixel dimensions of the generated image (width*height). Each dimension ranges from 256 to 1536 pixels
Positive prompt for generation
If enabled, the output will be encoded as a BASE64 string instead of a URL. This property is only available via API
Response
Use the task_id to request the Task Result API to retrieve the generated outputs.