qwen-image-max
Qwen Image · Per Request
qwen-image-maxAvailableImageImage GenerationPremium
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $5.00 | $3.50 |
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": "qwen-image-max",
"prompt": "A beautiful sunset over mountains",
"size": "1024x1024",
"n": 1
}'FAQ
How much does qwen-image-max cost?
On LemonData, qwen-image-max costs N/A per 1M input tokens and N/A per 1M output tokens, which is up to 30% off the official pricing.
What is qwen-image-max best for?
qwen-image-max excels at Image, Image Generation, Premium. Access it through LemonData's unified API with a single API key.
How to use qwen-image-max API?
Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.