Tongyi-MAI/z-image-turbo/Released Nov 2025
Z-Image-Turbo
Fast photorealistic text-to-image model with accurate English and Chinese on-image text, ideal for interactive design, marketing visuals, and UI/UX workflows.
Fine-tunable
Provider
Tongyi-MAI
Modality
text-to-image
Released
Nov 2025
Pricing
$0.01 / image
bash
curl -sSf -X POST https://hub.oxen.ai/api/images/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "z-image-turbo",
"prompt": "A woman with red curly hair wearing a red flannel shirt, sitting in front of a campfire, night-time, photorealistic, indy folk vibes.",
"num_inference_steps": 8,
"output_format": "webp"
}'