Overview
Qwen-Image 2.0 is Alibaba's unified image generation and editing model, released on February 10, 2026. The announcement lives in a single line at the top of the QwenLM/Qwen-Image README's news list:
"2026.02.10: We are launching Qwen-Image-2.0, a next-generation foundational image generation model."
That date is corroborated by GitHub's own API, which timestamps the commit adding the line to 2026-02-10T07:37:32Z. A technical report followed three months later, on May 11, 2026, as arXiv 2605.10730. Its opening sentence is the clearest official description of what the model is:
"We present Qwen-Image-2.0, an omni-capable image generation foundation model that unifies high-fidelity generation and precise image editing within a single framework."
The most consequential fact about it is not a benchmark. Qwen-Image 2.0 is closed-weight. No Qwen/Qwen-Image-2.0 repository exists in Hugging Face's public listing of the Qwen organization; ModelScope's API answers record not found; and arena.ai tags the model "Alibaba · Proprietary". (The absence has to be read off the listing: a direct API lookup of Qwen/Qwen-Image-2.0 returns 401, and so does an invented control repository, so a 401 on its own proves nothing.) That commit of February 10, 2026 is also the last commit to the repository — the README announced 2.0 and then stopped, with no code, no model card, and no weights link, where every prior release in the same list reads "We released X weights! Check at Huggingface and ModelScope."
This is the image-model echo of what happened to Alibaba's language models. Qwen3.7-Max broke a long Apache 2.0 tradition by shipping as a proprietary API product while the sub-flagship Qwen3.6 line stayed open. Qwen-Image 2.0 does exactly the same thing one modality over: the flagship went closed, and the openly licensed checkpoints — Qwen-Image-2512, Qwen-Image-Edit-2511 — are now the previous generation. In both cases the open models remain the ones people actually download.
A note on naming
Three claims circulate that no Alibaba source supports:
- "Qwen-Image-Edit-2512" does not exist. December 2025 produced two different models: Qwen-Image-Edit-2511 (editing, December 23) and Qwen-Image-2512 (text-to-image, December 31). The suffixes are dates, not a matched pair. Neither the README nor Hugging Face's public listing of the Qwen organization contains a
Qwen-Image-Edit-2512. - The "7B parameter" figure is unsourced. Alibaba publishes no parameter count for Qwen-Image 2.0 anywhere, including in the 30-page technical report. The only claim it makes is qualitative: "Lighter Model Architecture – Smaller model size with faster inference speed."
- The weights are not "coming soon" on any published schedule. Alibaba has made no commitment to release them. Pages that assume 2.0 will follow the Apache 2.0 path of its predecessors are speculating.
Capabilities
Drawn from the README's launch bullets and the technical report's contribution list:
- Professional typography rendering — "Supports 1k-token instructions for direct generation of professional infographics, including PPTs, posters, comics, and more." This is the model's headline capability: text-dense output rather than text-decorated output.
- Unified generation and editing — the technical report calls it "omni-capable," unifying "high-fidelity generation and precise image editing within a single framework." Model Studio's docs classify
qwen-image-2.0-proas an editing model too: "图像生成与编辑融合模型" ("image generation and editing fusion model"). - Native 2K resolution — "With native 2K-resolution support, Qwen-Image-2.0 produces finer texture detail, more coherent lighting, and more realistic materials across portraits, natural scenes, and architectural imagery."
- Broad multilingual text rendering — "The model can handle a wide range of languages, with higher character accuracy and support for more beautiful and complex typography." The original Qwen-Image line was already unusually strong at Chinese glyphs.
- Long-instruction prompt following — prompts of up to 1K tokens per the paper; the API enforces a 1300-token ceiling for the 2.0 series, versus 800 for every other Qwen image model.
- Multi-image output — 1 to 6 images per request, and 1 to 3 reference images accepted for editing.
Technical Specifications
Everything below is stated by Alibaba, in the technical report or in Model Studio's documentation. Fields Alibaba does not publish are marked as such rather than estimated.
- Model IDs:
qwen-image-2.0-pro(rolling alias),qwen-image-2.0(rolling alias) - Dated snapshots:
qwen-image-2.0-pro-2026-03-03,-2026-04-22,-2026-06-22;qwen-image-2.0-2026-03-03 - Alias behaviour: Model Studio notes
qwen-image-2.0-prois "当前与 qwen-image-2.0-pro-2026-04-22 能力相同" — currently equivalent to the April snapshot, not the June one, even though the June snapshot exists - Architecture: "couples a Qwen3-VL encoder with a Multimodal Diffusion Transformer (MMDiT) backbone"
- VAE: a high-compression autoencoder with 16x spatial downsampling — double the 8x ratio the paper attributes to existing open-source VAEs — using residual autoencoding, enlarged latent channels, and a semantic alignment loss
- Positional encoding: MSRoPE for cross-modal position; RMSNorm QK normalization, bias-free (purely multiplicative) modulation, and SwiGLU activations to stabilize joint text-image training
- Post-training: an adapted GRPO RLHF pipeline producing a variant the paper calls
Qwen-Image-2.0-RL; a DMD-based distillation step compresses the sampling trajectory - Resolution: "输出图像总像素需在 512512 至 20482048 之间。默认分辨率为 20482048"* — total output pixels between 512x512 and 2048x2048, width and height freely configurable, default 2048x2048
- Output format: PNG. Images per call: 1–6. Editing inputs: 1–3 reference images
- Prompt limit: 1300 tokens for the 2.0 series (800 for all other Qwen image models); "超出部分将自动截断" — excess is silently truncated
- Parameters: not published. Training data size: not published. Knowledge cutoff: not published.
- Weights: not published — closed, API-only
- Platforms: Alibaba Cloud Model Studio (Bailian) / DashScope; Qwen Chat
The open-weight line
Seven Qwen image repositories remain on Hugging Face under Apache 2.0. The six generative checkpoints are below; the seventh, Qwen/Qwen-Image-Bench, is an evaluation model published May 21, 2026. Download counts are 30-day figures pulled from the Hugging Face API on July 8, 2026.
| Repository | Released | Task | Downloads (30d) |
|---|---|---|---|
Qwen/Qwen-Image-Edit-2509 | 2025-09-22 | Editing | 507,543 |
Qwen/Qwen-Image | 2025-08-04 | Text-to-image | 181,987 |
Qwen/Qwen-Image-Edit-2511 | 2025-12-23 | Editing | 173,919 |
Qwen/Qwen-Image-Edit | 2025-08-18 | Editing | 74,509 |
Qwen/Qwen-Image-2512 | 2025-12-31 | Text-to-image | 59,409 |
Qwen/Qwen-Image-Layered | 2025-12-19 | Layer decomposition | 51,121 |
The original Qwen-Image is a 20B MMDiT model, per its README; the 2.0 flagship publishes no equivalent figure.
Two Alibaba image lines, two teams
Alibaba ships image models from two separate groups, and they are easy to confuse. The Qwen team builds Qwen-Image. The Tongyi-MAI group builds Z-Image — and Tongyi-MAI/Z-Image-Turbo, a genuinely Apache 2.0 6B model, recorded 933,580 downloads in the 30 days to July 8, 2026, more than any Qwen-Image checkpoint and more than any other Chinese text-to-image model on Hugging Face. Qwen-Image 2.0's own technical report cites the Z-Image paper. Distribution and leaderboard placement point in opposite directions here: Qwen-Image 2.0 outranks z-image-turbo on arena.ai by 112 Elo, and Z-Image outdownloads it by infinity, because you cannot download Qwen-Image 2.0 at all.
Use Cases
- Slides, posters, and infographics — the 1K-token typography path is what the model was built for, and the report singles out "slides, posters, infographics, and comics."
- Multilingual marketing creative — text-in-image at high glyph fidelity across scripts, the Qwen line's long-standing strength.
- Instruction-driven photo editing — generation and editing in one model, with 1–3 reference images, so no pipeline switch between a generator and an editor.
- 2K photorealistic assets — portraits, landscapes, and architectural renders at the native 2048x2048 ceiling.
- Batch creative exploration — up to six variants per API call, billed only on images actually produced.
- Self-hosted or air-gapped work — not with 2.0. Use
Qwen-Image-2512,Qwen-Image-Edit-2511, or Z-Image instead.
Performance / Benchmarks
Alibaba publishes no automated benchmark table for Qwen-Image 2.0 — no GenEval, no DPG, no OneIG. Its only quantitative performance claim is an arena placement, and that claim has aged.
Alibaba's own claim (vendor-reported, dated)
The technical report states that on LMArena the model "achieves strong performance… ranking #9 globally and #1 among Chinese models," reaching "the top tier with an ELO score of 1168" and outperforming "Nano Banana." The paper dates its own leaderboard screenshot: "Results from LMArena (accessed April 22, 2026)."
The live board (arena.ai, retrieved July 8, 2026)
| Board | Model ID | Rank | Elo | Votes | Arena's license label |
|---|---|---|---|---|---|
| Text-to-image | qwen-image-2.0-pro-2026-06-22 | #12 | 1193±8 | 6,890 | Proprietary |
| Image-edit | qwen-image-2.0-pro-2026-06-22 | #14 | 1316±5 | 24,224 | Proprietary |
| Text-to-image | qwen-image-2512 | #33 | 1127±4 | 82,460 | Apache 2.0 |
| Text-to-image | qwen-image | #55 | 1057±3 | 84,663 | Apache 2.0 |
| Image-edit | qwen-image-edit | #28 | 1241±3 | 1,983,487 | Apache 2.0 |
| Image-edit | qwen-image-edit-2511 | #30 | 1233±3 | 393,589 | Apache 2.0 |
Three observations, all checkable against arena.ai/leaderboard/text-to-image:
- The Elo went up; the rank went down. 1168 in April became 1193 in July, and #9 became #12. The model did not get worse — GPT-Image-2, Meta's muse-image, Reve 2.0 and the Gemini 3.1 image models got better. Any page still quoting "#9" is quoting a three-month-old snapshot.
- "#1 among Chinese models" still holds, and it is the interesting part. At #12 on text-to-image,
qwen-image-2.0-prois the best-placed non-US entry on the board. Ranks 1 through 11 are OpenAI, Meta, Reve, Google, Microsoft AI, Google, Google, OpenAI, Google, xAI, and Ideogram — every one of them a US developer. - "Outperforms Nano Banana" needs a version. The model it beats is
gemini-2.5-flash-image-preview(nano-banana), now #24 at 1151. Google'snano-banana-2andnano-banana-promodels occupy ranks 4, 6, 7 and 9, all well above Qwen.
Two caveats on the arena numbers themselves. Both qwen-image-2.0-pro entries are still flagged "Preliminary" — 6,890 votes on text-to-image is a thin sample, and arena.ai pairs each placement with a rank range: 12–14 on text-to-image, 14–16 on image-edit. And the vote counts tell their own story: the legacy Apache 2.0 qwen-image-edit has 1,983,487 votes, the most of any Apache 2.0 model on the image-edit board, and roughly 82x the flagship's. It is not the most-voted editor overall — gemini-2.5-flash-image-preview has 10.99M and flux-1-kontext-pro 6.42M — nor even the most-voted open-weights entry: flux-1-kontext-dev, under a non-commercial licence, has 3.65M.
Finally: arena.ai (the former LMArena, rebranded January 28, 2026 — the paper cites it as "Arena AI, 2025") and Artificial Analysis are different organizations running different Elo scales. Their scores are not comparable, and this page does not mix them.
Limitations
- Closed weights. No self-hosting, no fine-tuning on your own hardware, no offline or air-gapped inference, no LoRA ecosystem. For a line whose reputation was built on Apache 2.0 releases, this is the defining regression.
- No published architecture scale. Parameter count, active parameters, and training-token count are all unstated. You cannot reason about cost, latency, or capability headroom from first principles.
- No automated benchmarks. Alibaba reports one arena placement and human preference studies. There is no GenEval, DPG-Bench, or OneIG-Bench table to audit, and the human evaluations are Alibaba-run.
- The vendor's headline rank is stale. "#9 globally" was true of an April 22, 2026 snapshot and is not true today. Vendor rank claims for arena leaderboards decay in weeks.
- Thin arena sample. Both
qwen-image-2.0-proentries remain "Preliminary," each published with a rank range around its placement (12–14 on text-to-image, 14–16 on image-edit). - Hard 2K ceiling. Total output pixels cannot exceed 2048x2048. There is no 4K path, unlike Seedream 5.0, whose API reaches 4096x4096.
- Silent prompt truncation. Prompts over 1300 tokens are cut without error: "超出部分将自动截断."
- Alias drift.
qwen-image-2.0-procurrently resolves to the April snapshot even though a June snapshot is separately available and is the one arena.ai evaluates. Pin the dated ID if you want the model you benchmarked. - Content policy constraints. As a model served primarily from Chinese-mainland infrastructure, generation is shaped by content rules that differ from those governing US-hosted models.
Pricing & Access
Alibaba bills image models per successfully generated image, never per token. Model Studio states the rule plainly: "计费规则:输入不计费,输出计费。输出按成功生成的图像张数计费。计费公式:费用 = 图像单价 × 输出的图像张数" — "input is not billed, output is billed; output is billed by the number of successfully generated images; cost = image unit price × number of output images."
Each region is quoted natively in its own currency, and the two rate cards are not conversions of one another. The Chinese mainland (Beijing) card is natively in yuan; the International (Singapore) card is natively in US dollars. Each of Alibaba's localized pages restates the other region in its own currency, which is why the Chinese page renders the International tier as 0.550443 元/张 and the English page renders the mainland tier as $0.071676/image. The round numbers are the native quotes; the long decimals are conversions.
| Model | Chinese mainland (元/张, "yuan per image") | International (per image) |
|---|---|---|
qwen-image-2.0-pro | ¥0.5 | $0.075 |
qwen-image-2.0 | ¥0.2 | $0.035 |
qwen-image-max | ¥0.5 | $0.075 |
qwen-image-edit-max | ¥0.5 | $0.075 |
qwen-image-edit | ¥0.3 | $0.045 |
qwen-image | ¥0.25 | $0.035 |
qwen-image-edit-plus | ¥0.2 | $0.03 |
qwen-image-plus | ¥0.2 | $0.03 |
A 100-image free quota (免费额度 100 张) is listed for the 2.0 models — but Alibaba's two pricing pages contradict each other about where it applies. The Chinese page says "以下模型仅在中国内地服务部署范围下有免费额度" ("free quota only under the Chinese mainland deployment scope"); the English page says "The following models offer a free quota only in the international service deployment scope." Confirm against your own console before relying on it.
Access routes: Alibaba Cloud Model Studio / Bailian and DashScope for the API; Qwen Chat to try it interactively. There is no self-hosted path. Rates change — check the pricing page before budgeting.
Ecosystem & Tools
- QwenLM/Qwen-Image on GitHub — the launch announcement and inference code for the open checkpoints; last commit February 10, 2026
- Qwen-Image-2.0 Technical Report (arXiv 2605.10730) — the only primary source for the model's architecture
- Qwen on Hugging Face — the seven Apache 2.0 image checkpoints; no 2.0
- ModelScope — Alibaba's model hub; also carries no 2.0 weights
- Model Studio image API reference — snapshot IDs, resolution ranges, and the 1300-token prompt cap
- Qwen Chat — the consumer surface where 2.0 is served
- Qwen-Image-Lightning and vLLM-Omni — day-0 acceleration and serving stacks, built for the open checkpoints only
Community & Resources
- Qwen-Image-2.0 Technical Report - May 11, 2026; the source of every architecture claim on this page
- Qwen-Image Technical Report (arXiv 2508.02324) - the original 20B MMDiT model
- Qwen-Image-Layered (arXiv 2512.15603) - layer decomposition for inherent editability
- arena.ai text-to-image leaderboard and image-edit leaderboard - the live Elo figures quoted above
- Model Studio pricing (English, USD) and 百炼模型计费 (Chinese, CNY)
- Qwen - the official site; note that its blog renders client-side and exposes no static text
- Compare with Z-Image, Seedream 5.0, Stable Diffusion 3.5, HunyuanImage 3.0, and HiDream-O1-Image