Z.ai icon

Z.ai GLM-5.3

GLM-5.3

Complete complex coding and long-horizon agent tasks with a 50% gain over GLM-5.2 on Z.ai Code Bench while using fewer output tokens Discover and validate software vulnerabilities with vendor-reported gains from 77.2% to 84.5% on CyberGym and more than 2× on ExploitBench Control reasoning with low, high, or max effort levels while migrating integrations away from the unsupported disabled thinking mode

Reviewed by ToolWorthy Editors·updated today·GLM-5.3 released today

Pricing:Free + from $18/mo
Categories:
Jump to section
Official GLM-5.3 benchmark table comparing coding, cyber, and agentic performance across frontier models

More tools to compare

Omniwork icon

Omniwork

Coasty icon

Coasty

MakersClaw icon

MakersClaw

Blocks.ai icon

Blocks.ai

BrowserAct icon

BrowserAct

YAGNI icon

YAGNI

Pros & Cons

Pros

  • 50% vendor-reported gain over GLM-5.2 on a private real-work coding benchmark
  • Large public-benchmark improvements in terminal, automation, and repository tasks
  • Better output-token efficiency than GLM-5.2 at comparable effort levels
  • Low, High, and Max effort controls let teams choose the reasoning budget
  • Strong vulnerability-discovery performance for authorized defensive research
  • Planned open-weight release after a defined safety-hardening period

Cons

  • Open weights are not available on launch day
  • Always-on thinking is a breaking change for integrations that disabled reasoning
  • Cyber capabilities introduce dual-use, governance, and access-control risk
  • Many comparisons are Z.ai-run and use different harnesses or time budgets
  • The launch post does not disclose standalone API token pricing
  • Max effort and long-horizon work can consume substantial quota despite efficiency gains

Overview

GLM-5.3 is Z.ai's August 14, 2026 flagship for complex coding, long-horizon agent work, and vulnerability research. It uses the same base model as GLM-5.2; Z.ai attributes the gains to one month of expanded post-training across more environments, more varied professional tasks, and greater compute. That makes this an execution-focused upgrade rather than a new pretraining generation.

The headline result is a 50% improvement over GLM-5.2 on Z.ai's private Code Bench, alongside large gains on public terminal, repository, automation, and cybersecurity evaluations. GLM-5.3 is available to all GLM Coding Plan users and through ZCode at launch. Open weights are not available on launch day: Z.ai says they will follow after two weeks of safety evaluation and hardening.

What's New

Stronger Coding from Scaled Post-Training

Z.ai expanded training environments from coding exercises toward complete units of expert work. A task can include access to codebases, internal documentation, storage systems, compute clusters, and experiment output, requiring the model to diagnose a bottleneck, implement a change, run tests, and verify an end-to-end result. Research and judge agents help synthesize runnable tasks and check that their reward signals cannot be satisfied by shortcuts.

On Z.ai Code Bench, GLM-5.3 improves task completion and checklist accuracy at every effort level while using fewer output tokens. At Max effort, it reaches 34.5% at about 75K output tokens per task versus GLM-5.2's 23.4% at 96K. At High effort, it reaches 31.4% at about 50K tokens, compared with 29.5% at 120K for Claude Opus 4.8 in Z.ai's test.

Emergent Cybersecurity Capability

Vulnerability-discovery environments produced especially large gains further along the exploitation chain. Z.ai reports 84.5% on CyberGym, 54.4% on ExploitBench, and 105/130 completed ExploitGym tasks under normalized two-hour/six-hour budgets. The company also says expert-reviewed model runs found 2,436 vulnerabilities across 269 real-world projects, including 1,097 medium-to-high-severity issues, with disclosures tracked in its public security ledger.

These are defensive-research capabilities with meaningful dual-use risk. Organizations should restrict them to systems they own or are explicitly authorized to test, apply human review, and follow coordinated disclosure processes.

More Efficient Long-Horizon RL

GLM-5.3 continues using the IndexShare architecture, Single-Rollout Asynchronous Optimization, and slime training stack introduced around GLM-5.2. Z.ai added sampling controls, training–rollout consistency work, hierarchical local caching, dynamic teacher switching, and workload-aware scheduling. The company reports more than 2.3× higher end-to-end RL training throughput on long-horizon coding tasks.

