Models
Anthropictext
Claude Sonnet 5
Anthropic's latest Sonnet model for high-throughput coding, agentic workflows, and long-context reasoning.
claude-sonnet-5Quickstart
Call this model
Chat completion
curl https://inference-api-pre-d80ca3.worldrouter.ai/v1/chat/completions \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-5",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'