Claude Haiku 4.5 (Global)

Model details

Claude Haiku 4.5 (Global)

Model
global.anthropic.claude-haiku-4-5-20251001-v1:0
Provider
amazon-bedrock
API
bedrock-converse-stream
Base URL
https://bedrock-runtime.us-east-1.amazonaws.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": {
    "amazon-bedrock": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "global.anthropic.claude-haiku-4-5-20251001-v1:0",
          "name": "Claude Haiku 4.5 (Global)",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 200000,
          "maxTokens": 64000,
          "cost": {
            "input": 1,
            "output": 5,
            "cacheRead": 0.1,
            "cacheWrite": 1.25
          }
        }
      ],
      "api": "bedrock-converse-stream",
      "baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
    }
  }
}