Back to Models
Z.ai: GLM 4.5 Air
z-ai/glm-4.5-airJul 25, 2025131.1K context98.3K max output$0.20/M in · $1.10/M outReasoning
Description
GLM-4.5-Air is the lightweight variant of our latest flagship model family, also purpose-built for agent-centric applications. Like GLM-4.5, it adopts the Mixture-of-Experts (MoE) architecture but with a more compact parameter size. GLM-4.5-Air also supports hybrid inference modes, offering a "thinking mode" for advanced reasoning and tool use, and a "non-thinking mode" for real-time interaction. Users can control the reasoning behaviour with the reasoning enabled boolean. Learn more in our docs
Specifications
Provider
z-ai
Context Length
131.1K
Max Output
98.3K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.20 |
| Output | $1.10 |
| Cache Read | $0.03 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "z-ai/glm-4.5-air",
"messages": [{"role": "user", "content": "Hello!"}]
}'