Skip to content

Commit 1e67ca8

Browse files
committed
fix: update MiniMax M2 context window to 196_608 for Bedrock
Based on AWS CLI testing, the actual context window limit for MiniMax M2 on Bedrock is 196,608 tokens, not 230,000 as initially configured.
1 parent 610a656 commit 1e67ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/providers/bedrock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ export const bedrockModels = {
453453
},
454454
"minimax.minimax-m2": {
455455
maxTokens: 16_384,
456-
contextWindow: 230_000,
456+
contextWindow: 196_608,
457457
supportsImages: false,
458458
supportsPromptCache: false,
459459
supportsNativeTools: true,

0 commit comments

Comments
 (0)