Aug 25, 2026
GLM 5.3: What's New, Benchmarks, and How to Access It (2026)
Cost Optimization
Distributed Inference
GLM 5.3 is live: same base as 5.2, big post-training gains, a surprise security capability, and open weights due within weeks. What's verified so far.

Z.ai shipped GLM 5.3 without touching the base model. Here's what actually changed, what's still vendor-reported, and how to run it today.
GLM 5.3 released on August 14, 2026, and the headline is what Z.ai didn't do: no new architecture, no retraining, same base model as GLM 5.2. Every gain comes from scaled post-training, what Z.ai calls environment scaling, running the model through more and more diverse task environments. Their own summary: "Scaling post-training is all we did for GLM-5.3."
The claimed results from that one lever are large enough to raise eyebrows, which is exactly why the vendor-reported caveat matters more than usual here. Here's the current picture.
What changed from GLM 5.2
The numbers below are Z.ai's own, from the launch materials. Nothing has been independently replicated yet.
| Benchmark | GLM 5.2 | GLM 5.3 |
| Terminal-Bench 3.0 | 4.6 | 28.3 |
| DeepSWE v1.1 | 46.2 | 66.9 |
| CyberGym | 77.2% | 84.5% |
| ExploitBench | 24.4% | 54.4% |
The pattern in the table is consistent: the biggest jumps are on long-horizon work, multi-step tasks that run for hours and punish a model that loses the thread. That matches the positioning, GLM 5.3 as a model for complex software engineering and agent workflows rather than a general chat upgrade. If your workload is short prompts and single answers, 5.2 and 5.3 will feel similar. If it's agents running long tool chains, the delta is the whole point.
A six-fold jump on Terminal-Bench from post-training alone is a remarkable claim, and remarkable claims earn scrutiny. Watch the independent leaderboards over the next couple of weeks, and validate on your own workload before treating the table as settled.
What carried over from 5.2
Because the base model is unchanged, the spec sheet mostly reads like GLM 5.2's. Z.ai positions the 5.2 base around a usable 1M-token context, and 5.3 inherits that; a separate 5.3 model card with its own numbers hadn't been published at the time of writing, so treat context and parameter details as carried over rather than re-confirmed. The serving story carries over the same way. The 5.2 line already runs on vLLM and SGLang, and our SGLang deployment guide for GLM 5.2 describes the stack that 5.3's weights should slot into when they arrive.
The same-base decision also explains the release cadence. Z.ai shipped 5.1 in the spring, 5.2 in early summer, and now 5.3, each one leaning harder on post-training while the architecture holds still. If the 5.3 benchmark table survives independent testing, it says the frontier labs' post-training gap is closing faster than the architecture gap, which is the argument Chinese open-weight labs have been winning all year.
The security capability nobody planned for
The strangest part of the launch: Z.ai reports the model developed offensive security skills faster than expected, moving from isolated bug-finding to what they describe as "reasoning across multiple stages of exploitation, forming coherent plans for complete exploitation chains."
The concrete side of that claim is a public disclosure ledger: 2,436 vulnerabilities reported across 269 open-source projects since GLM 5.2, 1,097 of them rated critical or high severity, with 53 CVEs assigned at launch. Whatever you make of the benchmark table, the CVE ledger is externally checkable, which makes it the most credible evidence in the release.
For infrastructure teams the practical read is simpler: the same long-horizon reasoning that finds exploit chains is what you want for multi-hour agent runs, and security research happens to be a measurable proxy for it.
Open weights: coming, not here yet
GLM 5.2's weights are open, and Z.ai says 5.3's will follow, expected around the end of August after a roughly two-week safety evaluation. As of this writing the weights are not on Hugging Face, so self-hosting 5.3 is not yet possible. Since 5.3 shares the 5.2 base, expect the hardware picture to match deploying GLM 5.2 once they land. This post will be updated when they do.
How to access GLM 5.3 today
Two real routes right now.
Z.ai's own API and GLM Coding Plan serve 5.3 directly; check their current pricing before budgeting, since plan tiers moved around at launch.
Or run it through Yotta AI Gateway, where GLM 5.3 is already live behind one OpenAI-compatible API, alongside GLM 5.2, 5.1, DeepSeek V4, Qwen 3.8, Kimi K3, and the rest of the catalog. If you're already on 5.2 through the Gateway, trying 5.3 is a model-string change, which is the lowest-effort way to test whether the long-horizon gains show up on your workload.
Frequently asked questions
What is GLM 5.3's context window?
Z.ai hadn't published a standalone 5.3 spec sheet at the time of writing. It shares GLM 5.2's base, which Z.ai positions at a usable 1M-token context, so expect the same until the model card says otherwise.
What does GLM 5.3 cost?
Z.ai serves it through its API and the GLM Coding Plan; rates moved around at launch, so check their current pricing page before budgeting. It's also live on Yotta AI Gateway, where pricing is flat and posted in the console.
When was GLM 5.3 released?
August 14, 2026, on Z.ai's API and GLM Coding Plan. Open weights are expected around the end of August after a safety evaluation period.
Is GLM 5.3 open source?
Not yet. GLM 5.2's weights are open; 5.3's are expected on Hugging Face within weeks of launch. Until then it's API-only.
What's the difference between GLM 5.3 and GLM 5.2?
Same base model. All of 5.3's gains come from scaled post-training, and the claimed improvements concentrate on long-horizon tasks: Terminal-Bench 3.0 jumps from 4.6 to 28.3 and DeepSWE from 46.2 to 66.9, per Z.ai's own numbers.
Is GLM 5.3 better than DeepSeek V4?
No independent head-to-head exists yet, and both launch benchmark tables are vendor-reported. They target different sweet spots: DeepSeek V4 leads on price aggression, GLM 5.3 on the long-horizon agent story. Both are live on Yotta AI Gateway, so testing them head-to-head on your own workload is two model strings.
Can I self-host GLM 5.3?
Not until the weights release. When they do, expect requirements similar to GLM 5.2, which our SGLang deployment guide covers.
Is GLM 5.3 on Yotta?
Yes. GLM 5.3 is live on Yotta AI Gateway with an OpenAI-compatible API, alongside the rest of the GLM line.
Bottom line
GLM 5.3 is a bet that post-training scale beats architecture churn, and the claimed returns are big enough that someone will verify them soon. The CVE ledger gives the long-horizon story more external evidence than most launch tables get. The open question is how much of the benchmark jump survives independent testing.
The practical move while that settles: if you run agents or long coding tasks, put 5.3 next to 5.2 on your own workload and measure. GLM 5.3 and 5.2 are both live on Yotta AI Gateway, one API key and a model string apart. And when the weights drop, this post gets the self-hosting math.



