Try Qwen Image 2.0 Pro in the Workbench
Run this model interactively, tune parameters, and compare outputs.
qwen-image-2
Qwen Image 2.0 Pro is the pro version of Qwen Image 2 from Alibaba’s Qwen team. Enhanced text rendering, realism, and semantic adherence for high-quality image generation and editing.
It is a 7B-parameter architecture that generates images natively at up to 2048×2048 pixels (2K resolution) and supports prompts up to 1,000 tokens. The model excels in professional-grade typography for complex layouts including PPT slides, infographics, movie posters, calendars, data charts, and comics. Text adapts to surfaces like glass, fabric, and signage with correct perspective and supports both Chinese and English characters.
| Metric | Value |
|---|---|
| Parameter Count | 7 billion |
| Mixture of Experts | No |
| Context Length | 1,000 tokens |
| Max Resolution | 2048×2048 (2K) |
| Multilingual | Yes (Chinese, English) |
| Quantized* | Unknown |
Example request
- Sync
- Async
- Async with SSE
See the image editing reference for more details.
- Minimal
- Basic parameters
- All parameters
Fetch model details
The models endpoint returns the full model object, including itsjson_request_schema.
Request parameters
Required parameters
| Field | Type | Default | Description |
|---|---|---|---|
prompt | string | — | Text prompt for image generation or editing |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
input_image | string | — | Optional reference image for image editing, style transfer, or image-to-image generation Format: uri. |
match_input_image | boolean | false | When true and an image is provided, use the input image’s aspect ratio and resolution instead of the aspect_ratio parameter |
aspect_ratio | string | "1:1" | Aspect ratio of the generated image One of: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 2:1, 1:2. |
enable_prompt_expansion | boolean | true | Automatically expand and optimize the prompt for better results |
negative_prompt | string | "" | Negative prompt to specify elements to avoid in the generated image |
seed | integer | — | Random seed for reproducible generation. Range: 0-2147483647 |