GLM-5.3 ships open-weight, tuned for coding and long tasks

GLM-5.3 ships open-weight, tuned for coding and long tasks

zai-org released a Hugging Face model card for GLM-5.3, a new model in the GLM line. The card states that GLM-5.3 uses the same base model as GLM-5.2, so every improvement comes from post-training rather than a new base model, and that compared with GLM-5.2 it is much better at complex coding and long-horizon tasks. Deployment is documented for Transformers, vLLM, SGLang and Docker Model Runner, plus support on the Ascend NPU platform through vLLM-Ascend, xLLM and SGLang.

The card introduces two usage parameters. reasoning_effort takes three levels, low, high and max, and defaults to max whenever it is left unset or given any other value; the card recommends keeping that default for benchmark or leaderboard reproduction. clear_thinking defaults to false and should be explicitly set to true for chat use.

Much of the card's text is evaluation methodology rather than results. One setup runs at temperature 1.0, top_p 0.95, a maximum generation length of 163,840 tokens and a context length managed up to 300,000 tokens, judged by GPT-5.6-luna at medium effort. Coding-agent benchmarks include a single-run Pass@1 suite over 1,507 tasks, run with the agent placed inside the task container, Git metadata stripped, and a domain whitelist limited to sites such as pypi.org and deb.debian.org to stop the agent from cheating; and a second single-run Pass@1 suite over 869 tasks measured under two timeout budgets, 2 hours and 6 hours, calculated by rescaling API inference time using per-model tokens-per-second figures sourced from Artificial Analysis: 115 TPS for GLM-5.3, 40 TPS for Kimi K3 and 47 TPS for Qwen3.8 Max. A separate coverage benchmark covers 41 tasks across 3 revisions, caps the agent-environment exchange at 300 interaction rounds, and scores each task by the union of capabilities achieved across its revisions, averaged across all tasks. Other listed eval configurations run at up to a 1M-token context window and with rule-based plus LLM-based checks against unauthorized pip or curl calls.

The card cites a 2026 arXiv technical report, "GLM-5: from Vibe Coding to Agentic Engineering" (arXiv:2602.15763), credited to the GLM-5-Team and a long list of named co-authors.

What the visible card text does not contain: any actual benchmark score, accuracy percentage or leaderboard ranking for GLM-5.3, a parameter count or model size, a release date beyond the report's 2026 citation year, pricing or licensing terms, and the phrase "open-weight" itself, which does not appear anywhere in the card and comes instead from how the release was framed in discussion.

Key facts

  • GLM-5.3 shares the same base model as GLM-5.2; the card says every gain comes from post-training, aimed at complex coding and long-horizon tasks.
  • Deployment is documented for Transformers, vLLM, SGLang and Docker Model Runner, plus Ascend NPU support via vLLM-Ascend, xLLM and SGLang.
  • New usage parameters: reasoning_effort (low, high or max, defaulting to max) and clear_thinking (defaults to false, recommended true for chat).
  • Coding-agent benchmarks span 1,507 and 869 single-run Pass@1 tasks, the latter under 2-hour and 6-hour budgets rescaled by Artificial Analysis TPS figures (115 for GLM-5.3, 40 for Kimi K3, 47 for Qwen3.8 Max), plus a 41-task, 3-revision coverage benchmark capped at 300 interaction rounds.
  • The card cites a 2026 technical report, "GLM-5: from Vibe Coding to Agentic Engineering" (arXiv:2602.15763), credited to the GLM-5-Team, but gives no actual benchmark scores, parameter count or release date.

Why it matters

GLM-5.3 keeps the same base model as GLM-5.2 and pushes its gains entirely through post-training, a sign that zai-org is investing in refining the training pipeline rather than retraining the base model each release. The stated focus, complex coding and long-horizon tasks, and the technical report's title, "GLM-5: from Vibe Coding to Agentic Engineering," both point to agentic coding workflows as the target.

Who it affects

Developers running open-weight models for coding and agent tasks, especially anyone already using GLM-5.2 who is deciding whether to move up. It also affects teams deploying through Transformers, vLLM, SGLang or Docker Model Runner, and those running Ascend NPU hardware, which gains explicit support through vLLM-Ascend, xLLM and SGLang.

How to use it

The model card is live on Hugging Face with standard Transformers, vLLM, SGLang and Docker Model Runner instructions. Two parameters change behavior: reasoning_effort (low, high or max, default max) and clear_thinking (default false, set true for chat scenarios). The card states no pricing or licensing terms.

How solid is it

The release comes directly from zai-org's own model card and is backed by a cited 2026 arXiv technical report credited to the large GLM-5-Team author list, which is a solid provenance signal. But the visible card text lays out extensive evaluation methodology, task counts, timeout budgets, TPS-based rescaling against Kimi K3 and Qwen3.8 Max, anti-cheat domain whitelisting, without stating the actual benchmark scores those setups produced, so the claim of being "much better" than GLM-5.2 cannot be checked numerically from this page.

Risks and caveats

The model card never describes itself as open-weight; that framing comes from outside the source page. No parameter count, model size or specific release date beyond the report's 2026 citation year is given, and no pricing or licensing terms appear. The benchmarks described rely on relative comparisons and third-party TPS rescaling rather than raw absolute results, and are single-run Pass@1, which carries more variance than a multi-run average.

“Compared with GLM-5.2, it is much better at complex coding and long-horizon tasks.”

— GLM-5.3 model card, zai-org