Type something to search...
GLM-5.1: 754B parameters — Z.ai's agentic engineering flagship

GLM-5.1: 754B parameters — Z.ai's agentic engineering flagship

From GLM-5 to GLM-5.1: the agentic leap

Less than two weeks after releasing GLM-5, Z.ai (formerly ZhipuAI) ships GLM-5.1 — a 754B-parameter Mixture of Experts model that does not just iterate on its predecessor, it redefines what an open-weight model can do on long-horizon agent tasks. The tagline says it all: from Vibe Coding to Agentic Engineering.

Where GLM-5 proved the architecture could compete on benchmarks, GLM-5.1 proves it can sustain performance across hundreds of reasoning rounds and thousands of tool calls — the kind of workload that breaks most models long before they reach a solution.


Architecture: MoE with Dynamic Sparse Attention

GLM-5.1 uses the GLM_MOE_DSA architecture — Mixture of Experts with Dynamic Sparse Attention. The 754B total parameter count is slightly larger than GLM-5’s 744B, but the real difference is in training and post-training.

The Dynamic Sparse Attention mechanism reduces compute cost on long sequences by selectively attending to the most relevant tokens. Combined with the MoE routing, this keeps per-token inference manageable even as context windows stretch past 200K tokens.

The model ships in BF16/FP32, with quantized variants available via llama.cpp, LM Studio, Jan, and Ollama (9 quantization formats).


Benchmark results

Agentic engineering and coding

BenchmarkGLM-5.1GLM-5
SWE-Bench Pro58.4%
SWE-bench Verified77.8%
Terminal-Bench 2.063.5%56.2%
Terminal-Bench (Claude Code)69.0%
NL2Repo42.7%
Tool-Decathlon40.7%
τ³-Bench70.6%

SWE-Bench Pro is a harder variant of SWE-bench that tests multi-file, multi-step issue resolution. GLM-5.1 leads on this benchmark. Terminal-Bench scores jump significantly, and the new NL2Repo benchmark tests full repository generation from natural language specifications.

Mathematics and reasoning

BenchmarkGLM-5.1GLM-5
AIME 202695.3%92.7%
HMMT Nov 202594.0%96.9%
GPQA-Diamond86.2%86.0%
IMOAnswerBench83.8%
HLE (with tools)52.3%50.4%

AIME and GPQA-Diamond both improve. HMMT drops slightly (94.0% vs 96.9%), suggesting the post-training optimized for agentic tasks rather than pure competition math.

Cybersecurity and browsing

BenchmarkGLM-5.1GLM-5
CyberGym68.7%43.2%
BrowseComp68.0%

The CyberGym jump from 43.2% to 68.7% is striking — a +25.5 point improvement that reflects better tool use and iterative reasoning in adversarial environments.


What makes it different: long-horizon persistence

Most large models plateau after a few dozen reasoning steps. GLM-5.1 was specifically post-trained to sustain performance over extended agent sessions — hundreds of rounds, thousands of tool calls, and repeated strategy revisions.

This is the key differentiator. On benchmarks like Terminal-Bench and SWE-Bench Pro, success depends not on getting the first attempt right, but on iterating: running experiments, reading error messages, revising approaches, and trying again. GLM-5.1 does this without losing coherence or context.

Z.ai describes this as the shift from “vibe coding” (generating plausible code in one shot) to “agentic engineering” (systematically solving complex problems through sustained interaction).


Deployment

GLM-5.1 is supported by multiple inference frameworks:

  • SGLang (v0.5.10+)
  • vLLM (v0.19.0+)
  • xLLM (v0.8.0+)
  • Transformers (v0.5.3+)
  • KTransformers (v0.5.3+)

Nine quantized variants are available for local deployment via llama.cpp, LM Studio, Jan, and Ollama.

An API is available through the Z.ai platform, and a chat interface is coming to chat.z.ai.


License and access

GLM-5.1 is released under the MIT license — one of the most permissive licenses in open-source AI. This is a significant upgrade from GLM-5, which had unclear licensing. MIT means full commercial use, modification, and redistribution with minimal restrictions.

Languages supported: English and Chinese.


Conclusion

GLM-5.1 is not a minor version bump. The shift from benchmark performance to sustained agentic capability represents a genuine architectural and training philosophy change. Leading SWE-Bench Pro at 58.4%, nearly doubling CyberGym scores, and shipping under MIT makes this the strongest open-weight model for developers building agent systems.

For teams evaluating self-hosted alternatives to proprietary APIs for coding agents, terminal automation, or long-horizon task solving, GLM-5.1 just moved to the top of the list.

Model: zai-org/GLM-5.1 · Paper: arxiv.org/abs/2602.15763

Tags :
  • AI
  • Z.ai
  • LLM
  • MoE
  • Agentic
  • Open Source
  • Coding
Share :

Related Posts

ChatGPT: Beware of These Malicious Chrome Extensions

ChatGPT: Beware of These Malicious Chrome Extensions

Are your ChatGPT secrets truly secure? The massive hype surrounding ChatGPT has led to the birth of thousands of Chrome extensions promising to enhance user experience. However, a recent study h

Read More
Agentic AI Smartphones: The Next Frontier for Enterprise

Agentic AI Smartphones: The Next Frontier for Enterprise

The rise of the "doer" AI The recent launch of the ZTE Nubia M153 prototype, powered by ByteDance's Doubao model, marks a decisive turning point. We are moving from passive voice assistants to "

Read More
Chroma Context-1: the 20B agentic search model that edits its own context

Chroma Context-1: the 20B agentic search model that edits its own context

What is Chroma Context-1? Chroma Context-1 is a 20B Mixture of Experts model built specifically for agentic search — retrieval tasks that require multiple hops, query decomposition, and self

Read More
Claude Opus 4.5: The Next Generation of AI

Claude Opus 4.5: The Next Generation of AI

Introduction to Claude Opus 4.5 Claude Opus 4.5, released on November 25, 2025, represents a significant leap forward in AI technology. This latest version brings a host of new features and impr

Read More
Cohere Transcribe: a 2B ASR model that tops the English leaderboard

Cohere Transcribe: a 2B ASR model that tops the English leaderboard

What is Cohere Transcribe? Cohere Transcribe 03-2026 is an automatic speech recognition (ASR) model released by Cohere Labs. With 2B parameters, it ranks **#1 on the English ASR leaderboard*

Read More
Gemma 4 31B: Google's multimodal model with 256K context and thinking mode

Gemma 4 31B: Google's multimodal model with 256K context and thinking mode

What is Gemma 4 31B? Gemma 4 31B (instruction-tuned variant: gemma-4-31B-it) is Google's latest open-weights multimodal model with 30.7 billion parameters. It processes text, images, and v

Read More
GLM-5: 744B parameters, 40B active — ZhipuAI's open-source frontier model

GLM-5: 744B parameters, 40B active — ZhipuAI's open-source frontier model

What is GLM-5? GLM-5 is a large language model released by ZhipuAI (智谱AI). It has 744 billion total parameters with only 40 billion active at inference — the same Mixture of Experts

Read More
Google Snapseed: A New Photo Experience Arrives on iPhone

Google Snapseed: A New Photo Experience Arrives on iPhone

Introduction: Google surprises mobile photographers Google has just made a major move in the iOS ecosystem by launching a dedicated camera app, directly linked to its famous Snapseed editing suit

Read More
MiniMax-M2.7: a 229B model that engineers itself

MiniMax-M2.7: a 229B model that engineers itself

What is MiniMax-M2.7 MiniMax-M2.7 is a 229B-parameter dense model from MiniMax, a Beijing-based AI lab. Unlike most frontier models that iterate through human-supervised training cycles, M2.

Read More
Mistral Small 4: One Unified Model to Rule Reasoning, Code, and Vision

