mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
feat: add devstral-small-latest model to Mistral provider
Adds the more economical devstral-small-latest model configuration to the Mistral provider, complementing the existing devstral-medium-latest model. Fixes #9128
This commit is contained in:
parent
e98f4b9057
commit
6f0faae71a
1 changed files with 8 additions and 0 deletions
|
|
@ -14,6 +14,14 @@ export const mistralModels = {
|
|||
inputPrice: 2.0,
|
||||
outputPrice: 5.0,
|
||||
},
|
||||
"devstral-small-latest": {
|
||||
maxTokens: 65_000,
|
||||
contextWindow: 65_000,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: false,
|
||||
inputPrice: 0.2,
|
||||
outputPrice: 1.0,
|
||||
},
|
||||
"devstral-medium-latest": {
|
||||
maxTokens: 131_000,
|
||||
contextWindow: 131_000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue