Paper 2508.06471

GLM-4.5: Agentic, Reasoning, and Coding (ARC) Foundation Models

Published
Aug 2025
Research lab
Z.ai / GLM
Citations
409
GitHub
4.4K stars

01 In brief

Summary

GLM-4.5 is an open-source Mixture-of-Experts (MoE) large language model with 355B total and 32B activated parameters, developed by Zhipu AI and Tsinghua University.

It features a hybrid reasoning method supporting both thinking and direct response modes.

Trained on 23T tokens with multi-stage pre-training and mid-training (including repo-level code, synthetic reasoning, and long-context data), it uses the Muon optimizer and loss-free balance routing.

Post-training involves expert model iteration with SFT, reasoning RL, agentic RL, and general RL, using techniques like difficulty-based curriculum learning, single-stage RL at 64K output length, and dynamic sampling temperature.

GLM-4.5 achieves strong performance on ARC benchmarks: 70.1% on TAU-Bench, 91.0% on AIME 24, and 64.2% on SWE-bench Verified, ranking 3rd overall and 2nd on agentic benchmarks among evaluated models.

A compact version, GLM-4.5-Air (106B parameters), is also released.

The models are available on Z.ai, BigModel.cn, and Hugging Face, with an open-source evaluation toolkit for reproducibility.

The paper details architecture, training data, post-training methods, and comprehensive evaluations across agentic, reasoning, coding, general, safety, and translation benchmarks, including human evaluations showing GLM-4.5 outperforming specialized translation models and strong coding agent performance on CC-Bench.

The models are released to advance research in reasoning and agentic AI systems.

02 From the paper

Abstract

We present GLM-4.5, an open-source Mixture-of-Experts (MoE) large language model with 355B total parameters and 32B activated parameters, featuring a hybrid reasoning method that supports both thinking and direct response modes. Through multi-stage training on 23T tokens and comprehensive post-training with expert model iteration and reinforcement learning, GLM-4.5 achieves strong performance across agentic, reasoning, and coding (ARC) tasks, scoring 70.1% on TAU-Bench, 91.0% on AIME 24, and 64.2% on SWE-bench Verified. With much fewer parameters than several competitors, GLM-4.5 ranks 3rd overall among all evaluated models and 2nd on agentic benchmarks. We release both GLM-4.5 (355B parameters) and a compact version, GLM-4.5-Air (106B parameters), to advance research in reasoning and agentic AI systems. Code, models, and more information are available at https://github.com/zai-org/GLM-4.5.