Three Mandatory Thinking Effort Levels

GLM-5.3 supports low, high, and max reasoning effort, with max as the default and Z.ai's recommendation for coding. Thinking itself is always enabled. Applications that previously sent thinking.type: "disabled" must change configuration before switching model IDs or the request will fail.

Performance Benchmarks

The following results come from Z.ai's launch evaluation. They show the scale of the change from GLM-5.2 but remain sensitive to harnesses, context windows, timeouts, and vendor methodology.

Benchmark GLM-5.3 GLM-5.2 Change
Terminal-Bench 3.0 28.3 4.6 +23.7 points
DeepSWE v1.1 66.9 46.2 +20.7 points
FrontierSWE 78.1 67.5 +10.6 points
AutomationBench v1.0.6 48.2 26.2 +22.0 points
Agents' Last Exam (CLI) 28.5 23.8 +4.7 points
CyberGym 84.5 77.2 +7.3 points
ExploitBench 54.4 24.4 +30.0 points
ExploitGym (2h / 6h) 105 / 130 29 / 39 +76 / +91 tasks

GLM-5.3 does not lead every row in Z.ai's comparison table. Closed models remain ahead on several exploitation and coding evaluations, while GLM-5.3's strongest relative gains appear against its own predecessor.

Migration Guide

For GLM Coding Plan and coding-agent integrations available at launch, use glm-5.3 with thinking enabled. Z.ai currently marks the general GLM-5.3 API as coming soon, so this example should not imply launch-day general API availability:

{
  "model": "glm-5.3",
  "thinking": { "type": "enabled" },
  "reasoning_effort": "max"
}

Before upgrading:

  1. Search client configuration for thinking.type: "disabled".
  2. Replace it with enabled.
  3. Set reasoning_effort to low if the previous behavior was optimized for speed, or use high/max for harder tasks.
  4. Change the model identifier to glm-5.3 only after the thinking configuration is valid.
  5. Re-test latency, quota consumption, tool calls, and long-running task recovery in a staging environment.

This is a breaking request-level change. Sending the old disabled-thinking setting to GLM-5.3 causes the request to fail.

Availability & Access

  • GLM Coding Plan: Available to all plan users at launch in ZCode, Claude Code, OpenCode, and other supported clients.
  • ZCode: Includes Goal mode for planning, coding, testing, and verification, plus remote monitoring through WeChat or Feishu.
  • Quota accounting: The new points system meters input, cached input, and output tokens separately. Calls outside weekday peak hours receive a 50% points discount; peak hours are 14:00–18:00 UTC+8, Monday through Friday.
  • Open weights: Announced for two weeks after launch, pending safety evaluation and hardening. Do not plan production self-hosting until the official checkpoint and license files are actually published.

Pricing & Plans

GLM-5.3 access is included in the GLM Coding Plan. The current public monthly list prices are:

Plan Monthly price Included usage positioning
Lite $18 Lightweight iteration on a small repository
Pro $80 Day-to-day work on mid-sized repositories; 6× Lite usage
Max $168 Advanced work on larger repositories; 14× Lite usage

Annual billing currently lists effective monthly rates of $12.60, $56, and $117.60. ZCode advertises a launch-period 1.5× quota boost through August 31, 2026; combined with cache savings, Z.ai markets up to 180% effective standard quota. Treat this as a dated promotion, not a permanent plan feature.

The launch post does not publish a separate general API token price for GLM-5.3. Teams needing pay-as-you-go access should verify the current Z.ai API pricing page rather than applying older GLM model rates.

Best For

  • Engineering teams delegating multi-hour implementation, debugging, and optimization tasks
  • Coding-agent platforms that need better completion rates without simply increasing output tokens
  • Security teams performing authorized vulnerability discovery and coordinated disclosure
  • Developers already using ZCode, Claude Code, or OpenCode through the GLM Coding Plan
  • Research groups evaluating post-training and long-horizon reinforcement-learning systems

FAQ

How does GLM-5.3 differ from GLM-5.2?

GLM-5.3 keeps the same base model and concentrates on scaled post-training. Z.ai reports a 50% improvement on its private Code Bench, plus large gains in long-horizon coding, automation, and vulnerability exploitation evaluations. The 1M-context foundation comes from GLM-5.2 rather than a new base architecture.

