- 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
- Cost / million input
- $3
- Cost / million output
- $15
- Cost / million cache read
- $0.3
- Cost / million cache write
- $3.75
Model config JSON
{
"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"
],
"contextWindow": 1000000,
"maxTokens": 64000,
"cost": {
"input": 3,
"output": 15,
"cacheRead": 0.3,
"cacheWrite": 3.75
}
}
],
"api": "bedrock-converse-stream",
"baseUrl": "https://bedrock-runtime.eu-central-1.amazonaws.com"
}
}
}