Claude Haiku 4.5
ChatNot available
Fastest model with near-frontier intelligence. Best cost-performance ratio.
- Context
- 200Ktokens
- Max output
- 64Ktokens
- Latency
- ~8ms
- Released
- 2025-10
Pricing
$ / 1M tokensInput
$1.00/M
Output
$5.00/M
Cache Read
$0.10/M
Write (5m)
$1.25/M
Write (1h)
$2.00/M
Capabilities
7 listed- Chat
- Tool Use
- Reasoning
- Vision
- Coding
- Analysis
- Long Context
Code examples
POST /v1/chat/completionspython
from openai import OpenAI
client = OpenAI(
api_key="your_api_key",
base_url="https://api.modelstack.cc/v1",
)
response = client.chat.completions.create(
model="claude-haiku-4-5",
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)Related models
Frequently asked questions
How is Claude Haiku 4.5 billed on ModelStack?expand_more
ModelStack bills based on actual request usage. Input, output, cache, and any other applicable rates follow the live pricing table on this page. Final request costs are available in the console.
What are the context window and maximum output for Claude Haiku 4.5?expand_more
Claude Haiku 4.5 has a 200K context window and supports up to 64K of output.
How can I call Claude Haiku 4.5 through ModelStack?expand_more
Use the model ID `claude-haiku-4-5` with any OpenAI-compatible SDK pointed at the ModelStack API — see the code examples above for Python, Node.js, and cURL.
Which capabilities does Claude Haiku 4.5 support?expand_more
Claude Haiku 4.5 supports: Chat, Tool Use, Reasoning, Vision, Coding, Analysis, Long Context.