Models / Z.ai
Z.ai
GLM 4.5 Air
z-ai/glm-4.5-air
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...
Input
$0.169 / 1M tokens
Output
$1.105 / 1M tokens
Context
131K tokens
Capabilities
✓ Streaming✓ Tool / function calling○ JSON / structured output○ Vision (image input)
Call this model
Pass z-ai/glm-4.5-air as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "z-ai/glm-4.5-air",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.