Back to Models

Anthropic: Claude 3 Haiku

anthropic/claude-3-haiku
Mar 13, 2024200K context4.1K max output$0.25/M in · $1.25/M out

Description

Claude 3 Haiku is Anthropic's fastest and most compact model for near-instant responsiveness. Quick and accurate targeted performance.

See the launch announcement and benchmark results here

#multimodal

Specifications

Provider
anthropic
Context Length
200K
Max Output
4.1K
Modality
Intextimage
Outtext

Pricing

TypePrice / 1M tokens
Input$0.25
Output$1.25
Cache Read$0.03
Cache Write$0.30

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-haiku",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'