Back to Models
Anthropic: Claude 3.5 Haiku AI Model Icon

Anthropic: Claude 3.5 Haiku

anthropic/claude-3.5-haiku

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...

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Anthropic: Claude 3.5 Haiku (anthropic/claude-3.5-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.5-haiku",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the Anthropic: Claude 3.5 Haiku model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text
  • Images

API Pricing

  • Input: 0.8$ / 1M tokens
  • Output: 4$ / 1M tokens

Token Limits

  • Max Output: 8,192 tokens
  • Max Context: 200,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate