AU Anthropic Claude Opus 4.6

Model details

AU Anthropic Claude Opus 4.6

Model
au.anthropic.claude-opus-4-6-v1
Provider
amazon-bedrock
API
bedrock-converse-stream
Base URL
https://bedrock-runtime.us-east-1.amazonaws.com
Input
text, image
Reasoning
Yes
Context window
1,000,000
Max tokens
128,000
Cost / million input
$16.5
Cost / million output
$82.5
Cost / million cache read
$0.5
Cost / million cache write
$6.25
Model config JSON
{
  "providers": {
    "amazon-bedrock": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "au.anthropic.claude-opus-4-6-v1",
          "name": "AU Anthropic Claude Opus 4.6",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 1000000,
          "maxTokens": 128000,
          "cost": {
            "input": 16.5,
            "output": 82.5,
            "cacheRead": 0.5,
            "cacheWrite": 6.25
          }
        }
      ],
      "api": "bedrock-converse-stream",
      "baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
    }
  }
}