GLM-5.3: The Open-Weight Coding Model That Closed the Frontier Gap

2026-08-20

Model Intelligence Brief

GLM-5.3: The Open-Weight Coding Model That Closed the Frontier Gap

Z.ai's GLM-5.3 reuses the GLM-5.2 base model and gained everything through scaled post-training. The result is open-weights state of the art in agentic coding, a surprise lead on CyberGym, and a price that undercuts the frontier by up to 6x. Here is what it actually scores, what it costs, and how to route to it.

Published August 20, 2026  ·  Coverage Z.ai GLM-5.3 launch · Status API live, weights pending

TL;DR — Key Takeaways

  • No new base model. GLM-5.3 uses the same 744B total / 40B active MoE base as GLM-5.2 — every gain comes from post-training scaling.
  • Agentic coding leap. Terminal-Bench 3.0 jumps from 4.6 to 28.3, DeepSWE v1.1 from 46.2 to 66.9, and it achieves open-source SOTA on Agents' Last Exam (CLI).
  • Emergent cyber capability. GLM-5.3 leads CyberGym at 84.5% and more than doubles GLM-5.2 on exploitation benchmarks — a dual-use double edge.
  • Token economics beat closed models. ~31.4% on Z.ai Code Bench at High effort using roughly 50K output tokens, versus Claude Opus 4.8's 29.5% at 120K.
  • Price unchanged. $1.40 / $4.40 per million tokens (input/output), cached input at $0.26 — the same as GLM-5.2, and open weights follow in about two weeks.

01What Is GLM-5.3 and Why It Matters

GLM-5.3 is the flagship model released by Z.ai (formerly Zhipu AI, the company behind the GLM family) on August 14, 2026. It is the most capable open-weights model for coding and long-horizon agent work, according to the launch announcement — and it reaches that position not with new pretraining but almost entirely through post-training.

On paper, the model looks like a modest point release: the same 744B-parameter base with 40B active parameters, the same mixture-of-experts architecture, and the same advertised 1M-token context window with up to 128K output tokens as GLM-5.2. In practice, the gains are anything but modest. Z.ai reports a 50% improvement over GLM-5.2 on its internal Z.ai Code Bench, open-source state of the art on Terminal-Bench 3.0 and Agents' Last Exam, and a widely quoted 84.5% on CyberGym — ahead of the Mythos 5 and GPT-5.6 Sol figures it lists in the same table.

Why should teams outside the open-model community care? Three reasons:

  • It reopens the frontier price gap. At $1.40/$4.40 per million tokens through Z.ai's API, GLM-5.3 sits well below GPT-5.6 Sol's $5/$30 and Claude Opus 5's $5/$25 tiers while trading blows with them on hard coding benchmarks.
  • Weights are coming. Z.ai plans to publish the weights roughly two weeks after launch (around the end of August 2026), which means self-hosting, GPU efficiency tuning, and vendor-independent inference.
  • It is composable through a unified AI API. Because GLM-5.3 exposes OpenAI-compatible and Anthropic-compatible endpoints, it slots into existing agents and gateways without rewriting your application layer.

744B total

Parameters (MoE)

1M tok

Context window

128K tok

Max output

$1.40 / $4.40

Input / output per 1M

84.5 %

CyberGym (SOTA cited)

02The Post-Training-Only Strategy

The most important technical fact about GLM-5.3 is also the easiest to miss: the base model did not change. What changed is the scale of post-training — more task environments, more environment types, longer training runs, and stronger verification of agent trajectories.

This is a deliberate architectural bet. Instead of paying for a fresh pretraining run, Z.ai reused the GLM-5.2 base and pushed reinforcement learning into the agentic regimes where LLMs historically fall apart: multi-step tool use, terminal automation, long-horizon software engineering, and vulnerability analysis. The pipeline still requires meaningful human-in-the-loop work for environment generation and verification, which Z.ai acknowledges is the next thing to automate.

Because the capabilities live in the post-trained weights rather than the base, two consequences follow for buyers:

  • Benchmarks are denser with meaning. Static question-answering-style scores are less useful; the informative numbers are agent-shaped evaluations with real environments, real shells, and real repositories.
  • Serving behavior can differ. Hosted GLM-5.3 post-training systems can include serving-time components that a weight file alone cannot capture — one more reason to verify on your own workloads before standardizing.
Note: The ~744B total / 40B active figures describe the inherited GLM-5.2 base architecture. Z.ai has not claimed a new GLM-5.3-specific parameter count, and all headline numbers below are vendor-published or vendor-cited, not independent third-party results.

