GLM-5 is Zhipu AI's flagship multilingual model. Strong performance in both English and Chinese. Competitive pricing makes it great for bilingual applications.
| Provider | Zhipu AI |
|---|---|
| Input Price | $0.07 per 1M tokens |
| Output Price | $0.14 per 1M tokens |
| Context Window | 128K tokens |
| AIWave Endpoint | glm-5 |
curl https://aiwave.live/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"model":"glm-5","messages":[{"role":"user","content":"Hello!"}]}'