Inference Dashboard / Model

GLM-5 / GLM-5.1

Z.ai's 744B-parameter / 40B-active MoE family with DeepSeek Sparse Attention (DSA), trained on 28.5T tokens and released under the MIT license.

Z.ai (Zhipu AI)·Released February 11, 2026 (GLM-5); April 7, 2026 (GLM-5.1)

Overview

GLM-5 is the flagship open-weights large language model of Zhipu AI (operating internationally as Z.ai, Hugging Face org zai-org), launched "targeting complex systems engineering and long-horizon agentic tasks" (GLM-5 model card). The GLM-5 weight repository was created on Hugging Face on 2026-02-11 (Hugging Face model API for zai-org/GLM-5), and secondary coverage dates the public release to February 11, 2026 (NYU Shanghai RITS). Compared with GLM-4.5, GLM-5 scales from 355B parameters (32B active) to 744B parameters (40B active) and raises pre-training data from 23T to 28.5T tokens (GLM-5 model card; Z.ai GLM-5 blog). Weights are distributed under the MIT license (GLM-5 README; Hugging Face model API), on Hugging Face and ModelScope, with API access on api.z.ai and BigModel.cn (Z.ai GLM-5 blog).

GLM-5.1 is the follow-up point release on the same architecture, described by Z.ai as "our next-generation flagship model for agentic engineering, with significantly stronger coding capabilities than its predecessor," reaching state-of-the-art performance on SWE-Bench Pro and leading GLM-5 by a wide margin on NL2Repo and Terminal-Bench 2.0 (GLM-5.1 model card). Its distinguishing claim is long-horizon durability: where earlier models "exhaust their repertoire early," GLM-5.1 "sustains optimization over hundreds of rounds and thousands of tool calls" (GLM-5.1 model card). The GLM-5.1 repository was created 2026-04-03 (Hugging Face model API for zai-org/GLM-5.1) and third-party documentation gives the public release date as April 7, 2026 (Clore.ai GLM-5.1 guide); it is also MIT-licensed (GLM-5.1 README; Z.ai GLM-5.1 blog). Both models are served through the Z.ai API with a 200K context window and 128K maximum output (Z.ai docs: GLM-5; Z.ai docs: GLM-5.1).

Notable techniques: GLM-5 integrates DeepSeek Sparse Attention (DSA), "largely reducing deployment cost while preserving long-context capacity" (GLM-5 model card), and the arXiv technical report GLM-5: from Vibe Coding to Agentic Engineering (arXiv:2602.15763, submitted 17 Feb 2026) states that GLM-5 "adopts DSA" to cut training and inference cost while maintaining long-context fidelity, adds an asynchronous RL infrastructure that decouples generation from training, and proposes novel asynchronous agent RL algorithms (arXiv:2602.15763). That infrastructure is named slime, "a novel asynchronous RL infrastructure that substantially improves training throughput and efficiency, enabling more fine-grained post-training iterations" (GLM-5 model card). GLM-5.1 cites the same technical report as GLM-5, consistent with an architecture-sharing point release (GLM-5.1 model card). Beyond NVIDIA, Z.ai reports support on Huawei Ascend, Moore Threads, Cambricon, Kunlun Chip, MetaX, Enflame and Hygon accelerators (Z.ai GLM-5 blog).

Architecture

Values below come from the published config.json of each repository; GLM-5 and GLM-5.1 configs are byte-for-byte identical apart from the transformers_version field, confirming a shared architecture.

Official vendor eval scores

Vendor-reported only (Hugging Face model cards and Z.ai blog). GLM-5 column values are from the GLM-5 card/blog; GLM-5.1 values from the GLM-5.1 card/blog.

BenchmarkScoreSource
SWE-bench Verified (GLM-5)77.8GLM-5 model card / Z.ai GLM-5 blog
SWE-bench Multilingual (GLM-5)73.3GLM-5 model card
SWE-Bench Pro (GLM-5.1 / GLM-5)58.4 / 55.1GLM-5.1 model card
NL2Repo (GLM-5.1 / GLM-5)42.7 / 35.9GLM-5.1 model card
Terminal-Bench 2.0, Terminus-2 (GLM-5.1 / GLM-5)63.5 / 56.2 (60.7 on verified set)GLM-5.1 model card; GLM-5 model card
Terminal-Bench 2.0, best self-reported harness (GLM-5.1)69.0 (Claude Code)GLM-5.1 model card
τ²-Bench (GLM-5)89.7GLM-5 model card
τ³-Bench (GLM-5.1 / GLM-5)70.6 / 69.2GLM-5.1 model card
BrowseComp (GLM-5.1 / GLM-5)68.0 / 62.0; with context management 79.3 / 75.9GLM-5.1 model card
BrowseComp-Zh (GLM-5)72.7GLM-5 model card
AIME 2026 (GLM-5.1 / GLM-5)95.3 / 95.4 (GLM-5 card reports 92.7 on AIME 2026 I)GLM-5.1 model card; GLM-5 model card
HMMT Nov. 2025 (GLM-5.1 / GLM-5)94.0 / 96.9GLM-5.1 model card
HMMT Feb. 2026 (GLM-5.1 / GLM-5)82.6 / 82.8GLM-5.1 model card
GPQA-Diamond (GLM-5.1 / GLM-5)86.2 / 86.0GLM-5.1 model card
IMOAnswerBench (GLM-5.1 / GLM-5)83.8 / 82.5GLM-5.1 model card
Humanity's Last Exam (GLM-5.1 / GLM-5)31.0 / 30.5 text-only; 52.3 / 50.4 with toolsGLM-5.1 model card
CyberGym (GLM-5.1 / GLM-5)68.7 / 48.3 (GLM-5 card reports 43.2)GLM-5.1 model card; GLM-5 model card
MCP-Atlas, public 500-task set (GLM-5.1 / GLM-5)71.8 / 69.2 (GLM-5 card reports 67.8)GLM-5.1 model card; GLM-5 model card
Tool-Decathlon (GLM-5.1 / GLM-5)40.7 / 38.0GLM-5.1 model card
Vending Bench 2 (GLM-5.1 / GLM-5)$5,634.41 / $4,432.12GLM-5.1 model card
MMLU-Pron.a. (not reported on any fetched vendor page)
LiveCodeBenchn.a. (not reported on any fetched vendor page)

