WorldRouter

Models
OpenAItext

GPT-5.6 Terra

OpenAI-compatible ClawOS route for GPT-5.6 Terra, tuned for frontier reasoning, coding, and agentic workloads.

gpt-5.6-terra

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