Add Devstral Medium (#5590)

This commit is contained in:
Matt Rubens 2025-07-11 09:33:24 -04:00 committed by GitHub
parent f7b8345e19
commit b03d03d860
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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