Qwen Image 2.0 API: Pricing, Access & Setup Guide (2026)
Qwen-Image 2.0 does native 2K generation and editing in one model. Here's the API pricing, how to get access, and working code to call qwen-image-2.0-pro.

TL;DR
- Qwen-Image 2.0 is Alibaba's image model that does native 2K (2048×2048) generation and editing in a single 7B model, released February 10, 2026
- It bills per generated image through Alibaba's DashScope / Model Studio API under the model ID
qwen-image-2.0-pro— roughly $0.075–$0.10 per image on current listings - DashScope only charges for images that generate successfully: ask for 4, get 3 back, pay for 3
- It ranks #1 on AI Arena's blind human evaluation for both text-to-image and image editing, and scores 88.32 on DPG-Bench versus FLUX.1's 83.84
Alibaba's Qwen team took a 20B image model, cut it to 7B, and made it score higher. Qwen-Image 2.0 also folds generation and editing into one model, renders clean Chinese and English text, and outputs native 2K. The API is live through DashScope and bills per image. Here's what it costs, how to get access, and the code to call it.

What is the Qwen Image 2.0 API?
The Qwen Image 2.0 API is Alibaba's interface for generating and editing images from text prompts, served through DashScope (Alibaba Cloud Model Studio) under the model ID qwen-image-2.0-pro. It was released on February 10, 2026.
The headline change from the original Qwen-Image is efficiency and scope. Version 2.0 runs on 7 billion parameters, down from the 20B MMDiT of the first release, yet posts higher benchmark scores. It pairs an 8B Qwen3-VL encoder with a 7B diffusion decoder, and — unlike the previous split between a generation model and an editing model — handles both in a single model path.
Two things stand out for real work: native 2K output and text rendering. It generates at 2048×2048 without upscaling, and it accepts prompts up to 1,000 tokens, which is what lets it produce posters, infographics, and slide-style layouts with legible Chinese and English text instead of the garbled glyphs most image models still produce.
Qwen Image 2.0 at a glance:
| Spec | Qwen-Image (v1) | Qwen-Image 2.0 |
|---|---|---|
| Parameters | 20B MMDiT | 7B (8B encoder + 7B decoder) |
| Native resolution | 1K-class | 2048×2048 (native 2K) |
| Generation + editing | Separate models | Unified in one model |
| Max prompt length | Shorter | Up to 1,000 tokens |
| DPG-Bench | — | 88.32 (FLUX.1: 83.84) |
| GenEval | — | 0.91 |
*Source: Qwen team release (Feb 10, 2026) and published benchmarks*
On AI Arena — the blind human-preference leaderboard — Qwen-Image 2.0 sits at #1 for both text-to-image generation and image editing as of its release window. The smaller parameter count also means lower inference cost, which is part of why the per-image price lands where it does.
How much does the Qwen Image 2.0 API cost?
The Qwen Image 2.0 API bills per generated image, not per token. On current provider listings, qwen-image-2.0-pro runs roughly $0.075 to $0.10 per image, depending on the platform.
DashScope's billing rule is worth knowing before you batch: you're charged only for images that actually come back. If you request four images and three return successfully, you pay for three.
Qwen Image 2.0 API cost at a glance:
| Volume | Est. cost @ $0.075/img | Est. cost @ $0.10/img |
|---|---|---|
| 1 image | $0.075 | $0.10 |
| 100 images | $7.50 | $10.00 |
| 1,000 images | $75 | $100 |
*Per-image pricing based on third-party API listings for qwen-image-2.0-pro, 2026. Confirm current rates on Alibaba Cloud Model Studio before budgeting.*

