GLM-5.3-Flash Tied Claude Opus 4.8 on the Same Benchmark. It Costs 50 Times Less.
On August 26, 2026, Artificial Analysis scored Z.ai's newly released GLM-5.3-Flash at 57 on its Intelligence Index. Claude Opus 4.8 also scores 57. Same independent test suite, same methodology, identical result. GLM-5.3-Flash prices at $0.15 per million input tokens and $0.50 per million output tokens; Opus 4.8 prices at $5.00 and $25.00. That's 33x cheaper on input and 50x cheaper on output for a tied score, and it isn't even the strangest part of how this model reached the public.
TL;DR
- 🎯 The tie— Artificial Analysis Intelligence Index: GLM-5.3- Flash 57, Claude Opus 4.8 57. Same test suite, same day of publication (Aug 26, 2026).
- 💰 The price gap— $0.15 / $0.50 per million tokens (in/out) for GLM-5.3-Flash vs. $5.00 / $25.00 for Claude Opus 4.8: 33x and 50x cheaper.
- 📈 The cadence— Z.ai shipped 3 model updates in 12 days: GLM- 5.3 (Aug 14), GLM-5.2 Turbo (Aug 17), GLM-5.3-Flash (Aug 26), each cheaper than the last.
- 🔬 The improvement, inside that window— DeepSWE v1.1 went 46.2 to 63.4; AutomationBench went 26.2 to 48.8, nearly doubling, per Z.ai's own release benchmarks.
- 🥇 Where it doesn't win— Terminal-Bench 2.1: GLM-5.3- Flash 84.3, Claude Opus 4.8 85.0, GPT-5.6 Terra still leads at 87.4.
- 🕵️ The stealth run— before its official launch, this exact model ran anonymously as “Ox Alpha” on OpenRouter and OpenCode, and became the most-used model on those platforms that week while nobody knew it was Z.ai.
- 🔓 The access— 320B total parameters, 18B active per token (MoE), MIT license, weights public on Hugging Face.
The number that shouldn't tie
Benchmark charts in AI usually tell a predictable story: the expensive frontier model wins, the cheap open-weight model trails by a wide, defensible margin, and the gap roughly tracks the price. Artificial Analysis's Intelligence Index is built exactly to make that comparison fair, one aggregate score across the same battery of evaluations, run the same way, for every model it covers, more than 180 of them as of late August 2026. On August 26, 2026, that index scored Z.ai's new GLM-5.3-Flash at 57. It scores Claude Opus 4.8, Anthropic's current flagship, at 57 as well. Not close. Identical.
A tie on one index isn't proof of equivalence, and we'll get to exactly where the two models still diverge. But a tie on the industry's most-cited apples-to-apples intelligence score, between a model that costs 50 cents per million output tokens and one that costs 25 dollars, is the kind of data point that's supposed to be rare enough to lead with. So we did.
What 33x and 50x actually buys you
Put the two models' list prices next to each other and the scale of the gap is easy to lose in the zeros. It's worth writing out in full.
| Model | Input / 1M tokens | Output / 1M tokens | Intelligence Index |
|---|---|---|---|
| GLM-5.3-Flash (Z.ai) | $0.15 | $0.50 | 57 |
| Claude Opus 4.8 (Anthropic) | $5.00 | $25.00 | 57 |
$ python3 -c "
opus_in, opus_out = 5.00, 25.00
glm_in, glm_out = 0.15, 0.50
print(f'{opus_in/glm_in:.1f}x cheaper on input')
print(f'{opus_out/glm_out:.1f}x cheaper on output')
"
33.3x cheaper on input
50.0x cheaper on outputPrice per million tokens, input vs. output
Source: artificialanalysis.ai/models/glm-5-3-flash and artificialanalysis.ai/models/claude-opus-4-8, Aug 2026.
For a workload that burns through, say, 50 million output tokens a month, tightly typical for an agent doing sustained tool-calling and long-form generation, that price gap is the difference between roughly $1,250 a month and $25. Not a discount. A different budget category entirely, for a model landing on the identical aggregate intelligence score.
Twelve days, three releases
GLM-5.3-Flash isn't an isolated release. It's the third model Z.ai shipped in less than two weeks, and each one undercut the last on price while the underlying benchmarks kept climbing.
Aug 14, 2026
GLM-5.3
$1.40 / $4.40
Aug 17, 2026
GLM-5.2 Turbo
cheaper
Aug 26, 2026
GLM-5.3-Flash
$0.15 / $0.50
GLM-5.3, released August 14, priced at $1.40 in / $4.40 out and scored 60 on the Intelligence Index, good for #9 of 187 models tracked at the time. GLM-5.2 Turbo followed three days later. GLM-5.3-Flash landed August 26 at roughly a ninth of GLM-5.3's own price, while gaining ground on the index rather than losing it, 57 against 60, in a different, larger comparison class where it ranks #3 of 110. Iterating that fast, on both price and capability at once, isn't typical even by 2026's AI release cadence.
The improvement curve hiding inside the price cuts
It would be one thing if Z.ai simply repriced an existing model. It didn't. Z.ai's own release benchmarks show real capability movement across that same 12-day window, comparing GLM-5.2 directly to GLM-5.3-Flash.
Z.ai's own benchmark scores, before and after (12 days)
Source: Z.ai GLM-5.3-Flash release notes, Aug 26, 2026, via officechai.com and marktechpost.com.
DeepSWE v1.1, a coding benchmark, climbed from 46.2 to 63.4, a 37% relative gain. AutomationBench, which grades multi-step agentic task completion, very nearly doubled: 26.2 to 48.8. Those are self-reported numbers from Z.ai's own release notes, which is exactly why the next section matters: what an independent evaluator, not the lab itself, found when it put the new model up against the field.
Where the frontier still wins
The honest version of this story isn't “GLM-5.3-Flash beats Claude Opus 4.8.” It doesn't, on every axis, and the clearest evidence is Terminal-Bench 2.1, a benchmark built around real command-line tasks rather than a single aggregate score.
| Model | Terminal-Bench 2.1 | Price (in / out per 1M) |
|---|---|---|
| GLM-5.3-Flash | 84.3 | $0.15 / $0.50 |
| Claude Opus 4.8 | 85.0 | $5.00 / $25.00 |
| GPT-5.6 Terra | 87.4 | n/a (proprietary) |
GLM-5.3-Flash trails Claude Opus 4.8 by seven tenths of a point on Terminal-Bench, close enough to call a wash in practice, but GPT-5.6 Terra still leads the whole field at 87.4, a real gap that neither GLM-5.3-Flash nor Opus 4.8 has closed. The pattern across every number in this piece is consistent: the gap to the very top of the leaderboard hasn't disappeared. The gap to a 25-dollar-per-million-token flagship specifically has, on both the aggregate index and on one of the harder task-specific benchmarks available.
One index and one task-specific benchmark are not the whole picture of what either model can do. Long-context reliability, tool-use robustness in production, safety tuning, and a dozen other dimensions aren't captured in either number. What the data does support, without overreaching, is that “expensive means smarter” is no longer a safe default assumption to price a workload against.
The model that ran anonymously for a week
Here's the part of this story that has nothing to do with benchmarks. Before Z.ai published any of the numbers above, this exact model was already live and public, running under a fake name on two developer platforms: OpenRouter and OpenCode, listed simply as “Ox Alpha.” No company attached. No published scores. Just an anonymous entry in a model picker that any developer could route requests to and judge purely on how it performed.
By Z.ai's own account, reported by testingcatalog.com on August 26, 2026, Ox Alpha became the most popular model on those platforms that week, while it was still anonymous, with Z.ai specifically noting that traffic was served on Chinese AI chips. Developers picked it with zero brand recognition and zero marketing behind it, and had no way of knowing a Chinese lab's infrastructure sat underneath the requests they were sending. That's about as close to a blind taste test as production AI infrastructure gets, and the anonymous model won on adoption before anyone could price-anchor their judgment of it.
What's actually inside it
The model behind both the alias and the benchmark scores is a mixture-of-experts design: 320 billion total parameters, with only 18 billion active on any single token, which is most of why it can run this cheaply. Z.ai released it under an MIT license with the weights posted publicly on Hugging Face, meaning the exact model that tied a top-tier proprietary flagship on the Intelligence Index can be downloaded and run by anyone, on their own infrastructure, with no per-token markup from any intermediary at all.
| Spec | Value |
|---|---|
| Total parameters | 320B |
| Active per token | 18B (mixture-of-experts) |
| Context window | 1,048,576 tokens |
| License | MIT |
| Weights | Public, huggingface.co/zai-org/GLM-5.3-Flash |
What would falsify this, and what's still unconfirmed
The Intelligence Index tie is real and independently verifiable on Artificial Analysis's own model pages, but it's one aggregate score built from a specific weighting of evaluations, not a universal ranking. A different weighting, or a benchmark suite that leans harder on long-horizon agentic reliability rather than single-turn task completion, could easily separate the two models again, in either direction. GPT-5.6 Terra's clear lead on Terminal-Bench 2.1 is a reminder that “tied on one index” is not the same claim as “tied on everything,” and this piece isn't making the larger claim.
The DeepSWE and AutomationBench improvement figures are self-reported by Z.ai in its own release notes, not independently reproduced here; treat them as a lab's account of its own progress rather than a third-party audit, even though the direction is corroborated by the Intelligence Index movement from GLM-5.3's 60 to GLM-5.3-Flash's 57 in a different, more competitive comparison class. And the Ox Alpha stealth-testing detail comes from Z.ai's own account of its pre-launch reception, relayed by testingcatalog.com; it's a real and specific claim, but it is Z.ai telling its own origin story, not an independently logged traffic count.
What this means if you're pricing a workload right now
The practical takeaway isn't “switch every workload to the cheapest model that ties a benchmark.” It's that the default habit of routing everything to the most expensive flagship, on the assumption that price and capability move together, just lost one of its clearest supporting data points. A tied Intelligence Index at a 50x price gap means the right question for any given task is no longer “which model is smartest,” it's “which model is smart enough for this task, at what it actually costs to run it at your volume.”
That's the exact question MegaBrainis built to make cheap to answer. It routes to 500+ models, GLM-5.3-Flash and Claude Opus 4.8 both included, through one API at zero markup, so you can A/B a task across models on real cost and real output instead of guessing from a press release. And if the workload is the kind that should keep running whether or not you're watching it, mhermes, MegaBrain's always-on agent runtime, can pick the right-sized model for each job and keep working around the clock without you re-deciding the model choice every time a new one ties the old leaderboard.
Sign up at getmegabrain.com to route at cost, or spin up a mhermes agent to put the price gap to work instead of just reading about it.
MegaBrain Gateway
500+ models. One API. No markup.
Use in Claude Code, Cline, Cursor, or any coding agent.
Newsletter
Stay in the loop
Get the latest model comparisons and guides — no spam, unsubscribe anytime.