Z-Image Turbo is a powerful and highly efficient 6B parameter image generation model that supports both text-to-image and image-to-image generation. It delivers high-quality results with fast inference times.Documentation Index
Fetch the complete documentation index at: https://runpod-b18f5ded-promptless-remove-flash-beta-notification.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Try in playground
Test Z-Image Turbo in the Runpod Hub playground.
| Endpoint | https://api.runpod.ai/v2/z-image-turbo/runsync |
| Pricing | $0.005 per image |
| Type | Image generation |
Request
All parameters are passed within theinput object in the request body.
Text description of the desired image. Supports English and Chinese.
URL of an input image for image-to-image generation.
Image dimensions. Options:
512*512, 768*768, 1024*1024, 1280*1280, 1024*768, 768*1024, 1280*720, 720*1280.Strength of modifications for image-to-image. Range: 0.0-1.0.
Seed for reproducible results. Set to -1 for random.
Output format. Options:
png, jpeg, webp.Enable content safety checking.
Response
Unique identifier for the request.
Request status. Returns
COMPLETED on success, FAILED on error.Time in milliseconds the request spent in queue before processing began.
Time in milliseconds the model took to generate the image.