GLM 5.3 is the most capable open-weight coding model Z.ai has shipped, and the most interesting thing about it is what did not change. Z.ai kept the GLM 5.2 base model untouched and spent another month on post-training, then watched coding and cyber scores climb by margins that usually require a new foundation model. That single fact, an unchanged base producing gains this size, is the story of GLM 5.3, and it shapes everything from the benchmark jumps to the decision to hold the weights back. This guide covers what the model is, what actually improved, what the numbers prove and what they do not, and how to access it today.
GLM 5.3 is a post-training upgrade, not a new model
GLM 5.3 runs on the exact same base network as GLM 5.2, and every reported improvement comes from post-training. Z.ai stated this plainly at launch: no new pretraining run, no new parameter count, no architecture change. The model reuses the 743-billion-parameter mixture-of-experts base introduced with GLM 5.2, and the month between the two releases went entirely into scaled reinforcement learning across a larger, more varied set of task environments. Z.ai frames the whole release as a test of how far a frontier-scale model can move after pretraining has ended.
That framing matters more than it first appears, because it changes what a benchmark jump means. When a model improves because it got bigger or trained on more data, the gain is baked into the weights. When it improves purely through post-training on the same base, the gain lives in how the model was taught to use capabilities it already had. GLM 5.3 is close to a controlled demonstration of the second kind. The base is fixed, so the deltas over GLM 5.2 isolate what better environments and more reinforcement-learning compute can extract on their own.
The environments are where Z.ai concentrated the work. Rather than short coding puzzles, GLM 5.3 was trained on tasks shaped like real professional work: an agent might be dropped into an ML infrastructure environment with access to compute clusters, internal documentation, and experiment results, then asked to diagnose a bottleneck, implement a fix, and prove an end-to-end speedup without breaking anything. Some tasks represent several days of work for an experienced engineer. To build these at volume, Z.ai used research agents that turn real work patterns into runnable long-horizon environments, plus a judge agent that verifies each task is actually solvable before it enters training.
This is why the gains concentrate where they do. The improvements are largest on long-horizon, multi-step work, the tasks where a model has to hold a goal across many tool calls, failed tests, and changes of plan, rather than on one-shot completions. It is also why some independent observers have argued the real bottleneck in agentic coding has shifted from the base model to the training environment and the harness around it. GLM 5.3 is the cleanest evidence yet for that view, since it kept the base frozen and moved the needle anyway. The practical implication for anyone choosing a model is that GLM 5.3's strengths are specific and earned, not general, and they will show up most on exactly the sustained, tool-heavy work Z.ai trained for.
What changed from GLM 5.2
GLM 5.3 improves on GLM 5.2 in three areas that matter to builders: long-horizon coding, an unplanned cybersecurity capability, and one breaking change to how you call the model. The GLM 5.3 benchmarks guide breaks down every score and harness footnote in full; the table and sections below cover what changed and why it matters.
Table 1: What changed from GLM 5.2 to GLM 5.3
All figures Z.ai-reported at max reasoning effort, August 2026. GLM 5.2 and GLM 5.3 share a base and harness, so these deltas are a like-for-like comparison.
1. Stronger long-horizon coding
Coding is where the post-training push landed hardest, and the gains are largest on the longest tasks. On Z.ai's own launch table, Terminal-Bench 3.0 climbs from 4.6 to 28.3, DeepSWE v1.1 from 46.2 to 66.9, and SWE-Marathon v1.1 from 19.4 to 42.5. Z.ai also reports a roughly 50% improvement over GLM 5.2 on its private Z.ai Code Bench, paired with better token efficiency, finishing comparable work in fewer output tokens.
2. Unplanned cyber capability
GLM 5.3 became a leading vulnerability-discovery model, and Z.ai says it did not plan for that. After adding security data to the training mix, the capability compounded faster than expected, with the model reasoning across full exploitation chains rather than isolated flaws. GLM 5.3 scores 84.5% on CyberGym, the top of Z.ai's chart, ahead of the reported scores for every other model in the table, including Anthropic's Fable 5 and GPT-5.6 Sol. That figure comes from Z.ai's launch table; a slightly lower 83.5% appears in some of Z.ai's other launch materials, so treat the exact number as vendor-reported and not yet independently settled. The GLM 5.3 review covers the industry reaction this triggered, which ran from alarm to skepticism.
3. The one breaking API change
GLM 5.3 removes the ability to disable thinking, which is a breaking change if your integration relies on it. GLM 5.2 accepted non-thinking calls for fast, cheap, latency-sensitive work. GLM 5.3 supports three reasoning-effort levels, low, high, and max, with max the default and recommended for coding, but thinking itself is always on. Applications sending thinking.type: "disabled" must switch to enabled and set an effort level before changing the model ID, or the request fails.
GLM 5.3's benchmark results are strong but almost entirely vendor-reported
GLM 5.3's headline scores are impressive, and the single most important caveat is that Z.ai ran nearly all of them itself. The generational gains over GLM 5.2 are consistent and large, and because both models share a base and were run on the same harness, that specific comparison is a genuine like-for-like. The problem is external validation. At launch, GLM 5.3's open weights were not public, so no independent lab could download the model and re-run the tests under a neutral harness, which is the mechanism that normally confirms a vendor's numbers.
One independent measure does exist. Artificial Analysis scores GLM 5.3 at 60 on its Intelligence Index at high reasoning effort, ranking it 9th of 186 models, a strong result that sits just below the closed frontier leaders. Beyond that single composite score, most of the eye-catching figures, including the private Code Bench result and the in-harness cyber scores, remain Z.ai's own until the weights ship and outside testing begins.
The distinction that actually matters when reading GLM 5.3's numbers is who ran each test and under what access. The table below sorts the headline benchmarks by that standard.
Table 2: GLM 5.3 benchmark results by evidence type
Sources: Z.ai launch table and Artificial Analysis, captured August 2026, at high or max reasoning effort. Vendor-run public-benchmark results were not independently reproduced at the time of writing.
The honest read is that GLM 5.3 is a real step up on the work Z.ai trained for, with one independent data point confirming broad capability, and a set of vendor claims that are plausible but still waiting on the outside replication that open weights will eventually allow.
Why GLM 5.3's open weights were held back
1. Z.ai broke its own release pattern
Z.ai staged GLM 5.3's open-weight release, holding the weights for a safety review, and the reason connects directly to the model's cyber capability. This was a deliberate break from precedent. GLM 5.2 shipped MIT-licensed weights within days of launch; GLM 5.3 launched through the API and GLM Coding Plan only, with weights promised roughly two weeks later, after safety evaluation and hardening. It is the first GLM release held back explicitly for a security review.
2. The cyber capability forced the decision
The logic ties three facts together that are easy to read separately and miss the thread. First, GLM 5.3 developed strong offensive-security reasoning, not just the ability to spot isolated bugs but to plan across full exploitation chains. Second, Z.ai reports the capability is real outside benchmarks: working with security teams in China, the model surfaced 2,436 vulnerabilities across 269 projects after expert review, including 1,097 rated critical or high severity, some in code that had gone untouched for decades. Third, an open-weight model cannot be recalled once released. Put those together and the staged release follows naturally: a downloadable model this capable at finding and reasoning about vulnerabilities is a capability you cannot un-ship, so Z.ai chose to review before releasing rather than after.
3. At launch, GLM 5.3 was not yet open source
This also reframes the common question of whether GLM 5.3 is open source. At launch, the accurate answer was no, not yet, whatever Z.ai's eventual intent. A promised checkpoint is not a downloadable one, and the license terms were not published either. That gap has practical weight. Any team considering GLM 5.3 specifically to self-host, for data residency, cost control, or vendor independence, could not do so at release and should confirm the weights have actually shipped and read the license before planning around it. The staged approach is defensible on safety grounds, but it means the "open" in open-weight described a roadmap at launch, not a file you could pull.
How much GLM 5.3 costs and how to access it
GLM 5.3 is available two ways: a per-token API and a subscription Coding Plan. Both are summarized below.
Table 3: GLM 5.3 access and pricing (as of August 2026)
Pricing is fast-moving. Z.ai's public pricing table still lists GLM 5.2 as its top row, so re-verify the current rate before relying on it.
One nuance worth knowing: because Z.ai's public pricing page still shows GLM 5.2 as its top row, the confirmed 5.3 API rate currently comes through the API and gateways rather than a dedicated line on the pricing table. The GLM 5.3 pricing guide breaks down the Coding Plan tiers, the points-based quota system, and the off-peak discount in full.
How GLM 5.3 compares to other coding models
GLM 5.3 competes closely with the other cost-efficient coding models and trails the closed frontier on the hardest tasks, with the right pick depending on your specific need. The table below is a positioning guide rather than a scoreboard, since GLM 5.3's benchmarks are almost entirely vendor-reported and cannot be placed head-to-head against differently-sourced rival numbers.
Table 4: How GLM 5.3 is positioned against three rivals
Positioning only, not a benchmark comparison. See the linked guides for the full, source-labeled breakdown of each matchup.
There is one measure that places GLM 5.3 on a neutral footing, because a single independent evaluator scored it on the same harness it uses for every other model. On the Artificial Analysis Intelligence Index, GLM 5.3 scores 60 and ranks 9th of 186 models, which puts it just below the closed frontier leaders rather than out in front. That gap matters: on the one yardstick Z.ai did not run itself, GLM 5.3's larger vendor-reported leads compress into a few points against the top tier. For the detail behind each matchup, the head-to-head guides carry the full source-labeled tables. Against Kimi K3, the two are near-level on shared coding benchmarks, but K3 adds native vision and shipped downloadable weights at launch, which our GLM 5.3 vs Kimi K3 comparison works through.
Against Grok 4.6, the gap is verification and pricing shape rather than raw capability, covered in GLM 5.3 vs Grok 4.6. And against a frontier generalist like Opus 5, the split is cleaner, cost and coding against reasoning breadth and multimodal input, which GLM 5.3 vs Opus 5 lays out.
Who GLM 5.3 is for
GLM 5.3 fits cost-sensitive coding, long-horizon agent work, and defensive security, and it is a weaker fit for anything visual or anything needing the single best coding output. The three groups below cover where it lands.
1. Cost-sensitive coders and agent builders
GLM 5.3 is a strong fit if the bill is what stops you running agents in long loops. The model lands close to the closed leaders on everyday coding while costing a fraction of them, and its gains concentrate on exactly the sustained, multi-step work that agent loops depend on. For teams routing high-volume coding through an API, the lower rate compounds fast.
2. Defensive security and code-auditing teams
GLM 5.3 is hard to match for defensive security, which is its standout use case. Its CyberGym lead points to real strength at reading source, finding a flaw, and confirming it, the core of code auditing and CI security scanning. No comparable open-weight model has a headline-leading vulnerability-discovery story, so for this specific job GLM 5.3 is often the pick.
3. Teams that should look elsewhere
GLM 5.3 is the wrong fit for visual work or the hardest coding. The model is text-only, so any task involving a screenshot, diagram, or scanned document rules it out before benchmarks matter. And for the hardest, longest engineering problems, the closed frontier still finishes more of them. The GLM 5.3 alternatives guide maps what to use instead, and the launch coverage in our GLM 5.3 launch report has the full release context.
From choosing a model to building with Emergent
GLM 5.3 is a strong open-weight coding model whose real significance is the method behind it: an unchanged base, pushed hard through post-training, producing large and specific gains on long-horizon coding and defensive security. The scores are mostly Z.ai's own for now, with one independent Intelligence Index result confirming broad capability, and the open weights arrived staged behind a safety review rather than on day one. Read as what it is, the best open-weight coder for value, agents, and security auditing, rather than the best coding model outright, it earns its place. Verify the numbers that matter to you on your own tasks, and watch the weight and license status if self-hosting is the goal.
If you are building an actual application rather than benchmarking models, the model you choose matters less than getting the software shipped. Emergent turns a plain-language description into a working, deployable, full-stack application, with the frontend, backend, database, auth, and payments handled for you. It runs on frontier models from Anthropic, OpenAI, and Google, so you can build with Claude, GPT, or Gemini through a single Universal LLM Key with one credential and one bill, and let Emergent handle the integration and deployment.

Most AI app builders stop at prototypes. Emergent creates production-ready apps you can actually launch.
- Production-ready apps
- Web & mobile apps
- Deploy in minutes







