Skip to content

Commit 06e7d4d

Browse files
authored
Merge pull request anomalyco#1014 from NachoFLizaur/fix/bedrock-opus-4-6-context-window
fix(amazon-bedrock): correct Claude Opus 4.6 context window from 1M to 200K
2 parents 2939af9 + 7fc2c61 commit 06e7d4d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

providers/amazon-bedrock/models/anthropic.claude-opus-4-6-v1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cache_read = 1.00
2222
cache_write = 12.50
2323

2424
[limit]
25-
context = 1_000_000
25+
context = 200_000
2626
output = 128_000
2727

2828
[modalities]

providers/amazon-bedrock/models/eu.anthropic.claude-opus-4-6-v1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cache_read = 1.00
2222
cache_write = 12.50
2323

2424
[limit]
25-
context = 1_000_000
25+
context = 200_000
2626
output = 128_000
2727

2828
[modalities]

providers/amazon-bedrock/models/global.anthropic.claude-opus-4-6-v1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cache_read = 1.00
2222
cache_write = 12.50
2323

2424
[limit]
25-
context = 1_000_000
25+
context = 200_000
2626
output = 128_000
2727

2828
[modalities]

providers/amazon-bedrock/models/us.anthropic.claude-opus-4-6-v1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cache_read = 1.00
2222
cache_write = 12.50
2323

2424
[limit]
25-
context = 1_000_000
25+
context = 200_000
2626
output = 128_000
2727

2828
[modalities]

0 commit comments

Comments
 (0)