Claude

Anthropic: Claude Haiku 4.5

Chat
anthropic/claude-haiku-4.5
CompareGet Started

Claude Haiku 4.5 is Anthropic's fastest and most cost-effective model, released on 2025-10-15 and optimized for near-instant responsiveness. It excels at coding tasks, while also supporting vision, tool use, PDF input, and prompt caching. Context: 200K tokens, output: 64K. At $1/M input and $5/M output tokens, it is a strong fit for high-volume, latency-sensitive workloads. Documents and screenshots can be processed directly, and cached input reads are billed at just $0.1/M tokens. Available via OpenAI and Anthropic protocols.

Context Window
200K
Max Output Tokens
64K
Released
2025-10-15
Capabilities
VisionFunction CallingPrompt CachingPDF Input
Available Providers
BedrockBedrock
Supported Protocols
OpenAIopenaiAnthropicanthropic

Providers

BedrockBedrock
Input Tokens
$1/M
Output Tokens
$5/M
Cache Read
$0.1/M
Cache Write (5 min)
$1.25/M
Cache Write (1 hour)
$2/M
Web Search
$0.015/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

Code Examples

import anthropic
client = anthropic.Anthropic(
base_url="https://api.ofox.run/anthropic",
api_key="YOUR_OFOX_API_KEY",
)
message = client.messages.create(
model="anthropic/claude-haiku-4.5",
max_tokens=1024,
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(message.content[0].text)

Uptime & Status

Benchmarks

LMArenaEvaluated as claude-haiku-4-5-20251001

Anthropic: Claude Haiku 4.5 scores 1412 in the Overall category of the LMArena text leaderboard (style control), ranking #112 of 374 models based on 104,820 human preference votes (updated 2026-07-12).

Benchmark scores for claude-haiku-4-5-20251001 on LMArena
CategoryArena Score95% CIRankVotes
Overall141214091415#112 of 374104,820
Hard Prompts144014361443#98 of 37462,275
Coding147914741484#78 of 36926,029
Math139913911407#127 of 3626,059
Creative Writing138913831394#102 of 37216,073
Instruction Following141514111419#90 of 37431,589
Chinese143814291448#116 of 3445,166

Source: LMArena · CC BY 4.0 · Updated 2026-07-12 · Methodology · Ranks compare models within each category of the LMArena text leaderboard (style control). Scores come from third-party human preference evaluations, not from OFOX.

Frequently Asked Questions

Anthropic: Claude Haiku 4.5 on Ofox.ai costs $1/M per million input tokens and $5/M per million output tokens. Pay-as-you-go, no monthly fees.