Groq: sync supported models

This commit is contained in:
Cohee
2025-04-06 23:08:31 +03:00
parent 965c2ee29a
commit 5929d5c0e4
2 changed files with 12 additions and 8 deletions

View File

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