diff --git a/public/index.html b/public/index.html index c8b417072..58569fedc 100644 --- a/public/index.html +++ b/public/index.html @@ -3249,28 +3249,29 @@ qwen-2.5-32b qwen-2.5-coder-32b - + deepseek-r1-distill-qwen-32b - - deepseek-r1-distill-llama-70b gemma2-9b-it - llama-3.1-8b-instant + meta-llama/llama-4-scout-17b-16e-instruct + meta-llama/llama-4-maverick-17b-128e-instruct + llama-3.1-8b-instant llama-3.2-11b-vision-preview llama-3.2-1b-preview llama-3.2-3b-preview llama-3.2-90b-vision-preview - llama-3.3-70b-specdec + llama-3.3-70b-specdec llama-3.3-70b-versatile - llama-guard-3-8b - llama3-70b-8192 - llama3-8b-8192 + llama-guard-3-8b + llama3-70b-8192 + llama3-8b-8192 + mistral-saba-24b mixtral-8x7b-32768 diff --git a/public/scripts/openai.js b/public/scripts/openai.js index 925d7f213..eb6051ff3 100644 --- a/public/scripts/openai.js +++ b/public/scripts/openai.js @@ -4193,6 +4193,9 @@ function getGroqMaxContext(model, isUnlocked) { 'qwen-2.5-32b': max_128k, 'deepseek-r1-distill-qwen-32b': max_128k, 'deepseek-r1-distill-llama-70b-specdec': max_128k, + 'mistral-saba-24b': max_32k, + 'meta-llama/llama-4-scout-17b-16e-instruct': max_128k, + 'meta-llama/llama-4-maverick-17b-128e-instruct': max_128k, }; // Return context size if model found, otherwise default to 128k