Skip to content

Commit 032ce7a

Browse files
committed
fix: set maxTokens to 8192 and contextWindow to 128k for magistral-medium-latest
1 parent 84d399f commit 032ce7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/providers/mistral.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export const mistralDefaultModelId: MistralModelId = "codestral-latest"
77

88
export const mistralModels = {
99
"magistral-medium-latest": {
10-
maxTokens: 131_000,
11-
contextWindow: 131_000,
10+
maxTokens: 8192,
11+
contextWindow: 128_000,
1212
supportsImages: true,
1313
supportsPromptCache: false,
1414
inputPrice: 2.0,

0 commit comments

Comments
 (0)