Reasoning model with 131K context from Zhipu AI. Free tier.
z-ai/glm-4-5-air glm-4.5-air curl https://api.multi-router.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "x-mr-router-id: YOUR_ROUTER_ID" \
-d '{
"model": "z-ai/glm-4-5-air",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'