Qwen
Image 3.0 PRO
A quality-first image generation and editing model: it supports text-to-image and edits from 1–3 reference images, accepts prompts of up to about 4.5K tokens, and is aimed at dense layouts, fine 10px-scale text, 12 languages, and multiple fonts. Choose it over the standard variant when complex composition and detail fidelity matter more than speed or cost; use the standard variant for a faster, more economical workflow.
qwen-image-3.0-proUSD /s
Pricing
| Group | Tier | Price |
|---|---|---|
| default | image_input | $0.003 |
| default | size=1K | $0.21 |
| default | size=2K | $0.42 |
| qwen-0.8 | image_input | $0.0024 |
| qwen-0.8 | size=1K | $0.168 |
| qwen-0.8 | size=2K | $0.336 |
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-3.0-pro",
"input": {
"messages": [
{
"role": "user",
"content": [
{
"text": "Draw a cute cat."
}
]
}
]
},
"parameters": {
"size": "2K",
"negative_prompt": "",
"prompt_extend": true,
"watermark": false
}
}'FAQ
Frequently asked questions
What is Image 3.0 PRO best suited for?
Image 3.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 3.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 3.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
Build with Image 3.0 PRO
API