z-ai/glm-5.3GLM-5.3 is a large-scale reasoning model from Z.ai, built for complex software engineering and long-horizon agent tasks. It supports text input and output with a 1M-token context window, and improves...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $1.40 | ₹140.82 |
| Output | $4.40 | ₹442.57 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Z.ai: GLM 5.3 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-5.3",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.