03Coding and Agent Performance, Benchmark by Benchmark

The sharpest gains land exactly where the industry is moving: coding that behaves like an agent — opening terminals, editing files, running tests, fixing real GitHub issues end-to-end — rather than coding that answers a single prompt. On Z.ai's internal Z.ai Code Bench, GLM-5.3 clears 34.5% at Max effort using roughly 75K output tokens per task, versus GLM-5.2's 23.4% at 96K. At High effort it reaches 31.4% at around 50K output tokens — narrowly better than Claude Opus 4.8's 29.5% at 120K, though Claude Fable 5 still leads at 39.5% at Max.

The public benchmark table tells the same story:

Benchmark GLM-5.3 GLM-5.2 Kimi K3 DeepSeek V4 Pro 0813 Fable 5 GPT-5.6 Sol
Terminal-Bench 3.0 28.3 4.6 17.4 33.7 34.6
DeepSWE v1.1 66.9 46.2 67.5 62.7 69.7 72.7
NL2Repo 58.0 48.9 58.0 61.1
AutomationBench v1.0.6 48.2 26.2 46.7 43.2 46.2 45.8
Toolathlon Verified 73.0 59.9 76.5 74.1 74.7 74.9
Agents' Last Exam (CLI) 28.5 23.8 27.6 25.7 23.8 28.6
HLE with Tools 62.5 54.7 59.8 60.0 63.9 64.5
GDPval-AA v2 (index) 1769 1508 1682 1590 1743 1730

Table 1 — Selected results as published in Z.ai's GLM-5.3 launch post (August 14, 2026). Vendor-reported. "—" = not supplied. GDPval-AA v2 is an index score, not a percentage.

The cleanest comparison is GLM-5.3 against its own predecessor, GLM-5.2, inside the same launch table: +23.7 points on Terminal-Bench 3.0, +20.7 on DeepSWE v1.1, +22.0 on AutomationBench, +13.1 on Toolathlon Verified, and +7.3 on CyberGym. Against Kimi K3, GLM-5.3 leads in the displayed table on Terminal-Bench, CyberGym, AutomationBench, Agents' Last Exam, HLE with Tools, and GDPval-AA v2, while Kimi K3 stays ahead on DeepSWE and Toolathlon. That is not a clean sweep — but the pattern is clear: GLM-5.3 is especially competitive in automation- and security-shaped workloads.

Independent observers note that all figures are vendor-reported, with harness, context length, and sampling settings documented in the announcement. The open-weight release in around two weeks will let the community retest whether the gains carry over to local deployments and third-party inference stacks.

04The Emergent Cybersecurity Capability

Perhaps the most consequential — and hardest to ignore — finding of the GLM-5.3 launch is the cybersecurity capability that Z.ai says grew faster than expected as it scaled post-training. This is the double edge of the release.

On CyberGym, which starts from white-box source code and tests whether a model can identify and validate vulnerabilities, GLM-5.3 scores 84.5%, up from 77.2% for GLM-5.2 and ahead of Mythos 5 (83.8%) and GPT-5.6 Sol (83.6%) as listed. On ExploitBench, which demands root-cause reasoning about real vulnerabilities and working exploitation, GLM-5.3 more than doubles its predecessor to 54.4% (from 24.4%). On ExploitGym, which measures completions under time-normalized budgets, it finishes 105 tasks in two hours and 130 in six, against 29 and 39 for GLM-5.2.

Z.ai also reports that GLM-5.3 flagged 2,436 vulnerabilities across 269 open-source projects during evaluation, 1,097 of them medium-to-high severity. That is precisely the capability security researchers want for defensive auditing — and precisely the capability that raises dual-use concern. The pattern across all three benchmarks is consistent, and worth stating plainly: the further up the exploitation chain you go, the larger the gain from GLM-5.2 — and the wider the remaining gap to the closed frontier, with Mythos 5 and GPT-5.6 Sol still well ahead on the hardest exploitation tiers.

05Pricing, Token Economy, and Total Cost

GLM-5.3 hits the API at exactly the same rate as GLM-5.2: $1.40 per million input tokens, $4.40 per million output tokens, and $0.26 for cached input tokens, with cached-input storage currently listed as free for a limited time. A simple one-million-in / one-million-out comparison puts GLM-5.3 at $5.80 — versus $8.00 for Grok 4.6 at its lower-context tier, $18.00 for Kimi K3, $30.00 for Claude Opus 5, and $35.00 for GPT-5.6 Sol.

