Claude 3.5 Haiku
Anthropic's fastest model. Ultra-low latency for real-time applications and high-volume tasks.
200K
tokens
8K
tokens
$0.8
per 1M tokens
$4
per 1M tokens
172
tokens/sec
Oct 2024
2024-10-22
$2.40
per 1M tokens
31.3
quality per $
Capabilities
Benchmarks
Price vs Quality
Context Window in Context
- Codestral256K
- ▸ Claude 3.5 Haiku200K
- o3 Mini200K
- o3200K
- Claude Opus 4200K
- Claude Sonnet 4200K
- Sonar Pro200K
- GLM-5.1200K
Pricing History
아직 게이트웨이에 없습니다
Swfte Connect에 Claude 3.5 Haiku용 키가 없어 여기서 실행할 것이 없습니다. 직접 발급한 제공업체 키를 추가하면 이 디렉터리의 다른 모델과 동일한 API로 호출할 수 있습니다.
curl https://api.swfte.com/agents/v2/gateway/chat/completions \
-H "Authorization: Bearer $SWFTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic:claude-3-5-haiku-20241022",
"messages": [{"role": "user", "content": "Hello"}]
}'About Claude 3.5 Haiku
Claude 3.5 Haiku is a fast AI model by Anthropic, released on October 22, 2024. It supports a context window of 200K tokens and can generate up to 8K output tokens.
At $0.8 per million input tokens and $4 per million output tokens, its blended cost of $2.40/1M tokens puts it in the mid-range pricing tier. Its value score of 31.3 reflects the balance of quality and cost.
Using Claude 3.5 Haiku with Swfte
Access Claude 3.5 Haiku through Swfte Connect, our unified LLM gateway. Connect gives you a single API for 50+ models, with automatic routing, cost optimization, and fallback handling. You can also try Claude 3.5 Haiku in our AI Playground before integrating.