Capabilities
VisionTool UseJSON ModePrompt Cache
- Context
- 205K
- Max output
- 131K
glm-5v-turbo
| Official price | Catalog price | Discount |
|---|---|---|
| Input $1.20 / Output $4.00 | Input $1.20 / Output $4.00 | - |
API Base
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5v-turbo",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'