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:
Roo Code 2025-11-08 12:38:47 +00:00
parent e98f4b9057
commit 6f0faae71a

View file

@ -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,