Claude Opus 4.5 (Global)

Model details

Claude Opus 4.5 (Global)

Model
global.anthropic.claude-opus-4-5-20251101-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
$5
Cost / million output
$25
Cost / million cache read
$0.5
Cost / million cache write
$6.25
Model config JSON
{
  "providers": {
    "amazon-bedrock": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "global.anthropic.claude-opus-4-5-20251101-v1:0",
          "name": "Claude Opus 4.5 (Global)",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 200000,
          "maxTokens": 64000,
          "cost": {
            "input": 5,
            "output": 25,
            "cacheRead": 0.5,
            "cacheWrite": 6.25
          }
        }
      ],
      "api": "bedrock-converse-stream",
      "baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
    }
  }
}