AICredits logo
z-aichat

Z.ai: GLM 5.3 Prime

z-ai/glm-5.3-prime

GLM-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...

Supported APIs

Chat API
Context
1.0M
Max output
—
Input / 1M
₹282.00
Cached / 1M
₹56.40
Output / 1M
₹886.29

Pricing

Token typeUSD / 1MINR / 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.

Quickstart

Call Z.ai: GLM 5.3 Prime 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-5.3-prime",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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