Skip to content

Commit 903255d

Browse files
authored
Update packages/types/src/providers/minimax.ts
1 parent a40c25f commit 903255d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/providers/minimax.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const minimaxDefaultModelId: MinimaxModelId = "MiniMax-M2"
88

99
export const minimaxModels = {
1010
"MiniMax-M2": {
11-
maxTokens: 128_000,
11+
maxTokens: 16_384,
1212
contextWindow: 192_000,
1313
supportsImages: false,
1414
supportsPromptCache: false,

0 commit comments

Comments
 (0)