Does GLM-5.3 support non-thinking mode?

No. Thinking must remain enabled. Choose low, high, or max through reasoning_effort; max is the default and recommended for coding. Requests that send thinking.type: "disabled" will fail.

Is GLM-5.3 open source?

Not on launch day. Z.ai says the weights will be released two weeks after launch once safety evaluation and hardening finish. Verify the actual repository, checkpoint, and license before describing the model as currently downloadable.

What do the cybersecurity results mean for normal developers?

They suggest stronger code auditing and vulnerability reasoning, especially across multi-stage tasks. They do not authorize testing third-party systems. Use these capabilities only on owned or explicitly permitted targets, with human oversight and coordinated disclosure.

Is GLM-5.3 cheaper than GLM-5.2?

The launch post emphasizes output-token efficiency and a new Coding Plan points system, not a separate per-token API price comparison. Off-peak plan calls use half the standard points, but actual cost depends on plan tier, caching, effort level, and workload.

Version History

GLM-5.3

Current Version

Released on August 14, 2026

+What's new
3 updates
  • Complete complex coding and long-horizon agent tasks with a 50% gain over GLM-5.2 on Z.ai Code Bench while using fewer output tokens
  • Discover and validate software vulnerabilities with vendor-reported gains from 77.2% to 84.5% on CyberGym and more than 2× on ExploitBench
  • Control reasoning with low, high, or max effort levels while migrating integrations away from the unsupported disabled thinking mode

GLM-5.2

Released on June 16, 2026

View Update
+What's new
3 updates
  • Sustain repository-scale coding and research workflows with a 1M-token context window trained for reliable long-horizon execution
  • Balance capability, latency, and compute with selectable High and Max thinking effort, reaching 81.0 on Terminal-Bench 2.1 in Z.AI's published evaluation
  • Reduce long-context indexer FLOPs by 2.9× with IndexShare and raise speculative-decoding acceptance length by up to 20% overall

GLM-5.1

Released on April 7, 2026

View Update
+What's new
3 updates
  • Run long-horizon coding and engineering tasks autonomously for up to 8 hours, carrying work from planning and implementation through testing, refinement, and final delivery
  • Take on complex projects with a 200K context window and 128K maximum output, with stronger planning, debugging, tool use, and sustained execution across multi-step workflows
  • Build production-grade software and office deliverables with improved coding, frontend, PowerPoint, Word, PDF, and Excel capabilities aligned by Z.AI with Claude Opus 4.6

GLM-5V-Turbo

Released on April 1, 2026

View Update
+What's new
3 updates
  • Process images, videos, design drafts, and document layouts natively as a multimodal vision coding model with 200K context window and 128K max output tokens for long-horizon agentic tasks
  • Execute perception, planning, and action in GUI workflows, with strong results on AndroidWorld, WebVoyager, and ZClawBench while integrating with agents such as OpenClaw
  • Fuse visual understanding and code generation through CogViT vision encoder and 30+ task joint reinforcement learning across STEM, grounding, video, and coding domains

GLM-5.1

Released on March 27, 2026

View Update
+What's new
3 updates
  • Score 45.3 on Claude Code coding benchmark—94.6% of Claude Opus 4.6 performance—with 28% improvement over GLM-5, establishing a new frontier in cost-efficient agentic coding
  • Generate code at 55+ tokens/sec with estimated 200K context window, enabling long-horizon multi-file refactoring and distributed system architecture design
  • Access frontier-level coding intelligence from $3/month via Coding Plan with native compatibility for Claude Code, Cline, and Roo Code MCP tool integrations

GLM-5-Turbo

Released on March 15, 2026

+What's new
3 updates
  • Execute complex OpenClaw agent workflows with superior tool invocation reliability, scheduled task continuity, and high-throughput long-chain execution optimized since training phase
  • Decompose and follow multi-layered complex instructions with enhanced comprehension, supporting collaborative task division among multiple agents and MCP tool integrations
  • Outperform GLM-5 across multiple ZClawBench task categories while supporting 200K context input with multiple thinking modes for dynamic, long-running agent tasks

GLM-5

Released on February 12, 2026