Notes on evaluation harnesses (vendor-stated): SWE-bench runs use OpenHands with a 200K context window; Terminal-Bench 2.0 Claude Code scores are averaged over 5 runs; CyberGym is single-run Pass@1 over 1,507 tasks; Vending Bench 2 runs were conducted independently by Andon Labs (GLM-5 model card). GLM-5's τ²-Bench airline domain uses the fixes from the Claude Opus 4.5 system card (GLM-5 model card). Where the GLM-5 and GLM-5.1 cards disagree on a GLM-5 number (CyberGym, MCP-Atlas, AIME, Tool-Decathlon), both figures are shown above.

Benchmark explanations

  • SWE-bench Verified — human-validated GitHub issues that the model must resolve by patching a real repository; measures end-to-end software bug-fixing (GLM-5 model card).
  • SWE-bench Multilingual — the same issue-resolution task across repositories in multiple programming languages, testing generality beyond Python (GLM-5 model card).
  • SWE-Bench Pro — a harder, contamination-resistant issue-resolution suite (hosted by Scale AI) run here with the OpenHands agent under a 400K/200K context (GLM-5.1 model card).
  • NL2Repo — repository generation: build a working codebase from a natural-language specification (GLM-5.1 model card).
  • Terminal-Bench 2.0 — real-world terminal tasks executed in a sandboxed shell under CPU/RAM limits, scored by task completion (GLM-5.1 model card; GLM-5 model card).
  • τ²-Bench / τ³-Bench — multi-turn tool-use and customer-service style agent dialogues in Retail, Telecom and Airline domains, testing policy compliance with a simulated user (GLM-5 model card).
  • BrowseComp / BrowseComp-Zh — hard web-browsing research questions requiring many search-and-read hops; the Zh variant is the Chinese-language version, with and without context-management strategies (GLM-5 model card).
  • AIME 2026 — American Invitational Mathematics Examination problems, short-answer competition math (GLM-5.1 model card).
  • HMMT (Nov. 2025 / Feb. 2026) — Harvard-MIT Mathematics Tournament problem sets, competition-level math reasoning (GLM-5.1 model card).
  • IMOAnswerBench — International-Mathematical-Olympiad-style problems graded on final answers (GLM-5.1 model card).
  • GPQA-Diamond — the hardest subset of graduate-level, Google-proof physics/chemistry/biology multiple-choice questions (GLM-5.1 model card).
  • Humanity's Last Exam (HLE) — a very broad expert-written exam of frontier knowledge and reasoning; reported text-only by default and separately with tool access (GLM-5 model card).
  • CyberGym — starts from white-box source code and tests whether the model can identify and validate vulnerabilities by triggering faults (Z.ai GLM-5.3 blog); evaluated as single-run Pass@1 over 1,507 tasks (GLM-5 model card).
  • MCP-Atlas — 500-task public subset of tool-calling tasks over Model Context Protocol servers, LLM-judged (GLM-5 model card).
  • Tool-Decathlon — a ten-domain battery of tool-use/agent tasks run through an official evaluation service (GLM-5.2 model card).
  • Vending Bench 2 — a simulated vending-machine business run over a one-year horizon, scored by final account balance; measures long-term planning and resource management (Z.ai GLM-5 blog).
  • VectorDBBench / KernelBench (GLM-5.1 case studies) — building a high-QPS approximate-nearest-neighbour database in Rust (GLM-5.1: 21.5k QPS over 600+ iterations and 6,000+ tool calls) and generating faster GPU kernels from PyTorch references (GLM-5.1: 3.6× geometric-mean speedup over 50 problems) (Z.ai GLM-5.1 blog).

GLM-5 / GLM-5.1 inference performance (8K→1K)

Live InferenceX benchmark data for GLM 5/5.1 on the 8K→1K workload, measured in total tokens per dollar across every chip config with data.

Open in full dashboard →