
Ming-Image-0.1-Design vs Qwen-Image 3.0: Who Shows You How the Text Gets Drawn
- openaiNEWOpenAI: GPT-6 Luna2026-09-2237Intelligence
- openaiNEWOpenAI: GPT-6 Sol2026-09-2248Intelligence
- anthropicNEWAnthropic: Claude Opus 5.52026-09-2258Intelligence
- grokNEWGrok 4.72026-09-2146Intelligence
- OrcaNEWOrca: OrcaCyber Zero 1.02026-09-17$3.00 / $5.00 per 1M tokens
- orcaNEWOrca: OrcaVerify Text 1.02026-09-16$2.00 / $0.00 per 1M tokens
- deepseekNEWDeepSeek: DeepSeek V4.1 Flash2026-09-1040Intelligence
- openaiOpenAI: GPT-6 Astra2026-09-0453Intelligence77Coding
- googleGoogle: Gemini 3.8 Flash2026-09-0241Intelligence76Coding
- qwenQwen: Qwen3.8 Max (0902)2026-09-0245Intelligence76Coding
- anthropicAnthropic: Claude Fable 5.12026-09-0153Intelligence82Coding
- AlibabaQwen: Qwen3.8 Flash2026-08-26$0.15 / $0.47 per 1M tokens
- z-aiZ.ai: GLM 5.3 Flash2026-08-2642Intelligence72Coding
- DeepSeekDeepSeek: DeepSeek V4 Flash Vision (Exp)2026-08-21$0.22 / $0.66 per 1M tokens
- z-aiZ.ai: GLM 5.32026-08-1845Intelligence75Coding
- obsidianQwen3.8 27B2026-08-1534Intelligence68Coding
- deepseekDeepSeek: DeepSeek V4 Pro 08132026-08-1236Intelligence69Coding
- grokSpaceXAI: Grok 4.62026-08-1244Intelligence77Coding
- metaMeta: Muse Spark 1.22026-08-0540Intelligence72Coding
- qwenQwen: Qwen3.8 Max2026-08-0345Intelligence76Coding
The most interesting thing about Ming-Image-0.1-Design is not on its model card. It is in a commit to an inference framework. Some time around the model's quiet upload to Hugging Face on 17 September 2026, vLLM-Omni merged a change titled feat: add byte5 support for Ming that wires a ByT5 glyph encoder into a new ming_flash_omni pipeline — a dedicated component whose entire job is to look at the characters you asked to be rendered, not at the picture you asked for. That is the kind of detail you can only find by reading code, and it is the exact detail that Qwen-Image 3.0 — the vendor's closed hosted image model, shipped on 21 July 2026 and taken to general availability on 5 August — does not let anyone read at all. Both models are aimed at design work where legible type is the hard part. Only one of them will tell you how it does it.
What each of them says about text
Qwen-Image 3.0's text-rendering story is entirely a launch claim, and it is a good one on paper. Alibaba's material describes prompts up to roughly 4,500 tokens, legible text down to around 10 pixels, coverage of 12 languages across more than 20 fonts, output up to 2048×2048 and up to six images per call, delivered in Pro and Standard editions through one hosted API. There is no weights release, no stated licence, no model card, no technical report and no published benchmark table to check any of it against. The widely repeated ~20B MMDiT parameter figure is reported rather than confirmed.
Ming-Image-0.1-Design's story is a repository. 6,154,901,056 parameters, MIT licence, a diffusers pipeline tag, all weights in BF16 safetensors, roughly 71.5 GB across connector/, mllm/, mlp/, scheduler/, transformer/ and vae/. Recommended inference is 2048×2048 at 12 sampling steps with guidance at 1.0 on one 80 GiB CUDA GPU, or 1024 for speed, with vLLM-Omni named for deployment and a separate vision-language model named for prompt enhancement. The card describes it as a text-to-image model for UI, infographics, posters and other text-rich visual design, with RGBA output for transparent backgrounds.
Those two paragraphs are not the same kind of statement, and it is worth being blunt about why. One is a description of a product written by the people selling it. The other is a description of an artifact that anyone can download and check.
The glyph encoder is the part that explains the category
Text rendering in image models usually fails in a specific way: the model generates something that looks like writing without being writing. The letterforms are plausible and the word is wrong. The reason is architectural before it is anything else — most image models have no component that sees characters as characters, so type is reconstructed from visual statistics the same way grass is.
The vLLM-Omni commit is interesting precisely because it points at that. The added files — byte5_encoder.py, pipeline_ming.py, t5_block_mapper.py and a stage input processor — describe a path in which a ByT5 byte-level encoder reads the text that should appear in the image, the tokenizer vocabulary is extended with font and colour markers, and the resulting features are appended along the sequence dimension with the negative side receiving zeros. That last detail is the tell that this is a real design decision rather than plumbing: if the negative branch carried the same glyph features, classifier-free guidance would be pulled toward rendering the text and away from the prompt, so the zeros exist to keep the two objectives from fighting. The encoder loads only when the checkpoint actually contains a byte5/ subfolder.
Two honesty notes. This is a third-party inference-framework commit, not an Ant Group statement, and the reading of what those files mean is ours rather than the vendor's. And it corroborates a design intent, not a result: a glyph encoder being present is consistent with good text rendering, and it is not evidence that text rendering is good. The only independent evidence of quality is a single leaderboard position, discussed below.

