MistralAI: add devstral models

This commit is contained in:
Cohee
2025-05-23 20:16:56 +03:00
parent 22afd570fc
commit 58832d1a75
2 changed files with 4 additions and 0 deletions

View File

@ -4429,6 +4429,8 @@ function getMistralMaxContext(model, isUnlocked) {
'mistral-tiny-2312': 32768,
'open-mistral-7b': 32768,
'open-mixtral-8x7b': 32768,
'devstral-small-2505': 131072,
'devstral-small-latest': 131072,
};
// Return context size if model found, otherwise default to 32k