WorldRouter

Models
Zhiputext

GLM-4.7 Flash

Fast GLM flash model for inexpensive chat, classification, and structured output.

glm-4.7-flash

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