diff --git a/public/index.html b/public/index.html
index 67b142a52..6b7c522d9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3274,6 +3274,7 @@
+
diff --git a/public/scripts/openai.js b/public/scripts/openai.js
index d5c1410f0..0cf94c720 100644
--- a/public/scripts/openai.js
+++ b/public/scripts/openai.js
@@ -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