Skip to content

Commit 84d399f

Browse files
committed
fix: update contextWindow to 131k for magistral-medium-latest
1 parent 8191f1a commit 84d399f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/providers/mistral.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const mistralDefaultModelId: MistralModelId = "codestral-latest"
88
export const mistralModels = {
99
"magistral-medium-latest": {
1010
maxTokens: 131_000,
11-
contextWindow: 41_000,
11+
contextWindow: 131_000,
1212
supportsImages: true,
1313
supportsPromptCache: false,
1414
inputPrice: 2.0,

0 commit comments

Comments
 (0)