AIAny
AI Agent2025
Icon for item

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

Unifies agentic tasks, reasoning, and coding in a single MoE model with 355B total / 32B active parameters and a switchable thinking mode. A lighter 106B-param Air variant trades scale for efficiency; both ship MIT-licensed.

Introduction

Most open-weight releases make you pick a lane: a reasoning model, a coding model, or an agent runtime. GLM-4.5's wager is that those three collapse into one — that a single mixture-of-experts backbone can plan, reason, and write code without a task-specific fine-tune for each. The interesting design choice isn't the parameter count (355B total, 32B active) but the switch: a thinking mode that engages for multi-step planning and tool calls, and stays off for cheap direct replies.

Key Capabilities
  • One model, three jobs (ARC). Agentic control, step-by-step reasoning, and code generation share the same weights, so an agent loop doesn't hand off between specialist models mid-task.
  • Interleaved thinking. It reasons before each response and before each tool invocation, which is what lets reasoning-integrated tool calling hold up across long agent traces rather than just single turns.
  • Two scales, one recipe. The 355B/32B flagship and the 106B/12B Air variant share the architecture; Air keeps most of the behavior at a fraction of the active compute.
  • Verifiable footing. It posts 63.2 across 12 industry benchmarks (third overall at release); Air lands 59.8 with far fewer active parameters — an efficiency datapoint, not just a leaderboard number.
Who It's For

Great fit if you're building agents or coding tools and want one self-hostable, MIT-licensed model that handles planning, tool use, and code in a single deployment — no proprietary API lock-in, weights fully downloadable. Look elsewhere if you need a small model for edge or latency-critical inference: even Air's 12B active parameters assume real GPU memory, and the thinking mode adds latency you'll want to gate per request. For pure chat with no tool use, the agentic machinery is overhead you won't touch.

Information

  • Websitegithub.com
  • OrganizationsZ.ai
  • AuthorsGLM Team (Zhipu AI), zai-org (GitHub)
  • Published date2025/07/20

More Items

GitHub
AI Agent2025

Autonomous Red Team agent that plans and executes realistic attack chains (reconnaissance, exploitation, pivoting, C2) while producing Rules of Engagement and an OPPLAN and running actions inside a hardened sandbox; intended for authorized red-team engagements and defensive verification.

GitHub
AI Agent2026

Provides modular, AI-optimized SKILL.md instructions that ground LLMs in Android development workflows and can be installed into agent environments via the Android CLI; focuses on tasks where LLMs underperform.

GitHub
AI Agent2026

Build native desktop apps authored with declarative .native markup and TypeScript (or Zig) compiled to native code, with no browser or JS runtime in the binary. Ships a component catalog, deterministic rendering, hot reload, and an embedded automation server for AI agent workflows.