GLM-5 free API
Zhipu GLM-5 family on OpenRouter :free routes. Strong bilingual and reasoning capabilities.
Free providers
| Provider | RPM | Daily | Model ID | Checked |
|---|---|---|---|---|
| openrouter-free | 20 | 50 | z-ai/glm-5.2:free | 2026-08-23 |
Example (openrouter-free)
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "z-ai/glm-5.2:free",
"messages": [{"role": "user", "content": "Hello"}]
}' Limits checked against official docs on 2026-08-23. Rates change without notice. Not affiliated with providers unless noted. Verify before production use.