Back to Models
Anthropic: Claude 3.5 Haiku
anthropic/claude-3.5-haikuNov 4, 2024200K context8.2K max output$0.80/M in · $4.00/M out
Description
Claude 3.5 Haiku features offers enhanced capabilities in speed, coding accuracy, and tool use. Engineered to excel in real-time applications, it delivers quick response times that are essential for dynamic tasks such as chat interactions and immediate coding suggestions.
This makes it highly suitable for environments that demand both speed and precision, such as software development, customer service bots, and data management systems.
This model is currently pointing to Claude 3.5 Haiku (2024-10-22).
Specifications
Provider
anthropic
Context Length
200K
Max Output
8.2K
Modality
Intextimage
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.80 |
| Output | $4.00 |
| Cache Read | $0.08 |
| Cache Write | $1.00 |
| Web Search | $0.01 / call |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-3.5-haiku",
"messages": [{"role": "user", "content": "Hello!"}]
}'