Models
Anthropictext
Claude Sonnet 4.6
Best balance of intelligence and speed. Ideal for enterprise workloads, RAG, and agentic coding with strong instruction following.
claude-sonnet-4-6Quickstart
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-sonnet-4-6",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'