Skip to content

Commit b33c082

Browse files
Chore: Update magistral-medium-latest in mistral.ts (#8364)
Co-authored-by: daniel-lxs <[email protected]>
1 parent 19e0690 commit b33c082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/types/src/providers/mistral.ts

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

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

0 commit comments

Comments
 (0)