Models
Zhiputext
GLM-5.2
Z.ai flagship model for long-horizon engineering tasks with a 1M-token context window.
glm-5.2Quickstart
Call this model
Chat completion
curl https://inference-api.worldrouter.ai/v1/chat/completions \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5.2",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'