Alibaba Cloud: qwen-image-3.0-pro
qwen-image-3.0-pro- Price
- From $0.0368
- Modalities
- Image
Getting started
Create API key
Create a key in Console, then use it with every model on the platform.
Send your first request
Copy the example for your language and run it against the endpoint.
ImageTokenLab endpointPOST/v1/images/generationscurl -X POST "https://api.tokenlab.sh/v1/images/generations" \ -H "Authorization: Bearer sk-xxx" \ -H "Content-Type: application/json" \ -d '{ "model": "qwen-image-3.0-pro", "prompt": "A minimalist product photo of matte black headphones on a soft blue background." }'
Pricing
Official price is the model maker's public baseline. TokenLab price is what you pay for this model on TokenLab.
Text to image / Image to image / Image editing · 1k
Per image- Official price
- $0.0368 / Image input $0.002941/image
- TokenLab price
- $0.0368 / Image input $0.002941/image
- Discount
- -
Text to image / Image to image / Image editing · 2k
Per image- Official price
- $0.0735 / Image input $0.002941/image
- TokenLab price
- $0.0735 / Image input $0.002941/image
- Discount
- -
| Official pricePer image | TokenLab pricePer image | Discount | |
|---|---|---|---|
| Text to image / Image to image / Image editing · 1k | $0.0368 / Image input $0.002941/image | $0.0368 / Image input $0.002941/image | - |
| Text to image / Image to image / Image editing · 2k | $0.0735 / Image input $0.002941/image | $0.0735 / Image input $0.002941/image | - |
Usage & activity
Success rate is the share of requests that completed. Latency is how long a full response takes; P95 means 95% of requests finished within that time.
Usage & availability
Last 24 hoursNo data yet
Data is based on aggregate user requests, excluding status checks.
Use cases
Best forText to Image
Producing product imagery, illustrations, and design variations
Product visuals
Make campaign images, catalog scenes, and design directions from a few prompts.
Iterative editing
Create edits and variations from an existing image.
Creative testing
Compare prompt results, output counts, and response formats.
Side-by-side test
Compare response quality, latency, and price side by side.
Prompt examples
Generate a clean product shot of matte black headphones on a soft blue gradient.
Edit the source image into a premium ecommerce hero with natural shadows.
Give me three visual directions for a developer-tool launch banner.
FAQ
How much does qwen-image-3.0-pro cost?
On TokenLab, qwen-image-3.0-pro costs $0.0368-$0.0735 Per image. The pricing table above shows the full breakdown. Rates depend on the billing unit, specification, and usage. Compare matching conditions in the model's detailed pricing; a single rate does not determine the total cost.
Which endpoint should qwen-image-3.0-pro use?
Use https://api.tokenlab.sh/v1/images/generations for qwen-image-3.0-pro. The request example below shows the matching code shape.