Back to catalogCache read $0.17
Anthropic·Text15% under official
Claude Haiku 4.5API
Anthropic Haiku 4.5 — fast and cost-efficient.
Input price
$0.85
per 1M tokens
Output price
$4.25
per 1M tokens
Prompt caching
Add cache_control to a stable prefix and cache hits bill at a fraction of input. Cache writes bill at the plain input rate.
Auto-derived from input × 0.2
$ Specs
- Model ID
claude-haiku-4-5- Endpoint
POST /v1/chat/completions- Category
- Text
- Provider
- Anthropic
- Capabilities
- visionfunctionstreaming
Drop-in OpenAI compatibility
Point your existing OpenAI SDK at https://api.brievio.com/v1 and change the model id. No streaming changes, no SDK changes — and the model you call is the genuine article.
View docs$ Try it
Set BRIEVIO_API_KEY from a key in /app/keys, then run any snippet below.
curl https://api.brievio.com/v1/chat/completions \
-H "Authorization: Bearer $BRIEVIO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-haiku-4-5",
"messages": [
{"role": "user", "content": "Hello, Claude Haiku 4.5"}
],
"stream": false
}'