The contrast with Qwen-Image 3.0 is not that Alibaba's model renders text badly — nobody outside Alibaba can say how well it renders text, which is the point. It is that the question "how does this model draw letters" has an answer for one of these models and a marketing claim for the other, and the gap between an answer and a claim is where engineering decisions get made.
The one number, and the board it is not on
Ming-Image-0.1-Design is ranked first on the Artificial Analysis Text to Image Leaderboard for UI/UX Design, open-weights view, at an Elo of 1,082 — ahead of Ideogram 4.0 (Quality) at 1,052, Ideogram 4.0 at 1,015, HunyuanImage 3.0 Instruct at 1,005, FLUX.2 [dev] at 1,000, FLUX.2 [dev] Flash at 999 and FLUX.2 [dev] Turbo at 994. The copy of that board is the one reproduced on the model's own card, and it carries Artificial Analysis branding; nobody has independently reproduced the score.
![The Artificial Analysis Text to Image Leaderboard for UI/UX Design, open-weights view, with Ming-Image-0.1-Design ranked first at an Elo of 1,082 ahead of Ideogram 4.0 (Quality) at 1,052, Ideogram 4.0 at 1,015, HunyuanImage 3.0 Instruct at 1,005 and the FLUX.2 [dev] variants below them.](https://cms.orcarouter.ai/api/media/file/3-1124.png)
It is an open-weights board, so Qwen-Image 3.0 has no entry and its absence says nothing about its quality. What it does say is structural: a blind-preference board can only rank models whose weights are public. That gives an open release a measurable position months before it has a product, and it gives a closed release a marketing number and nothing else. Qwen-Image 3.0's claims — 10-pixel legibility, 4,500-token prompts, 20-plus fonts — have no independent measurement behind them at all.

How you would actually test this, and what it costs to try
If legible type is why you are reading this, the test is not a leaderboard. It is your own typeface, your own language and your own strings, run through both candidates and read by a person. That test needs one of these models to be reachable and cheap, and the other to be downloadable, and they are priced on opposite principles.
• Qwen-Image 3.0 — around $0.04 per image on the Pro edition and around $0.03 on Standard, with domestic consumer pricing starting near ¥0.18 per image. Those are launch figures and have not been audited. You can run a prompt matrix this afternoon and pay by the call.
• Ming-Image-0.1-Design — no published price, because there is no hosted endpoint. The cost is a 71.5 GB download, an 80 GiB card and your own time, and the benefit is that you can point the same test at the glyph encoder path and see whether it is the component doing the work.
This is the situation a routing layer is built for, and it is worth being precise about which part of it applies. Neither Qwen-Image 3.0 nor Ming-Image-0.1-Design is on our platform, so a routing layer cannot put either one behind a key today. What it can do is keep the comparison honest while you run it: OrcaRouter fronts 200+ models behind one OpenAI-compatible endpoint at provider list price with zero markup, with automatic failover across providers, so the model you already trust can hold the production path — and its cost stays tied to the provider's list price, so a vendor rate change lands on our side the same day — while an unmeasured design model is evaluated next to it rather than in front of it.
Two open releases, one closed one, and a pattern
It is worth noting what the Ming release is evidence of, beyond itself. Ant Group published a 6.15-billion-parameter design model under an MIT licence with no announcement, alongside a second model for layer decomposition under the same licence. Alibaba published a closed hosted model with no licence, no card and no report, aimed at the same class of work, and priced it per image.
Those are two different bets about where the value in design models sits. One says the model is the product and the weights are the distribution channel. The other says the model is a service and the weights are the thing you keep. Both bets can be right in the same market, and they produce very different answers to the only question that matters at evaluation time: can I find out how this works before I depend on it?
• If you need to know how text is rendered, and why it sometimes is not — Ming-Image-0.1-Design is the only one of the two that lets you look, and the MIT licence means you can act on what you find.
• If you need a production endpoint today with a per-image price and no infrastructure — Qwen-Image 3.0 is the only one of the two that offers one, and its internals are part of the price.
• If you need independent evidence before you commit — neither has enough of it. One has a single unreproduced leaderboard position; the other has a vendor claim sheet with no numbers attached.
What to watch is whether the pattern holds. An unannounced MIT release with a glyph encoder in it is a statement about how its authors expect the model to be used — inspected, run locally, modified. If the next release from the same team is announced, benchmarked and hosted, that was a one-off. If it is another quiet repository, the design-model category has a second open competitor in it, and the closed half of the market has a price problem it did not have in July.
