The most intelligent model for building agents and coding. Exceptional performance in reasoning, complex analysis, and multi-step tasks.
anthropic/claude-opus-4-6 claude-opus-4-6 anthropic.claude-opus-4-6-v1 claude-opus-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-opus-4-6",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'