Models
Zhiputext
GLM-5.3
Z.ai GLM route for long-context bilingual reasoning, coding, and agent workloads.
glm-5.3Quickstart
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.3",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'