Skip to content

Commit c6c09a3

Browse files
committed
remove tags from qwen models
Signed-off-by: Demis Bellot <demis.bellot@gmail.com>
1 parent 5d56fa0 commit c6c09a3

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

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

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -828,30 +828,21 @@
828828
},
829829
{
830830
"id": "qwen-turbo",
831-
"tags": [
832-
"14b"
833-
],
834-
"latest": "14b",
831+
"tags": [],
835832
"website": "https://openrouter.ai/qwen/qwen-turbo",
836833
"description": "Qwen-Turbo, based on Qwen2.5, is a 1M context model that provides fast speed and low cost, suitable for simple tasks.",
837834
"icon": "/img/models/qwen.svg"
838835
},
839836
{
840837
"id": "qwen-plus",
841-
"tags": [
842-
"72b"
843-
],
844-
"latest": "72b",
838+
"tags": [],
845839
"website": "https://openrouter.ai/qwen/qwen-plus",
846840
"description": "Qwen-Plus, based on the Qwen2.5 foundation model, is a 131K context model with a balanced performance, speed, and cost combination.",
847841
"icon": "/img/models/qwen.svg"
848842
},
849843
{
850844
"id": "qwen-max",
851-
"tags": [
852-
"100b"
853-
],
854-
"latest": "72b",
845+
"tags": [],
855846
"website": "https://openrouter.ai/qwen/qwen-max",
856847
"description": "Qwen-Max, based on Qwen2.5, provides the best inference performance among Qwen models, especially for complex multi-step tasks. It's a large-scale MoE model that has been pretrained on over 20 trillion tokens and further post-trained with curated Supervised Fine-Tuning (SFT) and Reinforcement Learning from Human Feedback (RLHF) methodologies.",
857848
"icon": "/img/models/qwen.svg"

0 commit comments

Comments
 (0)