WorldRouter

Models
Anthropictext

Claude Opus 4.8

Anthropic's newest top-tier Claude for the most demanding reasoning, long-context analysis, and extended coding workloads.

claude-opus-4-8

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