Skip to content

Commit 8191f1a

Browse files
authored
Chore: Update magistral-medium-latest in mistral.ts
Update magistral-medium-latest to reflect improvements with 2509 update (Magistral Medium 1.2) This update expands token window to 128k and adds a visual encoder.
1 parent ded23b7 commit 8191f1a

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,9 +7,9 @@ export const mistralDefaultModelId: MistralModelId = "codestral-latest"
77

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

0 commit comments

Comments
 (0)