AICredits logo
z-ai

Z.ai: GLM 4 32B

z-ai/glm-4-32b

GLM 4 32B is a cost-effective foundation language model. It can efficiently perform complex tasks and has significantly enhanced capabilities in tool use, online search, and code-related intelligent tasks. It...

Supported APIs

Chat API
Context
128K
Max output
Input / 1M
₹10.07
Cached / 1M
₹1.01
Output / 1M
₹10.07

Pricing

Token typeUSD / 1MINR / 1M
Input$0.100₹10.07
Cached inputprompt cache read$0.0101.01
Output$0.100₹10.07

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

Quickstart

Call Z.ai: GLM 4 32B 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-32b",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.