Back to Models

Claude 3 Haiku

Active
claude-3-haiku

Fastest and most compact model

Technical Specifications

Context Length200K tokens
Max Output4K tokens
Available Providers1
Lowest Input Price$250000.00/1M tokens
Lowest Output Price$1250000.00/1M tokens

Capabilities

chatvisioncode

Provider Availability & Pricing

ProviderProvider Model IDInput Price (per 1M tokens)Output Price (per 1M tokens)Status
Anthropic
claude-3-haiku-20240307$250000.00$1250000.00active

Code Examples

curl https://api.tokligence.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "claude-3-haiku",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1024
  }'

Ready to use Claude 3 Haiku?

Try it out in our interactive playground or integrate it into your application with just a few lines of code.