Skip to content

Commit facec93

Browse files
authored
Adding Mistral 3 medium model (RooCodeInc#3366)
* Fixing Gemini and vertex cache pricing * Fixing Gemini and vertex cache pricing
1 parent c040be9 commit facec93

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.changeset/quick-needles-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"claude-dev": patch
3+
---
4+
5+
Adding mistral medium-3 model

src/shared/api.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,6 +1387,14 @@ export const mistralModels = {
13871387
inputPrice: 0.1,
13881388
outputPrice: 0.3,
13891389
},
1390+
"mistral-medium-latest": {
1391+
maxTokens: 128_000,
1392+
contextWindow: 128_000,
1393+
supportsImages: true,
1394+
supportsPromptCache: false,
1395+
inputPrice: 0.4,
1396+
outputPrice: 2.0,
1397+
},
13901398
"mistral-small-2501": {
13911399
maxTokens: 32_000,
13921400
contextWindow: 32_000,

0 commit comments

Comments
 (0)