Skip to main content
POST
Z Image Turbo LoRA
Z-Image Turbo LoRA is a high-speed image generation model that supports rapid generation of high-quality images based on text prompts, with support for applying custom LoRA weights.
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.

Request Headers

string
required
Supports: application/json
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Request Body

integer
Random seed for generation. -1 means using a random seedValue range: [-1, 2147483647]
string
default:"1024*1024"
Pixel dimensions of the generated image (width*height)
object[]
default:"[]"
List of LoRAs to apply (maximum 3)Array length: 0 - 3
string
required
Positive prompt for generation

Response

string
required
Use the task_id to request the Task Result API to retrieve the generated outputs.
Last modified on July 3, 2026