Skip to content

Commit 7a2836a

Browse files
committed
Add deepseek-r1 models
Signed-off-by: Demis Bellot <demis.bellot@gmail.com>
1 parent 7bb4ebf commit 7a2836a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,22 @@
162162
"description": "An advanced language model crafted with 2 trillion bilingual tokens.",
163163
"icon": "/img/models/deepseek-coder.jpg"
164164
},
165+
{
166+
"id": "deepseek-r1",
167+
"tags": [
168+
"1.5b",
169+
"7b",
170+
"8b",
171+
"14b",
172+
"32b",
173+
"70b",
174+
"671b"
175+
],
176+
"latest": "7b",
177+
"website": "https://ollama.com/library/deepseek-r1",
178+
"description": "DeepSeek's first-generation of reasoning models with comparable performance to OpenAI-o1, including six dense models distilled from DeepSeek-R1 based on Llama and Qwen.",
179+
"icon": "/img/models/deepseek-coder.jpg"
180+
},
165181
{
166182
"id": "deepseek-v2",
167183
"tags": [

0 commit comments

Comments
 (0)