z-image-turbo
Qwen Image · Per Image
z-image-turboAvailableImageImage GenerationFast
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.05 | $0.035 |
Best For
Image Generation
Creating images, illustrations, and visual content
API Code Example
POST/v1/images/generations
curl https://api.lemondata.cc/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "z-image-turbo",
"prompt": "A beautiful sunset over mountains",
"size": "1024x1024",
"n": 1
}'FAQ
How much does z-image-turbo cost?
On LemonData, z-image-turbo costs $0.0350 Per Image, which is up to 30% off the official pricing.
What is z-image-turbo best for?
z-image-turbo excels at Image, Image Generation, Fast. Access it through LemonData's unified API with a single API key.
How to use z-image-turbo API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1/chat/completions using any compatible SDK. See the code examples above for detailed integration.