AICredits logo
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...

Supported APIs

Chat API
Context
131K
Max output
Input / 1M
₹13.05
Cached / 1M
₹2.51
Output / 1M
₹85.34

Pricing

Token typeUSD / 1MINR / 1M
Input$0.130₹13.05
Cached inputprompt cache read$0.0252.51
Output$0.850₹85.34

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Z.ai: GLM 4.5 Air through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
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.