WorldRouter

Models
Zhiputext

GLM-5

Zhipu AI's latest foundation model with strong bilingual capabilities and advanced reasoning for enterprise applications.

glm-5

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