Back to Models
Anthropic: Claude 3 Haiku AI Model Icon

Anthropic: Claude 3 Haiku

anthropic/claude-3-haiku

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](https://www.anthropic.com/news/claude-3-haiku) #multimodal

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Anthropic: Claude 3 Haiku (anthropic/claude-3-haiku)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "anthropic/claude-3-haiku",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the Anthropic: Claude 3 Haiku model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text
  • Images

API Pricing

  • Input: 0.25$ / 1M tokens
  • Output: 1.25$ / 1M tokens
  • Image: 0$ / image

Token Limits

  • Max Output: 4,096 tokens
  • Max Context: 200,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate