anthropicVision

Anthropic: Claude Haiku 4.5

Claude Haiku 4.5 is Anthropic’s fastest and most efficient model, delivering near-frontier intelligence at a fraction of the cost and latency of larger Claude models. Matching Claude Sonnet 4’s performance...

Context
200k tokens
Input / 1M tokens
$1
Output / 1M tokens
$5
Benchmark

Pricing

Input tokens$1 per 1M tokens
Output tokens$5 per 1M tokens
Cache read$0.10 per 1M tokens
Cache write$1.25 per 1M tokens

Technical details

Model IDanthropic/claude-haiku-4.5
Context window200k tokens
Input modalitiestext, image, file, pdf
Output modalitiestext
TokenizerClaude
Max output tokens64,000

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

Ready to use Anthropic: Claude Haiku 4.5?

Get an API key and start making requests in minutes.

Get an API key