Qwen
Image 3.0
The balanced standard tier of Qwen-Image 3.0 for image generation and editing: it supports text-to-image and edits from 1–3 reference images, prompts of up to about 4.5K tokens, up to six outputs, and 2K-class resolution. It fits everyday posters, interfaces, infographics, and repeated creative work; move to Pro when complex layouts and fine text fidelity matter more, and use this tier when speed and cost efficiency are the priority.
qwen-image-3.0USD /s
Pricing
| Group | Tier | Price |
|---|---|---|
| default | image_input | $0.003 |
| default | size=1K | $0.21 |
| default | size=2K | $0.21 |
| qwen-0.8 | image_input | $0.0024 |
| qwen-0.8 | size=1K | $0.168 |
| qwen-0.8 | size=2K | $0.168 |
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",
"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 best suited for?
Image 3.0 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 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?
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
API