Skip to content
Stable Diffusion API

Stable Diffusion

Z Image Turbo

model_id: z-image-turbo

Z Image Turbo API: text-to-image from a distilled Z-Image model that renders photoreal images in 8 steps. One REST call per image, plans from $21/month. A distilled version of Z-Image that matches or exceeds leading competitors with only 8 NFEs (Number of Function Evaluations) You can integrate Z Image Turbo into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "z-image-turbo" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation. Z Image Turbo costs $0.0047 per API call. ModelsLab plans start at $21/month (Basic), and the $149/month Open Source plan includes unlimited generation on open-source models.

Z Image Turbo sample image

Generate with Z Image Turbo via API

Send a POST request to https://stablediffusionapi.com/api/v6/images/text2img with your API key. Get yours at modelslab.com.

curl -X POST 'https://stablediffusionapi.com/api/v6/images/text2img' \
  -H 'Content-Type: application/json' \
  -d '{
  "key": "YOUR_API_KEY",
  "model_id": "z-image-turbo",
  "prompt": "a candid street portrait, 35mm film look",
  "width": 1024,
  "height": 1024,
  "samples": 1
}'

Also searched as

Z Image Turbo is also known as: Z Image Turbo, z-image-turbo, z image turbo, zimageturbo, z.image.turbo. Use it for stable diffusion generation, available via the Stable Diffusion API REST API at https://stablediffusionapi.com/api/v6/images/text2img.

FAQ — Z Image Turbo

How do I use Z Image Turbo via API?
Send a POST request to https://stablediffusionapi.com/api/v6/images/text2img with your API key, prompt, and model_id "z-image-turbo". Get an API key from modelslab.com.
Is Z Image Turbo free to use?
No. API access requires a paid ModelsLab plan, starting at $21/month (Basic, 3,250 API calls). The $149/month Open Source Unlimited plan includes unlimited generations on open-source models; third-party models are billed separately.
What parameters does Z Image Turbo support?
Z Image Turbo takes your API key plus: model_id, prompt, width, height, samples. The code sample on this page shows a complete request.
Can I use generated images commercially?
Yes. You retain copyright on all images you generate via the API and can use them commercially.