- Model
claude-haiku-4-5-20251001- Provider
anthropic- API
anthropic-messages- Base URL
https://api.anthropic.com- Input
- text, image
- Reasoning
- Yes
- Context window
- 200,000
- Max tokens
- 64,000
- Cost / million input
- $1
- Cost / million output
- $5
- Cost / million cache read
- $0.1
- Cost / million cache write
- $1.25
Model config JSON
{
"providers": {
"anthropic": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "claude-haiku-4-5-20251001",
"name": "Claude Haiku 4.5",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 200000,
"maxTokens": 64000,
"cost": {
"input": 1,
"output": 5,
"cacheRead": 0.1,
"cacheWrite": 1.25
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://api.anthropic.com"
}
}
}