Claude Sonnet 4.6 (EU)

Models

Model details

Model
eu.anthropic.claude-sonnet-4-6
Provider
amazon-bedrock
API
bedrock-converse-stream
Base URL
https://bedrock-runtime.eu-central-1.amazonaws.com
Input
text, image
Reasoning
Yes
Context window
1,000,000
Max tokens
64,000
Show configuration
{
  "providers": {
    "amazon-bedrock": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "eu.anthropic.claude-sonnet-4-6",
          "name": "Claude Sonnet 4.6 (EU)",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "thinkingLevelMap": {
            "max": "max"
          },
          "contextWindow": 1000000,
          "maxTokens": 64000,
          "cost": {
            "input": 3.3,
            "output": 16.5,
            "cacheRead": 0.33,
            "cacheWrite": 4.125
          }
        }
      ],
      "api": "bedrock-converse-stream",
      "baseUrl": "https://bedrock-runtime.eu-central-1.amazonaws.com"
    }
  }
}

Pricing

USD per million tokens. A tier is selected from the total input tokens in each request and applies to that entire request.

Pricing rates for Claude Sonnet 4.6 (EU)
Request inputInputOutputCache readCache write
All requests$3.3$16.5$0.33$4.125

Session cost calculator

Estimate the requests made during an agent session. A user turn can make several model calls while using tools, so costs are calculated per model request.

Session shape
Rounded median shapes from recent Pi agent sessions.
Warm-request cache reuse
Effective token reuse combines partial hits and occasional complete misses.
Estimated session$0.00
Uncached input
Cache reads
Uncached prefixes
Cache writes
Output
Without caching

The first request starts cold unless marked otherwise. Output is billed separately from context growth because reasoning tokens are not always retained. This remains a directional estimate: providers differ in eligibility, rounding, and retention.

Compatibility flags

This API has no model compatibility flags.