AICredits logo
z-aivision

Z.ai: GLM 5.3 FlashX

z-ai/glm-5.3-flashx

GLM-5.3-FlashX is the high-speed variant of Z.ai's GLM-5.3-Flash, a native multimodal model delivering inference speeds of up to 200 tokens/s. Built on the same hybrid sparse and linear attention architecture...

Supported APIs

Chat APIVision
Context
1.0M
Max output
Input / 1M
₹37.27
Cached / 1M
₹7.56
Output / 1M
₹125.92

Pricing

Token typeUSD / 1MINR / 1M
Input$0.370₹37.27
Cached inputprompt cache read$0.0757.56
Output$1.25₹125.92

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

Quickstart

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

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