Claude 3 Haiku
Anthropic
Claude 3 Haiku is Anthropic's fastest, most compact model for near-instant responsiveness. It answers simple queries and requests with speed. Customers will be able to build seamless AI experiences that mimic human interactions. Claude 3 Haiku can process images and return text outputs, and features a 200K context window.
- Language
- Tool use
- Vision
- Explicit caching
- Context
- 200K
- Max output
- 4K
- Input / 1M
- $0.250
- Output / 1M
- $1.25
Quickstart
Point any OpenAI-compatible client at Maxynetic Systems and pass anthropic/claude-3-haiku as the model.
curl https://api.maxynetic.com/v1/chat/completions \
-H "Authorization: Bearer $MAXYNETIC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-3-haiku",
"messages": [{ "role": "user", "content": "Explain routing in one line." }]
}'Pricing
Billed per token with no markup on the underlying provider rate.
Input
Per 1M prompt tokens
$0.250
Output
Per 1M completion tokens
$1.25
Cache read
Per 1M cached prompt tokens
$0.030
Cache write
Per 1M tokens written to cache
$0.300
A 1M-token prompt with 250K tokens of output costs about $0.563.
