anthropicVision

Anthropic: Claude 3.5 Haiku

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

Context
200k tokens
Input / 1M tokens
$0.80
Output / 1M tokens
$4
Benchmark

Pricing

Input tokens$0.80 per 1M tokens
Output tokens$4 per 1M tokens
Cache read$0.08 per 1M tokens
Cache write$1 per 1M tokens

Technical details

Model IDanthropic/claude-3.5-haiku
Context window200k tokens
Input modalitiestext, image, pdf
Output modalitiestext
TokenizerClaude
Max output tokens8,192

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'anthropic/claude-3.5-haiku',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Anthropic: Claude 3.5 Haiku?

Get an API key and start making requests in minutes.

Get an API key