z-ai/glm-5.3-primeGLM-5.3-Prime is the high-speed variant of Z.ai's GLM-5.3, inheriting its full capabilities while delivering 1.5–2× the output throughput through inference acceleration. It supports text input and output with a 1M-token...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $2.80 | ₹282.00 |
| Cached inputprompt cache read | $0.560 | ₹56.40 |
| Output | $8.80 | ₹886.29 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Z.ai: GLM 5.3 Prime 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-prime",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.