GLM 4.5 Air

by Z.ai

GLM 4.5 Air is the efficiency-focused variant of the GLM-4.5 series, with 106 billion total parameters and only 12 billion active per forward pass through MoE routing. Designed to run on consumer-class GPUs and quantizable for broader hardware, it reports a benchmark score of 59.8, leading models in its parameter tier while keeping compute requirements modest. The model keeps the hybrid reasoning design of its larger sibling, switching between a thinking mode for complex tasks and a non-thinking mode for immediate responses. Its 128K context window and strong tool-calling results make it a fit for resource-constrained agentic systems where speed and cost matter alongside capability. Training spans many languages with strong Chinese and English fluency, and it ships under an MIT license for commercial use and further development. GLM 4.5 Air is aimed at agent applications that need a balance of reasoning depth and inference efficiency, including local deployment and cost-sensitive production systems where a smaller active parameter count reduces latency.

Key info

Input
Output
Features
Context window
131K
Max output
98K
Input price
$0.13 /1M
Output price
$0.85 /1M
  • US residency available
  • Zero data retention via Enterprise
  • No training by default
  • GDPR DPA available

Available routes

GLM 4.5 Air runs on 1 route through the Opper gateway. Compare residency, ZDR, and training posture at a glance β€” full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutput
USEnterpriseNo$0.13$0.85

Training posture across routes: No training on prompts by default.

Data handling per route

Each route hosting GLM 4.5 Air has its own privacy posture, residency, and GDPR terms. Postures are maintained by Opper with a last-verification timestamp.

Novita β€” United StatesπŸ‡ΊπŸ‡Έ

Zero data retention is available via Opper Enterprise contract. No training on customer data. US; SCCs; DPA available.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Abuse monitoring
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
SCCs

Benchmarks

Independent benchmark scores β€” composite indices for reasoning, coding, and math, plus individual eval scores where available.

Global rank#238 of 534 LLMs
TierEfficient
Output speed81 tok/s
First token1.47s
Intelligence Index16.5
Math Index80.7
Reasoning & knowledge
MMLU-Pro
82%
GPQA Diamond
73%
Humanity's Last Exam
7%
Long-context reasoning
44%
Coding
LiveCodeBench
68%
SciCode
31%
Agentic & tool use
Terminal-Bench Hard
20%
τ²-Bench Telecom
46%
Math & instruction following
AIME 2025
81%
IFBench
38%

Get started

Call GLM 4.5 Air through the Opper gateway with one API key. Let your coding agent set it up, or call it directly β€” Opper is drop-in compatible with the OpenAI, Anthropic, and Google AI SDKs.

Set it up with your agent

Copy this and paste it into your coding agent β€” Claude Code, Cursor, Codex, and more β€” and it'll wire up Opper for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.OPPER_API_KEY,
baseURL: "https://api.opper.click/v3/compat",
});
const completion = await client.chat.completions.create({
model: "novita/zai-org/glm-4.5-air",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare GLM 4.5 Air with…

Side-by-side on privacy, EU hosting, pricing, and benchmarks.

Other models from Z.ai

Start building with 300+ models

One API key. Every major provider. Up and running in minutes.

Get startedView Documentation
GLM 4.5 Air by Z.ai β€” pricing, benchmarks | Opper AI