Anthropic: Claude 3 Haiku

Pricing, context window and lifecycle for anthropic/claude-3-haiku, tracked from what the vendor publishes.

2026-04-20 - its vendor retired this model on that date, and the catalogue still lists it. Anything still calling it is running on borrowed time.

2026-09-10 - this model is still served on AWS Bedrock after its vendor stopped serving it. Which date applies to you depends on where you call it, not on which one is newer.

To find every place that calls it:

curl -sO https://neosignal-ai.vercel.app/check.py
python check.py .

It names every model your repository calls that is already gone, and exits non-zero so the next one fails the build instead of production.

Price per million tokens

Input$0.250
Output$1.25
Cache read$0.030
Cache write$0.300

Facts

Model IDanthropic/claude-3-haiku
VendorAnthropic
Context window200,000 tokens
Knowledge cutoff2023-08-31
Retired on2026-04-20
Date fromvendor deprecation page
Also served onAWS Bedrock
AWS Bedrock end of life2026-09-10

Supported parameters

max_tokens, stop, temperature, tool_choice, tools, top_k, top_p

Other Anthropic models