Anthropic
Claude Haiku (latest 4.5)
model
claude-haikuMidStableVisionStreamingVisionToolsBatchLong contextUnited States
Context
200K
Input / 1M tokens
$1.00
Output / 1M tokens
$5.00
Weighted tokens formula
1× provider × 4× tier
About this model
Claude Haiku (latest 4.5)
Alias for the current generation Claude Haiku (4.5). Auto-tracks new Haiku releases.
Released
2024-12
Training cutoff
2024-11
Parameters
Not disclosed
Best for
Use cases
- ✓Set-and-forget Haiku usage
- ✓Same use cases as Haiku 4.5
Strengths
What it does well
- ●Auto-tracks the latest Haiku generation
- ●Same pricing
Limitations
Know the trade-offs
- !Pin to claude-haiku-4-5 for deterministic behavior
Code example
Chat completion with Claude Haiku (latest 4.5)
from openai import OpenAI
client = OpenAI(
base_url="https://api.anoman.io/v1",
api_key="anm-sk-..."
)
response = client.chat.completions.create(
model="claude-haiku",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)Weighted tokens
weighted_tokens = raw_tokens × 1 (provider) × 4 (tier)
Pro plan: 20M weighted tokens/month. Combined multiplier 4×: 5,000,000 raw tokens available.
Alternatives
Similar models in our catalog
Workloads that fit Claude Haiku (latest 4.5) often fit these too. Compare benchmarks and pricing before locking in a default.