The best combination of speed and intelligence. Ideal for high-throughput tasks requiring strong reasoning.
anthropic/claude-sonnet-4-6 claude-sonnet-4-6 anthropic.claude-sonnet-4-6 claude-sonnet-4-6 curl https://api.multi-router.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "x-mr-router-id: YOUR_ROUTER_ID" \
-d '{
"model": "anthropic/claude-sonnet-4-6",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'