- Model
au.anthropic.claude-sonnet-4-6- 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
- $3.3
- Cost / million output
- $16.5
- Cost / million cache read
- $0.33
- Cost / million cache write
- $4.125
Model config JSON
{
"providers": {
"amazon-bedrock": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "au.anthropic.claude-sonnet-4-6",
"name": "AU Anthropic Claude Sonnet 4.6",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1000000,
"maxTokens": 128000,
"cost": {
"input": 3.3,
"output": 16.5,
"cacheRead": 0.33,
"cacheWrite": 4.125
}
}
],
"api": "bedrock-converse-stream",
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
}
}
}