Deprecated. Compact and fast model from the Claude 3 generation. Retiring April 19, 2026.
anthropic/claude-3-haiku claude-3-haiku-20240307 anthropic.claude-3-haiku-20240307-v1:0 claude-3-haiku@20240307 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-3-haiku",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'