We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b8345 commit b03d03dCopy full SHA for b03d03d
packages/types/src/providers/mistral.ts
@@ -14,6 +14,14 @@ export const mistralModels = {
14
inputPrice: 2.0,
15
outputPrice: 5.0,
16
},
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
+ },
25
"mistral-medium-latest": {
26
maxTokens: 131_000,
27
contextWindow: 131_000,
0 commit comments