Skip to content

Commit 6fcf825

Browse files
committed
Add qwen3 models
1 parent 8c28186 commit 6fcf825

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@
800800
"14b"
801801
],
802802
"latest": "14b",
803+
"vision": true,
803804
"website": "https://ollama.ai/library/phi4",
804805
"description": "Phi 4 is a 14B parameter, state-of-the-art open model from Microsoft.",
805806
"icon": "/img/models/phi4.svg"
@@ -874,6 +875,23 @@
874875
"description": "The latest series of Code-Specific Qwen models, with significant improvements in code generation, code reasoning, and code fixing",
875876
"icon": "/img/models/qwen.svg"
876877
},
878+
{
879+
"id": "qwen3",
880+
"tags": [
881+
"0.6b",
882+
"1.7b",
883+
"4b",
884+
"8b",
885+
"14b",
886+
"30b",
887+
"32b",
888+
"235b"
889+
],
890+
"latest": "8b",
891+
"website": "https://ollama.com/library/qwen3",
892+
"description": "Qwen3 is the latest generation of large language models in Qwen series, offering a comprehensive suite of dense and mixture-of-experts (MoE) models.",
893+
"icon": "/img/models/qwen.svg"
894+
},
877895
{
878896
"id": "qwq",
879897
"tags": [

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,15 @@
5353
"phi3:3.8b": "microsoft/phi-3-mini-128k-instruct",
5454
"phi3:14b": "microsoft/phi-3-medium-128k-instruct",
5555
"phi4:14b": "microsoft/phi-4",
56-
"quasar": "openrouter/quasar-alpha",
57-
"qwen:4b": "qwen/qwen-4b-chat",
58-
"qwen:7b": "qwen/qwen-7b-chat",
59-
"qwen:14b": "qwen/qwen-14b-chat",
60-
"qwen:32b": "qwen/qwen-32b-chat",
61-
"qwen:72b": "qwen/qwen-72b-chat",
62-
"qwen:110b": "qwen/qwen-110b-chat",
6356
"qwen2:7b": "qwen/qwen-2-7b-instruct",
6457
"qwen2:72b": "qwen/qwen-2-72b-instruct",
6558
"qwen2-5:7b": "qwen/qwen-2.5-7b-instruct",
6659
"qwen2-5:72b": "qwen/qwen-2.5-72b-instruct",
6760
"qwen2.5-coder:32b": "qwen/qwen-2.5-coder-32b-instruct",
61+
"qwen3:8b": "qwen/qwen/qwen3-8b",
62+
"qwen3:30b": "qwen/qwen3-30b-a3b",
63+
"qwen3:32b": "qwen/qwen3-32b",
64+
"qwen3:235b": "qwen/qwen3-235b-a22b",
6865
"qwen-turbo": "qwen/qwen-turbo",
6966
"qwen-plus": "qwen/qwen-plus",
7067
"qwen-max": "qwen/qwen-max",
@@ -125,6 +122,10 @@
125122
"phi3:14b": "microsoft/phi-3-medium-128k-instruct:free",
126123
"qwen-vl-plus": "qwen/qwen-vl-plus:free",
127124
"qwq:32b": "qwen/qwq-32b:free",
125+
"qwen3:8b": "qwen/qwen/qwen3-8b:free",
126+
"qwen3:30b": "qwen/qwen3-30b-a3b:free",
127+
"qwen3:32b": "qwen/qwen3-32b:free",
128+
"qwen3:235b": "qwen/qwen3-235b-a22b:free",
128129
"gemini-pro": "google/gemini-2.5-pro-exp-03-25:free",
129130
"gemini-pro-2.5": "google/gemini-2.5-pro-exp-03-25:free"
130131
}

0 commit comments

Comments
 (0)