Qwen
Image 2.0 PRO API
Built for image generation and editing, improving over Qwen Image 1.x in Chinese text rendering, instruction following, and complex layouts. Compared with GPT Image, Gemini image models, and Seedream, it is well suited to Chinese posters, e-commerce images, infographics, and iterative visual creation.
- Multimodal output
qwen-image-2.0-proUSD
Pricing
Public list prices are shown in USD. Final charges may vary by account group and usage tier.
API
Code examples
curl --location --request POST 'https://api.tokenhot.ai/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen-image-2.0-pro",
"input": {
"messages": [
{
"role": "user",
"content": [
{
"text": "Draw a cute cat."
}
]
}
]
},
"parameters": {
"size": "2K",
"negative_prompt": "",
"prompt_extend": true,
"watermark": false
}
}'Qwen
Related models
FAQ
Frequently asked questions
What is Image 2.0 PRO best suited for?
Image 2.0 PRO is suited to the input, output, and capability types listed on this page. Test production workloads before choosing it for a critical system.
How is Image 2.0 PRO priced?
Pricing is shown in the pricing section above. Actual cost depends on usage volume, account group, and the request payload.
How can I call Image 2.0 PRO?
Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.
Get started