z-ai/glm-4.5-airGLM-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...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.130 | ₹13.05 |
| Cached inputprompt cache read | $0.025 | ₹2.51 |
| Output | $0.850 | ₹85.34 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Z.ai: GLM 4.5 Air through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "z-ai/glm-4.5-air",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.