View Update
+What's new
3 updates
  • Handle complex systems engineering and long-horizon agentic tasks with 744B parameters (40B active) and DeepSeek Sparse Attention integration
  • Generate production-ready documents (.docx, .pdf, .xlsx) directly from text with built-in Agent mode and multi-turn collaboration
  • Execute code with best-in-class open-source performance on reasoning benchmarks, approaching frontier model capabilities

GLM-4.7-Flash

Released on January 19, 2026

+What's new
3 updates
  • Get lightweight version of GLM-4.7 with faster response times and high throughput optimized for real-time coding, writing, and translation tasks
  • Deploy efficiently with competitive performance at smaller scale while maintaining strong general capabilities across reasoning and content generation
  • Access free-tier model designed for high-frequency use cases with best-in-class aesthetic outputs, low latency, and simplified deployment

GLM-4.7-Flash

Released on January 19, 2026

+What's new
3 updates
  • Get lightweight version of GLM-4.7 with faster response times and high throughput optimized for real-time coding, writing, and translation tasks
  • Deploy efficiently with competitive performance at smaller scale while maintaining strong general capabilities across reasoning and content generation
  • Access free-tier model designed for high-frequency use cases with best-in-class aesthetic outputs, low latency, and simplified deployment

GLM-4.7

Released on December 22, 2025

+What's new
3 updates
  • Build cleaner modern webpages and professional slides with major improvements in UI aesthetics, visual quality, and accurate layout sizing for frontend development
  • Solve multilingual coding tasks faster with 73.8% on SWE-bench and 41% on Terminal Bench 2.0, delivering stronger performance across agent frameworks
  • Reason through complex mathematical and logical problems with 42.8% on HLE benchmark while enhancing tool-using and web browsing capabilities

GLM-4.6

Released on September 30, 2025

+What's new
3 updates
  • Handle longer conversations and complex multi-file codebases with expanded 200K context window, enabling more sophisticated agentic task execution
  • Code more efficiently in Claude Code, Cline, and Roo Code with superior benchmark performance and improved real-world coding accuracy
  • Leverage enhanced reasoning capabilities with native tool use support during inference, delivering stronger results in search-based agent workflows

GLM-4.5

Released on July 28, 2025

+What's new
3 updates
  • Unify reasoning, coding, and agentic capabilities in a single model delivering balanced performance across complex problem-solving and rapid content generation
  • Switch between thinking mode for deep analysis and non-thinking mode for instant responses, adapting intelligence level to task complexity on demand
  • Build full-stack web applications with stronger frontend quality, and integrate the model into Claude Code, Roo Code, or custom agent workflows through tool APIs

ChatGLM3-6B

Released on October 27, 2023

+What's new
3 updates
  • Execute code directly and invoke external tools with new Code Interpreter and Function Call capabilities, enabling autonomous agent-style task completion
  • Handle semantics, mathematics, reasoning, code, and knowledge tasks more strongly, with ChatGLM3-6B-Base evaluated across eight representative Chinese and English benchmarks
  • Deploy locally on consumer hardware with open-source 6B-parameter model supporting both academic research and free commercial use after registration

ChatGLM2-6B

Released on June 25, 2023

+What's new
3 updates
  • Handle longer conversations with expanded 32K context window using FlashAttention technology, enabling deeper multi-turn dialogue understanding
  • Get responses 42% faster with improved inference speed and INT4 quantization, supporting extended dialogues on consumer GPUs with only 6GB VRAM
  • Achieve stronger performance across reasoning and knowledge benchmarks with enhanced training on 1.4T bilingual tokens covering diverse domains

ChatGLM-6B

Released on March 14, 2023

+What's new
3 updates
  • Deploy locally on consumer-grade graphics cards with lightweight 6.2B-parameter bilingual model, enabling private ChatGPT-style conversations
  • Chat naturally in Chinese and English with open-source conversational AI trained on approximately 1 trillion tokens of diverse text data
  • Use the model for academic research or registered free commercial deployment, with open model weights and code plus P-Tuning v2 support for downstream adaptation

Top alternatives

Related categories

From the blog

View all →

Track Z.ai in ToolWorthy Weekly

Important tool updates, better alternatives, and selected AI signals in one weekly brief.

Weekly only. Unsubscribe anytime.