Qwen Image 2.0 Pro
Qwen
qwen/qwen-image-2.0-pro
Qwen text-to-image, pro
Context Window
β
Max Output
β
About this model
Qwen Image 2.0 Pro is the premium variant of Qwen text-to-image, delivering higher quality image generation.
Billed per request at $0.04. Ideal for scenarios demanding higher image quality.
Highlights
High-quality generation
Rich details
Strong Chinese understanding
Per-request billing
Best For
Brand designAd creativesProduct showcasePremium content
2025-06-01
Capabilities
Image Gen
Aliases
qwen-image-2.0-proPricing (per 1M tokens)
| Pricing (per 1M tokens) | / 1M tokens |
|---|---|
| Input / 1M | $0.0000 |
| Output / 1M | $0.0000 |
Final prices shown
Quick Start
main.py
from openai import OpenAI client = OpenAI( base_url="https://api.chuizi.ai/v1", api_key="ck-your-key-here", ) response = client.images.generate( model="qwen/qwen-image-2.0-pro", prompt="A beautiful sunset over mountains", n=1, size="1024x1024", ) print(response.data[0].url)