Capabilities
VisionTool Use
- Context
- 128K
- Max output
- 8K
glm-4.7
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.93 / Output $2.32 | Input $0.93 / Output $2.32 | - |
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-4.7",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'