GLM-5.3-Flash: 320B Params, 18B Active, 10× Cheaper Than GLM-5.3 — and It Was "Ox Alpha" All Along (2026)
While the world waited for GLM-5.3’s open weights — promised "in about two weeks" at its August 14 launch — Z.ai shipped a different model entirely. GLM-5.3-Flash (August 26, 2026) is a 320B-parameter MoE that activates just 18B per token, the first natively multimodal model in the GLM-5 series, with MIT weights on Hugging Face from day one. It beats GLM-5.2 on every benchmark Z.ai published — DeepSWE v1.1 63.4 vs 46.2, AutomationBench 48.8 vs 26.2 — at roughly one-tenth the price ($0.15/$0.50 per million tokens vs $1.40/$4.40). And yes: it’s the anonymous "Ox Alpha" that quietly became the most-used model on OpenRouter a week before anyone knew who made it. Its sibling guide to the text-only flagship is here: GLM-5.3: The Complete Guide (2026).
What GLM-5.3-Flash is
Z.ai (Zhipu AI) released GLM-5.3-Flash on August 26, 2026, and the launch has three stories folded into one. First, the model itself: a 320B-parameter Mixture-of-Experts transformer that activates just 18B parameters per token, trained on a brand-new base — not post-trained on GLM-5.2’s, the way GLM-5.3 was. It is the first natively multimodal model in the GLM-5 series: text, image, and video input over a 1M-token context, with up to 128K tokens of output.
Second, the price story. GLM-5.3-Flash lists at $0.15 per million input tokens and $0.50 per million output — about a tenth of GLM-5.3’s $1.40/$4.40 — and a launch promotion halves even that through September 9, 2026. Third, the mystery: this is the model that had already been serving anonymous traffic as "Ox Alpha" on OpenRouter since August 20, becoming the week’s most popular model without a name attached. The reveal turned a curiosity into a product decision.
The honest way to read the launch: Z.ai said at GLM-5.3’s release that open weights were coming "in about two weeks" for the flagship. Instead, the open-weights event that actually arrived was a different, cheaper, multimodal model — a genuine MIT release, while GLM-5.3’s own weights still haven’t shipped.
Was it really "Ox Alpha"? Yes
On August 20, OpenRouter began serving a free anonymous model called Ox Alpha. Nobody knew who built it. It drew attention for its 1M-token context and its coding-agent traffic, and tokenizer forensics pointed at Z.ai. On August 26, Z.ai confirmed it: GLM-5.3-Flash is Ox Alpha, tested anonymously through a router to gather real-world feedback before the official launch. In Z.ai’s telling, the experiment worked — it was the most popular model of the week, with all of that traffic flowing through on real workloads.
That story matters beyond marketing: it means this model already absorbed a large amount of genuine agentic-coding traffic before the official launch — the kind of signal that makes a launch-day benchmark table slightly more believable than usual.
Architecture: the hybrid-attention bet
The technical headline of GLM-5.3-Flash is architectural, not just parametric. Z.ai calls it the first open-source frontier model to combine sparse attention with linear attention in a hybrid design, alongside a new scaling trick it calls Manifold-Constrained Hyper-Connections (mHC). The motivation is economic: attention compute and KV-cache memory are what make long-context serving expensive, and Flash attacks both.
Compared with GLM-5.3, Z.ai says the design cuts attention compute by 3.01× and KV-cache size by 4.44× while keeping long-context accuracy intact. Across a fair comparison set (GLM-5.3, DeepSeek-V4-Flash, Kimi K3), Flash posts the lowest attention compute per head per layer of any of them; its KV cache is still slightly larger than DeepSeek-V4-Flash’s and Kimi K3’s, so there’s headroom left.
The base model is new — trained on a 30T-token multimodal corpus — and Z.ai published its base-model evals against its own lineage and DeepSeek-V4-Flash-Base:
| Benchmark | GLM-4.5-Base | GLM-5-Base | DeepSeek-V4-Flash-Base | GLM-5.3-Flash-Base |
|---|---|---|---|---|
| MMLU | 86.1 | 88.3 | 88.5 | 88.1 |
| BBH | 86.2 | 87.4 | 84.9 | 86.6 |
| HellaSwag | 87.1 | 88.1 | 85.3 | 87.1 |
| LiveCodeBench-Base | 28.1 | 34.4 | 29.9 | 37.6 |
| SimpleQA | 30.0 | 36.0 | 31.2 | 33.5 |
The standouts: GLM-5.3-Flash-Base posts the highest LiveCodeBench-Base score of the set (37.6) — ahead of GLM-5-Base’s 34.4 — and lands within noise of it on MMLU, BBH, and HellaSwag. SimpleQA trails GLM-5-Base (33.5 vs 36.0), but the overall shape is what Z.ai claims: more intelligence per unit of compute than the previous generation.
| Specification | GLM-5.3-Flash |
|---|---|
| Developer | Z.ai (Zhipu AI) — Beijing lab spun out of Tsinghua |
| Released | August 26, 2026 (12 days after GLM-5.3, which still has no open weights) |
| Model type | Sparse Mixture-of-Experts (MoE) transformer |
| Total parameters | 320B |
| Active parameters per token | 18B |
| Base model | Newly trained — 30T-token multimodal corpus, not GLM-5.2’s base |
| Attention | Hybrid sparse + linear attention — first open-source frontier model to combine them; Manifold-Constrained Hyper-Connections (mHC) |
| Context window | 1,048,576 tokens (1M) |
| Max output tokens | 131,072 (128K) |
| Modalities | Native multimodal: text, image, and video in; text out — first in the GLM-5 series |
| License | MIT — weights on Hugging Face day one (zai-org/GLM-5.3-Flash) |
| Self-hosting | ~306 GiB FP8 checkpoint; Hopper-or-newer GPUs, 8-GPU node minimum; SGLang, vLLM, TokenSpeed |
Benchmarks: beats GLM-5.2, loses honestly to the frontier
Every figure in this section comes from Z.ai’s own launch table (or the Hugging Face model card, which matches it), with one exception — GDPval-AA v2, which Z.ai footnotes as run by Artificial Analysis. There is no independent reproduction of the full table yet, so treat the whole thing as a maker-set ceiling.
The clean result: vs GLM-5.2
| Benchmark | GLM-5.3-Flash | GLM-5.2 | Δ |
|---|---|---|---|
| Terminal-Bench 2.1 | 84.3 | 81.0 | +3.3 |
| DeepSWE v1.1 | 63.4 | 46.2 | +17.2 |
| NL2Repo | 56.3 | 48.9 | +7.4 |
| Toolathlon Verified | 78.4 | 59.9 | +18.5 |
| AutomationBench v1.0.6 | 48.8 | 26.2 | +22.6 |
| Agents' Last Exam | 26.3 | 20.4 | +5.9 |
| HLE w/ tools | 55.3 | 54.7 | +0.6 |
| GDPval-AA v2 (Elo) | 1,773 | 1,504 | +269 |
This is the specific claim Z.ai makes, and the chart supports it: a win on all eight published benchmarks at less than half the size and roughly a tenth of the price. The biggest deltas are on the long-horizon agentic rows — AutomationBench nearly doubles, DeepSWE jumps by 17 points, Toolathlon by 18.5.
The honest result: vs the closed frontier
| Benchmark | GLM-5.3-Flash | Claude Opus 4.8 | GPT-5.6 Terra | Gemini 3.7 Flash |
|---|---|---|---|---|
| Terminal-Bench 2.1 | 84.3 | 85.0 | 87.4 | 85.8 |
| DeepSWE v1.1 | 63.4 | 58.0 | 69.6 | 65.3 |
| AutomationBench | 48.8 | 41.0 | 37.2 | 52.3 |
| Agents' Last Exam | 26.3 | 27.0 | 28.0 | — |
| HLE w/ tools | 55.3 | 57.9 | — | — |
| GDPval-AA v2 (Elo) | 1,773 | 1,582 | 1,571 | 1,527 |
The launch-day summaries emphasized the wins, so the losses deserve equal airtime. On Terminal-Bench 2.1, Flash sits last-but-one (84.3) behind GPT-5.6 Terra (87.4), Gemini 3.7 Flash (85.8), and Claude Opus 4.8 (85.0). On Agents’ Last Exam it’s last of the models plotted (26.3). HLE with tools trails Opus 4.8 (55.3 vs 57.9). Gemini 3.7 Flash beats it on AutomationBench (52.3 vs 48.8), its best row against Anthropic and OpenAI. The genuine wins: GDPval-AA v2 (1,773 Elo — highest on the chart) and AutomationBench over Opus 4.8 and Terra.
What independent measurement says
The one third-party check available at launch is the Artificial Analysis Intelligence Index v4.1.1, where GLM-5.3-Flash scores 57 at about $0.045 per completed task at the discounted rate — pushing the Pareto frontier of the index. That puts it exactly level with Claude Opus 4.8 (57) and one point behind Qwen3.8 Max, at a tiny fraction of either’s price. On Z.ai’s own in-house eval — Z.ai Code Bench v1.0, run in Claude Code 2.1.207 — Flash at max effort nearly matches Opus 4.8: 29.0 vs 29.5.
Vision: the first multimodal GLM-5
GLM-5.3-Flash is Z.ai’s first attempt at native multimodality in the GLM-5 line, and the picture is genuinely mixed. On documents, charts, and technical reasoning it looks strong — OfficeQA Pro 62.4 (vs DeepSeek-V4-Vision-Exp’s 57.9 and Opus 4.8’s 48.9), CharXiv Reasoning with tools 89.4 (level with Opus 4.8’s 89.9), Chartography with tools 78.0 (clear of the field).
| Benchmark | GLM-5.3-Flash | DeepSeek-V4-Vision-Exp | Claude Opus 4.8 | Gemini 3.7 Flash |
|---|---|---|---|---|
| OfficeQA Pro (documents) | 62.4 | 57.9 | 48.9 | — |
| CharXiv Reasoning w/ tools | 89.4 | 80.4 | 89.9 | 88.7 |
| Chartography w/ tools | 78.0 | 64.3 | 75.0 | 65.0 |
| BabyVision | 53.4 | 35.1 | 61.6 | 70.9 |
| MVbench | 77.8 | 69.4 | 75.0 | 82.2 |
| MMVU | 80.5 | 72.7 | 75.8 | 82.3 |
The weakness is exactly where Z.ai’s flash-tier competitor lives: Gemini 3.7 Flash beats it on BabyVision (70.9 vs 53.4), MVbench (82.2 vs 77.8), and MMVU (82.3 vs 80.5) — the multi-image and video-heavy evals. GPT-5.6 Terra also wins BabyVision. The pattern reads like a first generation: excellent on single-image document and chart work, behind on video and multi-image understanding. If the job is screenshots and PDFs, this is a value-tier option; if video reasoning matters, keep looking.
Pricing: the whole point
GLM-5.3-Flash lists at $0.15 per million input tokens and $0.50 per million output, with cached input at $0.03 — roughly a tenth of GLM-5.3’s $1.40/$4.40/$0.26. A launch promotion halves all three rates ($0.075 / $0.25 / $0.015) through September 9, 2026, midnight Singapore time, and OpenRouter is already billing the discounted price. Artificial Analysis measures it at about $0.045 per Intelligence-Index task — frontier-cluster intelligence at pocket-change prices.
| Model | Input /M | Output /M | Cached /M |
|---|---|---|---|
| GLM-5.3-Flash (list) | $0.15 | $0.50 | $0.03 |
| GLM-5.3-Flash (promo) | $0.075 | $0.25 | $0.015 |
| GLM-5.3 / GLM-5.2 | $1.40 | $4.40 | $0.26 |
| DeepSeek V4 Flash | $0.44 | $1.32 | — |
| Claude Opus 4.8 | $5.00 | $25.00 | $0.50 |
GLM Coding Plan: 3× the quota
Z.ai rolled GLM-5.3-Flash out to all GLM Coding Plan subscribers at launch with 3× the usable quota of GLM-5.3. The Coding Plan’s points-based system carries over, and off-peak calls — including all day on weekends — consume 50% of standard points. The plan now reads as: GLM-5.3 for the hardest agentic jobs, GLM-5.3-Flash for everything else, three times more of it.
Open weights: MIT on day one
This is where GLM-5.3-Flash parts company with its namesake flagship. The weights shipped on Hugging Face (zai-org/GLM-5.3-Flash) under an MIT licence on day one — the open-weights release everyone expected from GLM-5.3, delivered instead by the smaller sibling.
Self-hosting is real but not cheap: the FP8 checkpoint is roughly 306 GiB, and Z.ai’s guidance is Hopper-or-newer GPUs on an 8-GPU node minimum. At launch, SGLang, vLLM, and TokenSpeed are supported, with more inference frameworks promised. That’s a serious deployment requirement — a single H100/H200-class node — but for anyone already running an open-weights fleet (the DeepSeek crowd, for example), it slots into the same tooling: DeepSeek V4 Models, Harness, and API Discount Windows covers the open-weights playbook these models share.
If you don’t self-host, hosted GLM-5.3-Flash routes through Z.ai’s infrastructure in China, and Zhipu is on the US Entity List — material for data residency, compliance, and government procurement. The open weights are the mitigation, the same way they are for the rest of the GLM-5 line.
The GLM-5.3 elephant in the room
GLM-5.3’s own open weights remain unreleased. At its August 14 launch, Z.ai said the ~750B flagship’s weights would follow "in about two weeks" — after safety evaluation of its emergent vulnerability-exploitation capability — and the Flash launch arrived on day 12 of that window without them. As of August 26, the zai-org Hugging Face organisation carries GLM-5.3-Flash’s weights, not GLM-5.3’s.
The asymmetry is worth stating plainly: the model Z.ai was willing to open-license immediately is the 320B multimodal value model; the one it is holding back is the text-only cyber-capable flagship. That ordering is consistent with the stated reason — the flagship’s vulnerability-exploitation gains were what triggered the delay — and Flash’s launch chart includes none of the cyber benchmarks GLM-5.3’s did. Whether that’s reassuring or not depends on how much you trust the safety framing. The full context is in the flagship’s guide: GLM-5.3: The Same Base Model, Six-Times-the-Agent, and the Weights Z.ai Held Back.
Who should use GLM-5.3-Flash
- Agentic-coding workloads on a budget. If you’re paying frontier prices for automation and coding-agent tokens measured in millions, this is the most interesting release of the month — near-Opus-4.8 coding performance at 1/50th of the output price.
- Document-heavy multimodal work. Screenshots, PDFs, charts, and screens: the strong rows (OfficeQA Pro, CharXiv, Chartography) make it a value-tier vision option — as long as the job isn’t video reasoning.
- Self-hosters. MIT weights, SGLang/vLLM/TokenSpeed support, and the cheapest frontier-adjacent per-token economics of the current open-weights crop. Bring an 8-GPU Hopper node.
- GLM Coding Plan subscribers. 3× quota for the same plan price, with off-peak discounts on top — the upgrade is already live.
- Not for: jobs that need the flagship’s cyber capability, anyone who needs GLM-5.3’s specific reasoning profile (no head-to-head is published), or video-heavy vision pipelines.
Why does a Beijing lab keep shipping frontier-adjacent open models at prices US labs won’t touch? The structural story — open weights as strategy, domestic silicon, token-price warfare — is in Why China Is Winning the AI Race (2026).
Frequently asked questions
GLM-5.3-Flash is Z.ai’s (Zhipu AI’s) value-tier model, released August 26, 2026. It’s a 320B-parameter Mixture-of-Experts model that activates just 18B per token, the first natively multimodal model in the GLM-5 series (text, image, and video in; text out), with a 1M-token context. It was trained from a brand-new base model, not post-trained on GLM-5.2’s.
Yes. Z.ai confirmed on August 26 that GLM-5.3-Flash is the official identity of Ox Alpha, the anonymous model served free on OpenRouter and OpenCode from August 20, 2026. It became the week’s most popular model before anyone knew who built it.
Yes — unlike GLM-5.3, whose weights are still unreleased, GLM-5.3-Flash shipped MIT-licensed weights on Hugging Face on day one (zai-org/GLM-5.3-Flash). The FP8 checkpoint is roughly 306 GiB, and local deployment is supported on SGLang, vLLM, and TokenSpeed.
$0.15 per million input tokens, $0.50 per million output, and $0.03 per million cached input — roughly a tenth of GLM-5.3’s $1.40/$4.40/$0.26. A launch promotion halves all three rates (to $0.075/$0.25/$0.015) until September 9, 2026, midnight Singapore time. Artificial Analysis scores it 57 on the Intelligence Index at about $0.045 per task at the discounted rate.
They are different models for different jobs. GLM-5.3 is the text-only ~750B flagship tuned for agentic coding and cyber capability; GLM-5.3-Flash is a smaller, multimodal, openly licensed value model that costs ~10× less. Z.ai publishes no head-to-head benchmark of the two, but Flash beats GLM-5.2 on every benchmark in its launch table.
Yes — it’s the first native multimodal GLM-5 model: text, image, and video input, with text output, over a 1,048,576-token context and 131,072-token max output. Vision is a real strength on charts, screenshots, and documents (OfficeQA Pro 62.4, CharXiv w/ tools 89.4), though it trails Gemini’s flash-tier models on multi-image and video-heavy benchmarks like BabyVision and MMVU.
On the independent Artificial Analysis Intelligence Index v4.1.1 the two score identically at 57 — while Opus 4.8 lists at $5/$25 per million tokens against Flash’s $0.15/$0.50. On Z.ai’s own Code Bench v1.0 at max effort, Flash nearly matches Opus 4.8 (29.0 vs 29.5). Z.ai’s benchmark tables are vendor-reported, so treat them as a maker-set ceiling, not an independent reproduction.
Yes. The MIT-licensed FP8 checkpoint is ~306 GiB and needs Hopper-or-newer GPUs on at least an 8-GPU node for a practical single-node deployment. SGLang, vLLM, and TokenSpeed are supported at launch, with more frameworks to come.
Sources & further reading
Official Z.ai
Benchmarks & independent analysis
Coverage & context
Related reading
Last updated: August 28, 2026. Release date, model ID, pricing, benchmark figures, and the Ox Alpha reveal verified against Z.ai’s blog post, documentation, the Hugging Face model card, and the sources above as of August 28, 2026. All benchmark figures are vendor-reported unless the Artificial Analysis or OpenRouter sources are cited; the 50% launch discount runs through September 9, 2026 (midnight Singapore time) — re-check Z.ai’s documentation before budgeting.