Anthropic

llm

Claude Haiku 4.5

Claude Haiku 4.5

Claude Haiku 4.5

Anthropic's fast, affordable model with a 200K token context window. A strong default for most production text tasks.

Anthropic's fast, affordable model with a 200K token context window. A strong default for most production text tasks.

All models

chat, vision

REQUEST

llm

curl -X POST https://api.apiarium.dev/llm -H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" -d '{"model":"claude-haiku","messages":[{"role":"user","content":"Hello"}]}'

curl -X POST https://api.apiarium.dev/llm -H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" -d '{"model":"claude-haiku","messages":[{"role":"user","content":"Hello"}]}'

Context window

200K

200K

Max output

8.2K

8.2K

Credits

5.625 credits / 1K input tokens, 33.75 credits / 1K output tokens

USD equivalent

$1.00 / $5.00 per 1M tokens (input/output)

MODEL NOTES

Claude Haiku 4.5 is Anthropic's fast, affordable model — and on Apiarium, it's priced closer to the budget tier than you might expect from Anthropic directly. It comes with a 200,000 token context window, which is far larger than GPT-4o mini's, making it a strong choice when you need to process longer documents, conversation histories, or codebases without upgrading to a pricier model.

Anthropic's models tend to follow instructions more literally and write with a slightly more careful, structured tone than OpenAI's — useful if your product needs consistent, predictable output formatting.

A practical default for production text tasks where GPT-4o mini works but you want more context headroom, or where you specifically want Claude's writing style.