mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Add Devstral Medium (#5590)
This commit is contained in:
parent
f7b8345e19
commit
b03d03d860
1 changed files with 8 additions and 0 deletions
|
|
@ -14,6 +14,14 @@ export const mistralModels = {
|
|||
inputPrice: 2.0,
|
||||
outputPrice: 5.0,
|
||||
},
|
||||
"devstral-medium-latest": {
|
||||
maxTokens: 131_000,
|
||||
contextWindow: 131_000,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: false,
|
||||
inputPrice: 0.4,
|
||||
outputPrice: 2.0,
|
||||
},
|
||||
"mistral-medium-latest": {
|
||||
maxTokens: 131_000,
|
||||
contextWindow: 131_000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue