Qwen Image Max
Qwen
qwen/qwen-image-max
Qwen text-to-image, best quality
Context Window
β
Max Output
β
About this model
Qwen Image Max is the top-tier variant of the Qwen text-to-image series, delivering the best quality image generation.
Billed per request at $0.06. Ideal for commercial-grade image generation.
Highlights
Top-tier quality
Commercial-grade
Strong Chinese understanding
Rich colors
Best For
Commercial adsProduct imagesBrand visualsPremium content
2025-06-01
Capabilities
Image Gen
Aliases
qwen-image-maxPricing (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-max", prompt="A beautiful sunset over mountains", n=1, size="1024x1024", ) print(response.data[0].url)