The per-image model makes cost easy to predict: images times price, minus any failed generations. There's no input-token charge and no context billing like text models — a long 1,000-token prompt costs the same as a short one. That flat structure is why high-volume image work (catalogs, variations, A/B creative) is straightforward to forecast here.
What makes Qwen Image 2.0 different?
The two features that matter in production are unified generation-plus-editing and reliable text rendering. Most image APIs make you pick a generation model or an editing model; Qwen Image 2.0 does both from one endpoint.
That unification removes a real integration headache. You don't route a generation request to one model and an edit request to another with different schemas — same model, same call shape, whether you're making an image or modifying one.
- Native 2K output — 2048×2048 without a separate upscaler, so fine detail (fabric weave, foliage, skin texture) holds up at print-adjacent sizes.
- Text that reads — legible multi-line Chinese and English, which makes posters, infographics, and slide layouts usable instead of decorative.
- Long prompts — up to 1,000 tokens, enough to specify layout, copy, and style in one instruction.
- One model for gen + edit — fewer moving parts in your pipeline.
For a design-tool or content workflow, that combination is the pitch: you can generate a poster and then edit its text or layout through the same model, at 2K, for well under a dime per image.
How do you get access to the Qwen Image 2.0 API?
Qwen Image 2.0 is available through Alibaba Cloud Model Studio (DashScope). You create an API key in the console, then call the model over the DashScope endpoint. Access is gated by region, not by a waitlist.
The one gotcha is regional separation: the China (Beijing) and international (Singapore) deployments have different endpoints and different API keys, and they don't interoperate.
DashScope endpoints:
| Region | Endpoint base |
|---|---|
| Beijing (China) | https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation |
| Singapore (international) | https://dashscope-intl.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation |
*A key issued in one region will fail against the other region's endpoint.*
There are three ways to reach the model:
Path 1: DashScope directly
- Native access, newest model IDs first, full parameter control
- Requires an Alibaba Cloud Model Studio account and region-correct key
- You manage region routing and a separate provider integration
- Best for: teams already on Alibaba Cloud
Path 2: Third-party aggregators
- Pay-as-you-go, often without managing Alibaba Cloud region setup
- Pricing and uptime vary by provider
- Best for: developers who want Qwen Image without an Alibaba Cloud account
Path 3: Unified API gateway (OpenAI-compatible)
- One API key and one integration for Qwen Image 2.0 alongside other image and text models
- No per-provider region gating — the gateway handles upstream access
- Swap between
qwen-image-2.0,qwen-image-2.0-pro, and other image models by changing one identifier - Best for: teams building image products that want to test and switch models without rebuilding
If you're already on Alibaba Cloud, going direct is simplest. The friction shows up with the region split and when you want Qwen Image next to other models. A unified gateway like [Velokey](/model/qwen-image-2.0) exposes qwen-image-2.0-pro through one OpenAI-compatible endpoint — no separate Alibaba Cloud account or region-specific key to manage.
How do you call the Qwen Image 2.0 API in code?
The most direct route is the DashScope Python SDK. You pass the prompt as a message, set the model to qwen-image-2.0-pro, and specify the size — note DashScope uses an asterisk in the size string (2048*2048), not an x.
from dashscope import MultiModalConversation
messages = [
{"role": "user", "content": [{"text": "A minimalist product poster with the headline 'Launch Day', clean sans-serif type, soft gradient background"}]}
]
response = MultiModalConversation.call(
api_key="sk-...", # use an environment variable, never hardcode
model="qwen-image-2.0-pro",
messages=messages,
result_format="message",
size="2048*2048", # asterisk, not x
prompt_extend=True, # let the model enrich a short prompt
watermark=False,
n=1,
)
# The generated image URL is returned in the response message content
print(response)Useful parameters:
size— output dimensions as2048*2048,1328*1328, etc. (asterisk separator)negative_prompt— up to 500 characters of what to avoidprompt_extend— auto-enriches short prompts for more detailwatermark— toggle the generation watermarkn— number of images (you're billed only for successful ones)seed— fix for reproducible output
Through an OpenAI-compatible gateway the shape is the same idea — you point your client at the gateway's base_url, keep one key, and select qwen-image-2.0-pro as the model. That's the practical way to call Qwen Image next to other image models without wiring up DashScope's region-specific endpoints yourself.
Practical tip: Keep model and size in config, not hardcoded. Then testing qwen-image-2.0 against qwen-image-2.0-pro, or dropping from 2K to 1328 to cut cost, is a config change instead of a code change.
Frequently Asked Questions
How much does the Qwen Image 2.0 API cost per image?
It bills per generated image. On current third-party listings, qwen-image-2.0-pro runs about $0.075 to $0.10 per image, with no input-token charge. DashScope charges only for images that generate successfully — request four, get three, pay for three. Confirm live rates on Alibaba Cloud Model Studio before committing to a budget.
What is the Qwen Image 2.0 model ID for the API?
The API model identifier is qwen-image-2.0-pro. It's served through Alibaba's DashScope / Model Studio platform and, on OpenAI-compatible gateways, is selected the same way you'd pick any other model name.
What resolution can Qwen Image 2.0 generate?
Native 2K — 2048×2048 — without a separate upscaling step. You set the output with the size parameter using an asterisk format like 2048*2048 or 1328*1328. The native 2K path is what preserves fine detail in textures, foliage, and faces.
Is Qwen Image 2.0 better than FLUX.1?
On DPG-Bench, Qwen-Image 2.0 scores 88.32 versus FLUX.1's 83.84, and it ranks #1 on AI Arena's blind human evaluation for both text-to-image and editing at its release. It also does generation and editing in one model. Whether it's "better" for you depends on workload, but on public benchmarks and blind preference it leads.
Can I use Qwen Image 2.0 without an Alibaba Cloud account?
Yes, through a third-party aggregator or a unified API gateway that handles the upstream DashScope access. That also sidesteps the Beijing-versus-Singapore region split, since you integrate against one OpenAI-compatible endpoint instead of managing region-specific keys.
Does Qwen Image 2.0 do image editing too?
Yes. Unlike the first Qwen-Image release, which split generation and editing across separate models, version 2.0 handles both in a single model. You generate and edit through the same endpoint and call shape, which simplifies the integration.
Want Qwen Image 2.0 without the Alibaba Cloud region setup? [Get your Velokey API key](/model/qwen-image-2.0) and call qwen-image-2.0-pro through one OpenAI-compatible endpoint — reach image and text models on the same key, no region-specific account required.
*Last updated: July 7, 2026. Specs and benchmarks are from the Qwen team's Qwen-Image 2.0 release and published evaluations. Per-image pricing is based on third-party API listings for qwen-image-2.0-pro and may differ from official Alibaba Cloud Model Studio rates — verify current pricing before budgeting.*


