GLM-4 Flash is completely free to use. Perfect for testing, prototyping, and lightweight tasks. No usage limits through AIWave.
| Provider | Zhipu AI |
|---|---|
| Input Price | Free per 1M tokens |
| Output Price | Free per 1M tokens |
| Context Window | 128K tokens |
| AIWave Endpoint | glm-4-flash |
curl https://aiwave.live/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"model":"glm-4-flash","messages":[{"role":"user","content":"Hello!"}]}'