Skip to content

Commit 2b8534e

Browse files
committed
Add new quasar and llama4 models
Signed-off-by: Demis Bellot <demis.bellot@gmail.com>
1 parent 3d60772 commit 2b8534e

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,23 @@
463463
"description": "New state of the art 70B model. Llama 3.3 70B offers similar performance compared to Llama 3.1 405B model.",
464464
"icon": "/img/models/llama.svg"
465465
},
466+
{
467+
"id": "llama4",
468+
"tags": [
469+
"109b",
470+
"400b"
471+
],
472+
"latest": "109b",
473+
"website": "https://openrouter.ai/meta-llama/llama-4-scout",
474+
"description": "Llama 4 Scout 17B Instruct (16E) is a mixture-of-experts (MoE) language model developed by Meta, activating 17 billion parameters out of a total of 109B. It supports native multimodal input (text and image) and multilingual output (text and code) across 12 supported languages. Designed for assistant-style interaction and visual reasoning, Scout uses 16 experts per forward pass and features a context length of 10 million tokens, with a training corpus of ~40 trillion tokens.",
475+
"icon": "/img/models/llama.svg"
476+
},
477+
{
478+
"id": "quasar",
479+
"website": "https://openrouter.ai/openrouter/quasar-alpha",
480+
"description": "This is a cloaked model provided to the community to gather feedback. It’s a powerful, all-purpose model supporting long-context tasks, including code generation. All prompts and completions for this model are logged by the provider as well as OpenRouter.",
481+
"icon": "/img/models/gpt-4.svg"
482+
},
466483
{
467484
"id": "llava",
468485
"tags": [

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"llama3.3:70b": "meta-llama/llama-3.3-70b-instruct",
3636
"llama3-groq-tool-use:8b": "llama3-groq-8b-8192-tool-use-preview",
3737
"llama3-groq-tool-use:70b": "llama3-groq-70b-8192-tool-use-preview",
38+
"llama4:109b": "meta-llama/llama-4-scout",
39+
"llama4:400b": "meta-llama/llama-4-maverick",
3840
"mistral:7b": "mistralai/mistral-7b-instruct",
3941
"mistral-large:123b": "mistralai/mistral-large",
4042
"mistral-small": "mistralai/mistral-small-24b-instruct-2501",
@@ -51,6 +53,7 @@
5153
"phi3:3.8b": "microsoft/phi-3-mini-128k-instruct",
5254
"phi3:14b": "microsoft/phi-3-medium-128k-instruct",
5355
"phi4:14b": "microsoft/phi-4",
56+
"quasar": "openrouter/quasar-alpha",
5457
"qwen:4b": "qwen/qwen-4b-chat",
5558
"qwen:7b": "qwen/qwen-7b-chat",
5659
"qwen:14b": "qwen/qwen-14b-chat",
@@ -98,6 +101,8 @@
98101
"apiModels": {
99102
"llama3:8b": "meta-llama/llama-3-8b-instruct:free",
100103
"llama3.1:8b": "meta-llama/llama-3.1-8b-instruct:free",
104+
"llama4:109b": "meta-llama/llama-4-scout:free",
105+
"llama4:400b": "meta-llama/llama-4-maverick:free",
101106
"mistral:7b": "mistralai/mistral-7b-instruct:free",
102107
"gemma:7b": "google/gemma-7b-it:free",
103108
"gemma2:9b": "google/gemma-2-9b-it:free",
@@ -186,6 +191,7 @@
186191
"llama3.1:70b": "llama-3.1-70b-versatile",
187192
"llama3.1:405b": "llama-3.1-405b-reasoning",
188193
"llama3.3:70b": "llama-3.3-70b-versatile",
194+
"llama4:109b": "meta-llama/llama-4-scout-17b-16e-instruct",
189195
"mixtral:8x7b": "mixtral-8x7b-32768",
190196
"mistral-saba:24b": "mistral-saba-24b",
191197
"deepseek-r1:70b": "deepseek-r1-distill-llama-70b",

0 commit comments

Comments
 (0)