File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " claude-dev " : patch
3+ ---
4+
5+ Add devstral-small to the Mistral model list
Original file line number Diff line number Diff line change @@ -1392,7 +1392,7 @@ export const doubaoModels = {
13921392// Mistral
13931393// https://docs.mistral.ai/getting-started/models/models_overview/
13941394export type MistralModelId = keyof typeof mistralModels
1395- export const mistralDefaultModelId : MistralModelId = "codestral-2501 "
1395+ export const mistralDefaultModelId : MistralModelId = "devstral-small-2505 "
13961396export const mistralModels = {
13971397 "mistral-large-2411" : {
13981398 maxTokens : 131_000 ,
@@ -1482,6 +1482,14 @@ export const mistralModels = {
14821482 inputPrice : 0.3 ,
14831483 outputPrice : 0.9 ,
14841484 } ,
1485+ "devstral-small-2505" : {
1486+ maxTokens : 128_000 ,
1487+ contextWindow : 131_072 ,
1488+ supportsImages : false ,
1489+ supportsPromptCache : false ,
1490+ inputPrice : 0.1 ,
1491+ outputPrice : 0.3 ,
1492+ } ,
14851493} as const satisfies Record < string , ModelInfo >
14861494
14871495// LiteLLM
You can’t perform that action at this time.
0 commit comments