Mistral Small 4: One Unified Model to Rule Reasoning, Code, and Vision

For years, the AI model landscape has operated along a familiar tension: large models that are capable but expensive to run, versus small models that are fast but frustratingly limited. Mistral AI's

Read More
Mistral's Devstral 2: The Return of Sovereign Code AI

Mistral's Devstral 2: The Return of Sovereign Code AI

The European Counter-Strike in Code AI With the release of Devstral 2 and its lightweight counterpart Devstral Small 2, Mistral AI is effectively reclaiming territory in a sector recently domina

Read More
Nemotron Cascade 2: NVIDIA's 30B model that won the math and coding Olympics

Nemotron Cascade 2: NVIDIA's 30B model that won the math and coding Olympics

What is Nemotron Cascade 2? Nemotron Cascade 2 (30B-A3B) is an open model released by NVIDIA on March 19, 2026. Its headline number is deceptive: 30 billion total parameters, but only **3 bi

Read More
NVIDIA Nemotron-3 Super: a 120B MoE model that runs on a single GPU

NVIDIA Nemotron-3 Super: a 120B MoE model that runs on a single GPU

On March 11, 2026, NVIDIA released Nemotron-3 Super — a model that sits at an unusual intersection: 120 billion total parameters, only 12 billion active during inference, deployable on a single G

Read More
Qianfan-OCR: Baidu's 4B model that beats Gemini on document parsing

Qianfan-OCR: Baidu's 4B model that beats Gemini on document parsing

What is Qianfan-OCR? Qianfan-OCR is a document understanding model released by Baidu. It converts images of documents — PDFs, scans, photos, screenshots — directly into structured Markdown,

Read More
Qwen3.5-27B Distilled by Claude 4.6 Opus: A Local Reasoning Powerhouse

Qwen3.5-27B Distilled by Claude 4.6 Opus: A Local Reasoning Powerhouse

What is this model? Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled is an open-source 28B language model published by Jackrong on Hugging Face. The idea is

Read More
Project Ava: Razer Traps an AI in a Connected Jar

Project Ava: Razer Traps an AI in a Connected Jar

AI steps out of the screen with Razer Beyond RGB mice and keyboards, Razer is exploring new horizons with Project Ava. This concept, introduced as an "AI companion in a jar," aims to humaniz

Read More
Technology (definition)

Technology (definition)

Technology and ecology: a sustainable alliance At Reeboot, we firmly believe that technology and ecology can go hand in hand. Our mission is to provide high-performance products while adopting a

Read More
The Asus ROG Strix SCAR 18 Monster, VPN and Health: Today's Tech News

The Asus ROG Strix SCAR 18 Monster, VPN and Health: Today's Tech News

Introduction: a concentration of innovations and vigilance The world of technology never stops, and this morning, the news offers us a fascinating mix of raw performance, digital geopolitics, and

Read More
Ubuntu 26.04 LTS: Rust coreutils, Wayland-only, and kernel 7.0

Ubuntu 26.04 LTS: Rust coreutils, Wayland-only, and kernel 7.0

Ubuntu 26.04 LTS: Resolute Raccoon Ubuntu 26.04 LTS, codenamed Resolute Raccoon, ships on April 23, 2026. The codename honors Steve Langasek, a former Debian and Ubuntu release manager who p

Read More
Voxtral-4B: Mistral's open-weights TTS model that speaks 9 languages in real time

Voxtral-4B: Mistral's open-weights TTS model that speaks 9 languages in real time

What is Voxtral-4B? Voxtral-4B-TTS-2603 is a text-to-speech model released by Mistral AI in March 2026. It converts text to realistic speech in 9 languages, with 20 built-in preset voices an

Read More
Windows 11: Your Android Apps Now in Full Screen on PC

Windows 11: Your Android Apps Now in Full Screen on PC

Breaking the barriers between mobile and PC Microsoft is taking another major step in unifying its operating systems. Thanks to an update to the "Phone Link" tool, users can now project their An

Read More