WorldRouter

Models
Zhiputext

GLM-5.1

Newer Zhipu flagship with stronger bilingual reasoning and enterprise-oriented instruction following.

glm-5.1

Quickstart

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.1",
    "messages": [
      {
        "role": "user",
        "content": "Hello"
      }
    ]
  }'