AICredits logo
z-aivision

Z.ai: GLM 4.5V

z-ai/glm-4.5v

GLM-4.5V is a vision-language foundation model for multimodal agent applications. Built on a Mixture-of-Experts (MoE) architecture with 106B parameters and 12B activated parameters, it achieves state-of-the-art results in video understanding,...

Supported APIs

Chat APIVision
Context
66K
Max output
Input / 1M
₹59.93
Cached / 1M
₹10.99
Output / 1M
₹179.78

Pricing

Token typeUSD / 1MINR / 1M
Input$0.600₹59.93
Cached inputprompt cache read$0.11010.99
Output$1.80₹179.78

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

Quickstart

Call Z.ai: GLM 4.5V 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.5v",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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