Skip to content

Commit b03d03d

Browse files
authored
Add Devstral Medium (#5590)
1 parent f7b8345 commit b03d03d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/types/src/providers/mistral.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ export const mistralModels = {
1414
inputPrice: 2.0,
1515
outputPrice: 5.0,
1616
},
17+
"devstral-medium-latest": {
18+
maxTokens: 131_000,
19+
contextWindow: 131_000,
20+
supportsImages: true,
21+
supportsPromptCache: false,
22+
inputPrice: 0.4,
23+
outputPrice: 2.0,
24+
},
1725
"mistral-medium-latest": {
1826
maxTokens: 131_000,
1927
contextWindow: 131_000,

0 commit comments

Comments
 (0)