Model Input / 1M Output / 1M 1M-in + 1M-out
GPT-5.6 Luna $0.20 $1.20 $1.40
Gemini 3.7 Flash $0.75 $3.75 $4.50
GLM-5.3 $1.40 $4.40 $5.80
Grok 4.6 (<200K prompt) $2.00 $6.00 $8.00
Kimi K3 $3.00 $15.00 $18.00
Claude Opus 5 $5.00 $25.00 $30.00
GPT-5.6 Sol $5.00 $30.00 $35.00

Table 2 — Published API list prices as of August 2026. Real bills depend on input/output mix, caching, context length, and tokens per task. List price is a tier, not a forecast.

Yet the price that matters for agentic work is cost per completed task, and that is where GLM-5.3 surprises: it reaches its scores with far fewer output tokens. At High effort, GLM-5.3 posts ~31.4% using about 50K output tokens per task, where Claude Opus 4.8 needed ~120K for 29.5%. All else equal, token-efficient models compress spend faster than any per-token discount — and that efficiency is exactly why a routable multi-model gateway matters: the same task can be sent to GLM-5.3, an open-weight tier, or a flagship depending on difficulty and latency budget.

06How to Access and Route to GLM-5.3

GLM-5.3 became available immediately on launch day through the GLM Coding Plan and ZCode, with the model ID glm-5.3. Direct API access followed in stages, and as of mid-August 2026 the API is fully documented over OpenAI Chat Completions, OpenAI Responses, and Anthropic Messages protocols — which means it drops into Claude Code, Cline, OpenCode, Codex, and other custom-model agents.

Developers are currently integrating it through AI application development workflows that already speak OpenAI-compatible APIs. Because support for the family is broad, teams should weigh three further considerations:

  • Reasoning is mandatory. GLM-5.3 requires thinking, with reasoning_effort values of low, high, or max (documented default: max) — effort directly trades tokens against accuracy.
  • The weights are not out yet. "Open weights" currently refers to what is scheduled for about two weeks after launch, pending a safety review. License and quantization support should be verified against the official repository at that time.
  • Verify on your own trace logs. Harness differences mean a head-to-head number from a chart is a starting point, not a contract. Route a representative sample of the workloads you actually run.

For teams that want to evaluate GLM-5.3 against alternatives without committing to a single-vendor integration, the practical move is to call it through the same OpenAI-compatible surface you already use for other models and compare cost-per-task on your own traffic. Consolidating model access on one platform is also how teams keep the option of switching as open-weight releases like this one land on a monthly cadence.

07Frequently Asked Questions

Is GLM-5.3 really an open-source model?

Not yet. GLM-5.3 launched on August 14, 2026 as an API-first model. Z.ai says it will release the weights roughly two weeks after launch, after safety evaluation and hardening, so the open-weights label refers to what is scheduled, not what is downloadable today.

How is GLM-5.3 different from GLM-5.2?

It uses the identical 744B total / 40B active base. All improvements come from scaled post-training: longer, richer agent environments, harder tasks, and stronger trajectory verification. The result is roughly a 50% gain on Z.ai's internal coding bench and open-source SOTA on several agentic benchmarks.

How much does GLM-5.3 cost?

Through Z.ai's API it is $1.40 per million input tokens, $4.40 per million output tokens, and $0.26 per million cached input tokens. A simple 1M-in/1M-out call costs $5.80, versus $18 for Kimi K3, $30 for Claude Opus 5, and $35 for GPT-5.6 Sol.

Is GLM-5.3 safe to use given its cyber capabilities?

GLM-5.3's CyberGym and exploitation gains are as strong for defensive auditing (it flagged 2,436 vulnerabilities in 269 open-source projects) as they are concerning for dual use. Teams deploying it should apply the same hardening, monitoring, and governance controls they use for any frontier-capable model, and note that closed supporters like Mythos 5 and GPT-5.6 Sol still lead the hardest exploitation tiers.

Putting GLM-5.3 to Work

GLM-5.3 is the clearest sign yet that open-weight frontier models no longer need their own serving infrastructure to be production-grade. The API is OpenAI-compatible, the benchmark gains are concentrated in coding and agent work, and the price undercuts US frontier flagships by 5–6x.

The missing piece is routing: the same task mix rarely needs the same model for every request. That is what a unified AI API and enterprise plans are designed for on platforms like AICC — one integration surface, routing across GLM, Grok, GPT, Claude, Gemini, Kimi, DeepSeek, and more, with cost-aware selection by workload. Benchmark the model on your own traces, compare cost per task, and only then standardize.

Sources and further reading

300+ AI Models for
OpenClaw & AI Agents

Save 20% on Costs