Skip to content

Commit 9c4f32d

Browse files
committed
Add groq models
Signed-off-by: Demis Bellot <demis.bellot@gmail.com>
1 parent ef07fe7 commit 9c4f32d

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

AiServer/wwwroot/lib/data/ai-models.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,15 @@
563563
"description": "A state-of-the-art 12B model with 128k context length, built by Mistral AI in collaboration with NVIDIA.",
564564
"icon": "/img/models/mistral-nemo.svg"
565565
},
566+
{
567+
"id": "mistral-saba",
568+
"tags": [
569+
"24b"
570+
],
571+
"latest": "24b",
572+
"website": "https://openrouter.ai/mistralai/mistral-saba",
573+
"description": "Mistral Saba is a 24B-parameter language model specifically designed for the Middle East and South Asia, delivering accurate and contextually relevant responses while maintaining efficient performance. Trained on curated regional datasets, it supports multiple Indian-origin languages—including Tamil and Malayalam—alongside Arabic. This makes it a versatile option for a range of regional and multilingual applications."
574+
},
566575
{
567576
"id": "mistral-openorca",
568577
"tags": [

AiServer/wwwroot/lib/data/ai-types.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"qwen-turbo": "qwen/qwen-turbo",
6565
"qwen-plus": "qwen/qwen-plus",
6666
"qwen-max": "qwen/qwen-max",
67-
"qwq:32b": "qwen/qwq-32b-preview",
67+
"qwq:32b": "qwen/qwq-32b",
6868
"wizardlm2:7b": "microsoft/wizardlm-2-7b",
6969
"wizardlm2:8x22b": "microsoft/wizardlm-2-8x22b",
7070
"zephyr:7b": "huggingfaceh4/zephyr-7b-beta:free",
@@ -184,7 +184,11 @@
184184
"llama3.1:405b": "llama-3.1-405b-reasoning",
185185
"llama3.3:70b": "llama-3.3-70b-versatile",
186186
"mixtral:8x7b": "mixtral-8x7b-32768",
187-
"deepseek-r1:70b": "deepseek-r1-distill-llama-70b"
187+
"mistral-saba:24b": "mistral-saba-24b",
188+
"deepseek-r1:70b": "deepseek-r1-distill-llama-70b",
189+
"qwq:32b": "qwen-qwq-32b",
190+
"qwen2.5:32b": "qwen-2.5-32b",
191+
"qwen2.5-coder:32b": "qwen-2.5-coder-32b"
188192
}
189193
},
190194
{

0 commit comments

Comments
 (0)