Models
Anthropictext
Claude Opus 4.7
Anthropic's newest top-tier Claude for the most demanding reasoning, long-context analysis, and extended coding workloads.
claude-opus-4-7Quickstart
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-7",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'