Developer
Alibaba

Qwen-Image 2.0

Alibaba's unified image generation and editing model, launched February 10, 2026. Native 2K output, 1K-token typography prompts — and the first Qwen image flagship shipped with closed weights, breaking the line's Apache 2.0 tradition.

Released
Feb 10, 2026
Type
Image Generation Model
License
Proprietary
On this page

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-pro as 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-pro is "当前与 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.

RepositoryReleasedTaskDownloads (30d)
Qwen/Qwen-Image-Edit-25092025-09-22Editing507,543
Qwen/Qwen-Image2025-08-04Text-to-image181,987
Qwen/Qwen-Image-Edit-25112025-12-23Editing173,919
Qwen/Qwen-Image-Edit2025-08-18Editing74,509
Qwen/Qwen-Image-25122025-12-31Text-to-image59,409
Qwen/Qwen-Image-Layered2025-12-19Layer decomposition51,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)

BoardModel IDRankEloVotesArena's license label
Text-to-imageqwen-image-2.0-pro-2026-06-22#121193±86,890Proprietary
Image-editqwen-image-2.0-pro-2026-06-22#141316±524,224Proprietary
Text-to-imageqwen-image-2512#331127±482,460Apache 2.0
Text-to-imageqwen-image#551057±384,663Apache 2.0
Image-editqwen-image-edit#281241±31,983,487Apache 2.0
Image-editqwen-image-edit-2511#301233±3393,589Apache 2.0

Three observations, all checkable against arena.ai/leaderboard/text-to-image:

  1. 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.
  2. "#1 among Chinese models" still holds, and it is the interesting part. At #12 on text-to-image, qwen-image-2.0-pro is 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.
  3. "Outperforms Nano Banana" needs a version. The model it beats is gemini-2.5-flash-image-preview (nano-banana), now #24 at 1151. Google's nano-banana-2 and nano-banana-pro models 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-pro entries 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-pro currently 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.

ModelChinese 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

Community & Resources

Frequently Asked Questions

February 10, 2026. The QwenLM/Qwen-Image README's news list opens with "2026.02.10: We are launching Qwen-Image-2.0, a next-generation foundational image generation model." GitHub's API dates that commit to 2026-02-10T07:37:32Z. A technical report followed on May 11, 2026 as arXiv 2605.10730.
No. Qwen-Image 2.0 is closed-weight and API-only. There is no Qwen-Image-2.0 repository under huggingface.co/Qwen (the public listing shows seven Qwen image repos, none of them 2.0), ModelScope's API returns "record not found" for Qwen/Qwen-Image-2.0, and arena.ai labels the model "Alibaba · Proprietary". This breaks the pattern: every prior Qwen-Image release shipped Apache 2.0 weights.
Alibaba bills per successfully generated image, not per token. In the Chinese mainland region the native quote is ¥0.5 per image for qwen-image-2.0-pro and ¥0.2 for qwen-image-2.0. In the International (Singapore) region the native quote is $0.075 and $0.035 per image respectively. Input is not billed at all.
Alibaba describes the Pro tier as "千问图像生成与编辑模型 Pro 系列。文字渲染、真实质感、语义遵循能力更强" ("Pro series. Stronger text rendering, realistic texture, and semantic adherence") and the base tier as "千问图像生成与编辑模型加速版,兼顾效果与响应速度" ("accelerated version, balancing quality and response speed"). Both share the same 2048x2048 default resolution and 1300-token prompt limit; Pro costs 2.5x as much on the mainland card (2.1x internationally).
As of July 8, 2026, qwen-image-2.0-pro-2026-06-22 sits at #12 on the text-to-image leaderboard with an Elo of 1193±8, and #14 on image-edit with 1316±5. Both entries are still flagged "Preliminary". It is the highest-placed Chinese model on the text-to-image board; no Chinese developer ranks above it.
No longer. The technical report states the model "ranks #9 globally and #1 among Chinese models" with "an ELO score of 1168," from a leaderboard snapshot the paper itself dates to April 22, 2026. On the live arena.ai board today the model's Elo has risen to 1193 but its rank has slipped to #12, because competing models moved faster. Treat #9 as a dated vendor claim.
Alibaba does not publish a parameter count, so this page does not state one. The README says only "Lighter Model Architecture – Smaller model size with faster inference speed." The "7B" figure circulating on third-party blogs appears in no Alibaba source, including the 30-page technical report.
No. The QwenLM/Qwen-Image README mentions no such model. The December 2025 releases were Qwen-Image-Edit-2511 (an editing model, December 23) and Qwen-Image-2512 (a text-to-image model, December 31). No such repository appears in Hugging Face's public listing of the Qwen organization.
Seven, all Apache 2.0 on Hugging Face: Qwen-Image, Qwen-Image-2512, Qwen-Image-Edit, Qwen-Image-Edit-2509, Qwen-Image-Edit-2511, Qwen-Image-Layered, and Qwen-Image-Bench. Qwen-Image-Edit-2509 is the most-downloaded at roughly 508,000 pulls in the 30 days to July 8, 2026.
They are separate model lines from separate teams. Qwen-Image comes from the Qwen team; Z-Image comes from Alibaba's Tongyi-MAI group. Z-Image-Turbo is Apache 2.0 and, at roughly 934,000 downloads in 30 days, is the most-downloaded Chinese text-to-image checkpoint on Hugging Face — more than any Qwen-Image checkpoint.

Related Models

Z-Image

Alibaba Tongyi-MAI's 6B-parameter open-source image model family. Z-Image-Turbo, released November 26, 2025, generates 8-step images inside 16 GB of VRAM under a genuine Apache 2.0 license; the undistilled Z-Image base followed on January 27, 2026.

Qwen3.7-Max

Alibaba Cloud's flagship Qwen model, announced May 20, 2026. A closed-weight, API-only agent model with a 1M token context window and hybrid thinking on by default — a break from the open-weight tradition that Qwen3.6 still carries.

Seedream 5.0

ByteDance's unified multimodal image generation model. Seedream 5.0 Lite, announced February 13, 2026, was the first Seedream with deep thinking and live web search grounding; a Pro tier followed at Volcano Engine FORCE in June 2026.

Stable Diffusion 3.5

Stability AI's flagship open-weights image model, released October 2024. Three MMDiT variants, still presented as "our most powerful image model yet" in mid-2026.

HunyuanImage 3.0

Tencent's 80B-parameter Mixture-of-Experts image model, released September 28, 2025, with Instruct and Instruct-Distil variants added January 26, 2026. Natively multimodal and autoregressive rather than diffusion-based, and published under a restricted community license that excludes the EU, the UK and South Korea.

HiDream-O1-Image

HiDream.ai's 8B pixel-level unified transformer, open-sourced under MIT on May 8, 2026. It uses no VAE and no separate text encoder, generates up to 2,048x2,048, and its closed sibling HiDream-O1-Image-1.5 ranks #4 overall on Artificial Analysis's text-to-image arena — the highest-placed Chinese image model there.

Explore More Models

Discover other AI models and compare their capabilities.