← All models
anthropic/claude-haiku-4-5
Claude Haiku 4.5
RoutableGuaranteed 30%+ savingsAnthropic
Claude Haiku 4.5 is Anthropic's fast, cost-efficient Claude model for high-volume chat and tool-using workloads via AWS Bedrock.
chatcodefast
Context
200,000
Input / 1M
$1.2
Output / 1M
$6
Providers
| Provider | Input / 1M | Output / 1M | Context | Max output | RPM | TPM | TPD | Status |
|---|---|---|---|---|---|---|---|---|
| AWS Bedrock Global (us-east-1 source) | $1.2 | $6 | 200,000 | 64,000 | 7,000 | 3,500,000 | 499,998,240 | Routable |
Quickstart
curl http://api.seldon-ai.com/v1/chat/completions \
-H 'Authorization: Bearer $SELDON_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "anthropic/claude-haiku-4-5",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 256
}'