open token
All models

Anthropic: Claude Haiku 4.5

anthropic/claude-haiku-4.5by Anthropictextimage

Anthropic's fastest model with near-frontier intelligence. Available through Bring Your Own Key with your AWS account.

Bring your own key. This model runs on your own AWS account. Connect your credentials under Integrations; Open Token charges a 5% fee on list price and AWS bills you for inference.

Input
$1/M
Output
$5/M
Context
200K tokens
Max output
64K tokens
Released
Oct 2025

Providers

ProviderModel IDInputOutputContext
Amazon Bedrockus.anthropic.claude-haiku-4-5-20251001-v1:0$1/M$5/M200K

API

Use any OpenAI-compatible SDK. Create a key in your dashboard.

shell
curl https://getopentoken.com/v1/chat/completions \
  -H "Authorization: Bearer $OPEN_TOKEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "anthropic/claude-haiku-4.5",
    "messages": [{"role": "user", "content": "What is the meaning of life?"}]
  }'