AnthropicReleased on Oct 15, 2025

Claude Haiku 4.5: API Pricing, Context Window & Benchmarks

Claude Haiku 4.5 is a language model from Anthropic, released in October 2025, with multimodal input, a 200K-token context window, and pricing from $1.00/M input and $5.00/M output.

Claude Haiku 4.5 is Anthropic's fastest, most cost-efficient model, matching Sonnet 4's performance on coding, computer use, and agent tasks. It offers similar performance to Sonnet 4 at one-third the cost and more than twice the speed,

Input
TextImage
Output
Text

Claude Haiku 4.5 benchmarks

Rankings

Quality Tracker

Claude Haiku 4.5 Performance Across Datasets

Scores sourced from the model's scorecard, paper, or official blog posts

LLM Stats Logollm-stats.com - Sun Jul 19 2026
Notice missing or incorrect data?

Claude Haiku 4.5 pricing

Providers

Claude Haiku 4.5 starts at $1.00 per million input tokens and $5.00 per million output tokens via Anthropic. See all 2 providers below with their per-token pricing, latency, throughput, and modality support.

ProviderInput $/MOutput $/MWorkload 1M + 100KContext in / outTTFT p50 / p95 sOutput avg / p5 c/sSuccess 7dModalities in / out
Anthropic logoAnthropic
$1.00$5.00$1.50200.0K/64.0K
0.67/0.90
205/67
86.66%(4,304)
/
Vertex AI logoVertex AI
$1.00$5.00$1.50200.0K/64.0K
/0.30
100/
/

Workload cost uses 1M input tokens plus 100K output tokens at published list prices without assuming a cache hit. Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests. Success is calculated from completed versus failed requests over the trailing seven days.

Loading chart...
Loading chart...
Loading chart...

Claude Haiku 4.5 context window

Input and output token limits for Claude Haiku 4.5, plus how it ranks on long-context understanding.

InputOutput
200Ktokens
64Ktokens
301 pages of text
200K
8K128K1M

Claude Haiku 4.5 API

POST/v1/chat/completions

Run a request to see the response

Use it in your code

Billed at $1.00 input / $5.00 output per 1M tokens through the LLM Stats gateway.

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://gateway.llm-stats.com/v1"
)

response = client.chat.completions.create(
    model="claude-haiku-4-5-20251001",
    messages=[
        {"role": "user", "content": "What is machine learning?"}
    ]
)

print(response.choices[0].message.content)

Need an API key? Create one above in the playground, or read the API documentation.

Claude Haiku 4.5 latency

Claude Haiku 4.5 time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

Provider operational metrics

Time to first token, output throughput, and failed-request rate from live API traffic

Loading chart...
Loading chart...
Loading chart...

Claude Haiku 4.5 examples

Recent arena outputs from Claude Haiku 4.5, picked from the highest-ranked matchups.

Claude Haiku 4.5 license

Claude Haiku 4.5 is a proprietary model available under its provider's product and API terms, has a knowledge cutoff of February 2025.

License
Proprietary
Hosted access
Knowledge cutoff
February 2025

Proprietary license - usage restrictions apply

Claude Haiku 4.5 resources

Official sources for Claude Haiku 4.5: api documentation, official playground, paper or system card, official launch post.

Claude Haiku 4.5 vs other models

The most-compared alternatives to Claude Haiku 4.5 are GPT OSS 120B High, Ministral 3 (8B Reasoning 2512), Qwen3 VL 32B Thinking. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like Claude Haiku 4.5

Models ranked just above and below Claude Haiku 4.5 by LLM Stats score.

 

GPT OSS 120B High

Score pending
 

Ministral 3 (8B Reasoning 2512)

Score pending
 

Qwen3 VL 32B Thinking

Score pending
 

GPT-5.5 Instant

Score pending
 

Qwen3 VL 8B Thinking

Score pending
 

Qwen3-Next-80B-A3B-Instruct

Score pending

FAQ

Common questions about Claude Haiku 4.5.

When was Claude Haiku 4.5 released?

Claude Haiku 4.5 was released on October 15, 2025 by Anthropic. This is the official Claude Haiku 4.5 release date tracked on LLM Stats.

How much does Claude Haiku 4.5 cost?

Claude Haiku 4.5 costs $1.00 per million input tokens and $5.00 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK. Across tracked providers, the lowest price is $1.00 per million input tokens via Anthropic.

Is Claude Haiku 4.5 available via API?

Yes. Claude Haiku 4.5 is available through the LLM Stats API and works with any OpenAI-compatible SDK — point your client at the gateway base URL and pass the model name. It is served by 2 providers tracked on LLM Stats.

Who created Claude Haiku 4.5?

Claude Haiku 4.5 was created by Anthropic.

What is the license for Claude Haiku 4.5?

Claude Haiku 4.5 is released under the Proprietary license.

What is the knowledge cutoff date for Claude Haiku 4.5?

Claude Haiku 4.5 has a knowledge cutoff of February 2025, meaning it was trained on data up to that point and may not know about events after it.

Is Claude Haiku 4.5 multimodal?

Yes, Claude Haiku 4.5 is multimodal and can accept both text and images as input.

What is Claude Haiku 4.5 latency?

Claude Haiku 4.5 p95 time to first token is 0.90 seconds via Anthropic over the trailing 7 days. Lower time to first token means the model begins responding sooner for chat, agents and API workloads.

Where can I use Claude Haiku 4.5?

Claude Haiku 4.5 is available through 2 providers including Anthropic, Vertex AI.

Where is the Claude Haiku 4.5 paper or technical report?

Claude Haiku 4.5 has a paper or technical report available at https://assets.anthropic.com/m/99128ddd009bdcb/original/Claude-Haiku-4-5-System-Card.pdf. Use that source for architecture, training, release and evaluation details.

What models should I compare Claude Haiku 4.5 against?

Common Claude Haiku 4.5 comparisons include Claude Haiku 4.5 vs GPT OSS 120B High, Claude Haiku 4.5 vs Ministral 3 (8B Reasoning 2512), Claude Haiku 4.5 vs Qwen3 VL 32B Thinking. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.