Models
Zhiputext
GLM-4.7
Zhipu GLM model for balanced reasoning, coding support, and Chinese-English tasks.
glm-4.7Quickstart
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-4.7",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'