Final Router

Anthropic · model

Claude Haiku 4.5

Fast, Cheap, High volume. Called through Final Router's one OpenAI-compatible endpoint at Anthropic's list price, with no markup on tokens.

Model id: anthropic/claude-haiku-4-5
Input price$1per 1M tokens
Output price$5per 1M tokens
Context window200Ktokens
Typical speed420msmedian
Quality score84/100composite
ProviderAnthropicprocessed in US
Cached input$0.1per 1M, cache read
Cache write$1.25per 1M, one-time
Verified 2026-08-21Anthropic's own list price, with no markup on tokens - a 5.5% fee applies only when you add credits.

Call Claude Haiku 4.5 in one line

Claude Haiku 4.5 speaks through the same OpenAI-compatible endpoint as every other model. Point your existing client at Final Router, set the model id, and you also get automatic fallback, spend caps and usage tracking - none of which the provider gives you directly.

Call Claude Haiku 4.5
from openai import OpenAI

client = OpenAI(
    api_key="fr_live_...",                     # your Final Router key
    base_url="https://finalrouter.com/api/v1"  # the only line you change
)

resp = client.chat.completions.create(
    model="anthropic/claude-haiku-4-5",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)

Data & residency

We call api.anthropic.com, served from the United States. Their models are also sold through EU regions of Bedrock and Vertex, which we do not integrate.

Training: not used to train the model. Retention: Up to 30 days for trust and safety, unless the law requires longer.

Anthropic's policy, read 2026-08-21 →

Route it, don't pin it

Name Claude Haiku 4.5 as your first choice and let a policy fall back to another model when the provider is down - your request still gets answered, and the log shows exactly what happened.

Start free

Claude Haiku 4.5 FAQ

How much does Claude Haiku 4.5 cost through Final Router?
$1 per million input tokens and $5 per million output tokens - the provider's own list price, with no markup on tokens. A 5.5% fee applies only when you add credits.
What is Claude Haiku 4.5's context window?
200,000 tokens.
Does Claude Haiku 4.5 train on my data?
No. On the endpoint Final Router calls, Anthropic does not train on your prompts. Data is processed in US.
How do I call Claude Haiku 4.5?
Point any OpenAI-compatible client at https://finalrouter.com/api/v1 with your Final Router key and set model to "anthropic/claude-haiku-4-5". Your existing code does not change.

Compare with

All comparisons

claude-haiku-4-5Latency and quality are seed figures used for routing order, not billing. Prices are what you are charged.