The fastest model with near-frontier intelligence. Best for low-latency, high-volume workloads.
anthropic/claude-haiku-4-5 claude-haiku-4-5-20251001 anthropic.claude-haiku-4-5-20251001-v1:0 claude-haiku-4-5@20251001 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-haiku-4-5",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'