Skip to content

Commit 2c3751c

Browse files
authored
fix(bedrock): use us. as prefix for every model (#289)
* Fantasy PR: charmbracelet/fantasy#248 * Crush PR: charmbracelet/crush#2985 * Closes #223 * Closes #224
1 parent 9efd970 commit 2c3751c

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

internal/providers/configs/bedrock.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"type": "bedrock",
55
"api_key": "",
66
"api_endpoint": "",
7-
"default_large_model_id": "anthropic.claude-sonnet-4-6",
8-
"default_small_model_id": "anthropic.claude-haiku-4-5-20251001-v1:0",
7+
"default_large_model_id": "us.anthropic.claude-sonnet-4-6",
8+
"default_small_model_id": "us.anthropic.claude-haiku-4-5-20251001-v1:0",
99
"models": [
1010
{
11-
"id": "anthropic.claude-sonnet-4-6",
11+
"id": "us.anthropic.claude-sonnet-4-6",
1212
"name": "AWS Claude Sonnet 4.6",
1313
"cost_per_1m_in": 3,
1414
"cost_per_1m_out": 15,
@@ -22,7 +22,7 @@
2222
"supports_attachments": true
2323
},
2424
{
25-
"id": "anthropic.claude-sonnet-4-5-20250929-v1:0",
25+
"id": "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
2626
"name": "AWS Claude Sonnet 4.5",
2727
"cost_per_1m_in": 3,
2828
"cost_per_1m_out": 15,
@@ -34,7 +34,7 @@
3434
"supports_attachments": true
3535
},
3636
{
37-
"id": "anthropic.claude-haiku-4-5-20251001-v1:0",
37+
"id": "us.anthropic.claude-haiku-4-5-20251001-v1:0",
3838
"name": "AWS Claude Haiku 4.5",
3939
"cost_per_1m_in": 0.8,
4040
"cost_per_1m_out": 4,
@@ -46,7 +46,7 @@
4646
"supports_attachments": true
4747
},
4848
{
49-
"id": "anthropic.claude-opus-4-7",
49+
"id": "us.anthropic.claude-opus-4-7",
5050
"name": "AWS Claude Opus 4.7",
5151
"cost_per_1m_in": 5,
5252
"cost_per_1m_out": 25,
@@ -60,7 +60,7 @@
6060
"supports_attachments": true
6161
},
6262
{
63-
"id": "anthropic.claude-opus-4-6-v1",
63+
"id": "us.anthropic.claude-opus-4-6-v1",
6464
"name": "AWS Claude Opus 4.6",
6565
"cost_per_1m_in": 5,
6666
"cost_per_1m_out": 25,
@@ -74,7 +74,7 @@
7474
"supports_attachments": true
7575
},
7676
{
77-
"id": "anthropic.claude-opus-4-5-20251101-v1:0",
77+
"id": "us.anthropic.claude-opus-4-5-20251101-v1:0",
7878
"name": "AWS Claude Opus 4.5",
7979
"cost_per_1m_in": 5,
8080
"cost_per_1m_out": 25,
@@ -86,7 +86,7 @@
8686
"supports_attachments": true
8787
},
8888
{
89-
"id": "anthropic.claude-opus-4-1-20250805-v1:0",
89+
"id": "us.anthropic.claude-opus-4-1-20250805-v1:0",
9090
"name": "AWS Claude Opus 4.1",
9191
"cost_per_1m_in": 15,
9292
"cost_per_1m_out": 75,
@@ -98,7 +98,7 @@
9898
"supports_attachments": true
9999
},
100100
{
101-
"id": "anthropic.claude-opus-4-20250514-v1:0",
101+
"id": "us.anthropic.claude-opus-4-20250514-v1:0",
102102
"name": "AWS Claude Opus 4",
103103
"cost_per_1m_in": 15,
104104
"cost_per_1m_out": 75,
@@ -110,7 +110,7 @@
110110
"supports_attachments": true
111111
},
112112
{
113-
"id": "anthropic.claude-sonnet-4-20250514-v1:0",
113+
"id": "us.anthropic.claude-sonnet-4-20250514-v1:0",
114114
"name": "AWS Claude Sonnet 4",
115115
"cost_per_1m_in": 3,
116116
"cost_per_1m_out": 15,

0 commit comments

Comments
 (0)