Skip to content

Commit 97c001a

Browse files
committed
update ai models + providers
Signed-off-by: Demis Bellot <demis.bellot@gmail.com>
1 parent a1c0a67 commit 97c001a

File tree

2 files changed

+34
-9
lines changed

2 files changed

+34
-9
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,20 @@
11291129
"description": "GPT-4o mini is OpenAI's newest model after GPT-4 Omni, supporting both text and image inputs with text outputs.",
11301130
"icon": "/img/models/gpt-4.svg"
11311131
},
1132+
{
1133+
"id": "o1-mini",
1134+
"tags": [],
1135+
"website": "https://openrouter.ai/openai/o1-mini",
1136+
"description": "The latest and strongest model family from OpenAI, o1 is designed to spend more time thinking before responding. The o1 models are optimized for math, science, programming, and other STEM-related tasks. They consistently exhibit PhD-level accuracy on benchmarks in physics, chemistry, and biology.",
1137+
"icon": "/img/models/gpt-4.svg"
1138+
},
1139+
{
1140+
"id": "o3-mini",
1141+
"tags": [],
1142+
"website": "https://openrouter.ai/openai/o3-mini",
1143+
"description": "OpenAI o3-mini is a cost-efficient language model optimized for STEM reasoning tasks, particularly excelling in science, mathematics, and coding. The model features three adjustable reasoning effort levels and supports key developer capabilities including function calling, structured outputs, and streaming, though it does not include vision processing capabilities.",
1144+
"icon": "/img/models/gpt-4.svg"
1145+
},
11321146
{
11331147
"id": "claude-3-haiku",
11341148
"tags": [],

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

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
"dbrx:132b": "databricks/dbrx-instruct",
2222
"deepseek-coder-v2:236b": "deepseek/deepseek-coder",
2323
"deepseek-v3:671b": "deepseek/deepseek-chat",
24-
"dolphin-llama3:70b": "cognitivecomputations/dolphin-llama-3-70b",
25-
"dolphin-mixtral:8x7b": "cognitivecomputations/dolphin-mixtral-8x7b",
26-
"dolphin-mixtral:8x22b": "cognitivecomputations/dolphin-mixtral-8x22b",
24+
"deepseek-r1:14b": "deepseek/deepseek-r1-distill-qwen-14b",
25+
"deepseek-r1:32b": "deepseek/deepseek-r1-distill-qwen-32b",
26+
"deepseek-r1:70b": "deepseek/deepseek-r1-distill-llama-70b",
27+
"deepseek-r1:671b": "deepseek/deepseek-r1",
2728
"gemma:7b": "google/gemma-7b-it",
2829
"gemma2:9b": "google/gemma-2-9b-it",
2930
"gemma2:27b": "google/gemma-2-27b-it",
@@ -35,6 +36,7 @@
3536
"llama3-groq-tool-use:70b": "llama3-groq-70b-8192-tool-use-preview",
3637
"mistral:7b": "mistralai/mistral-7b-instruct",
3738
"mistral-large:123b": "mistralai/mistral-large",
39+
"mistral-small": "mistralai/mistral-small-24b-instruct-2501",
3840
"mistral-medium": "mistralai/mistral-medium",
3941
"mistral-nemo:12b": "mistralai/mistral-nemo",
4042
"mistral-openorca:7b": "open-orca/mistral-7b-openorca",
@@ -47,7 +49,7 @@
4749
"nous-hermes2-mixtral:8x7b": "nousresearch/nous-hermes-2-mixtral-8x7b-dpo",
4850
"phi3:3.8b": "microsoft/phi-3-mini-128k-instruct",
4951
"phi3:14b": "microsoft/phi-3-medium-128k-instruct",
50-
"phind-codellama:34b": "phind/phind-codellama-34b",
52+
"phi4:14b": "microsoft/phi-4",
5153
"qwen:4b": "qwen/qwen-4b-chat",
5254
"qwen:7b": "qwen/qwen-7b-chat",
5355
"qwen:14b": "qwen/qwen-14b-chat",
@@ -72,6 +74,8 @@
7274
"gpt-4o": "openai/gpt-4o",
7375
"gpt-4o-mini": "openai/gpt-4o-mini",
7476
"gpt-4-vision": "openai/gpt-4-vision-preview",
77+
"o1-mini": "openai/o1-mini",
78+
"o3-mini": "openai/o3-mini",
7579
"claude-3-haiku": "anthropic/claude-3-haiku",
7680
"claude-3-sonnet": "anthropic/claude-3-sonnet",
7781
"claude-3-opus": "anthropic/claude-3-opus",
@@ -92,7 +96,10 @@
9296
"mistral:7b": "mistralai/mistral-7b-instruct:free",
9397
"gemma:7b": "google/gemma-7b-it:free",
9498
"gemma2:9b": "google/gemma-2-9b-it:free",
99+
"gemini-flash-2.0": "google/gemini-2.0-flash-exp:free",
100+
"gemini-flash-thinking-2.0": "google/gemini-2.0-flash-thinking-exp:free",
95101
"qwen2:7b": "qwen/qwen-2-7b-instruct:free",
102+
"deepseek-r1:671b": "deepseek/deepseek-r1:free",
96103
"phi3:3.8b": "microsoft/phi-3-mini-128k-instruct:free",
97104
"phi3:14b": "microsoft/phi-3-medium-128k-instruct:free",
98105
"zephyr:7b": "huggingfaceh4/zephyr-7b-beta:free"
@@ -127,7 +134,8 @@
127134
"mixtral:8x22b": "open-mixtral-8x22b",
128135
"codestral:22b": "codestral-latest",
129136
"mistral-nemo:12b": "open-mistral-nemo-2407",
130-
"mistral-large:123b": "mistral-large-2407",
137+
"mistral-large:123b": "mistral-large-latest",
138+
"mistral-small:24b": "mistral-small-latest",
131139
"mistral-embed": "mistral-embed"
132140
}
133141
},
@@ -140,9 +148,12 @@
140148
"icon": "/img/providers/google-cloud.svg",
141149
"apiModels": {
142150
"gemini-pro": "gemini-1.0-pro-latest",
143-
"gemini-pro-1.5": "gemini-1.5-pro-002",
144151
"gemini-pro-vision": "gemini-1.0-pro-vision-latest",
145-
"gemini-flash": "gemini-1.5-flash-002"
152+
"gemini-flash-2.0": "gemini-2.0-flash-exp",
153+
"gemini-flash-1.5": "gemini-1.5-flash-002",
154+
"gemini-flash-1.5-8b": "gemini-1.5-flash-8b",
155+
"gemini-pro-1.5": "gemini-1.5-pro-002",
156+
"gemini-flash-thinking-2.0": "gemini-2.0-flash-thinking-exp-01-21"
146157
}
147158
},
148159
{
@@ -153,15 +164,15 @@
153164
"heartbeatUrl": "https://api.groq.com",
154165
"icon": "/img/providers/groq.svg",
155166
"apiModels": {
156-
"gemma:7b": "gemma-7b-it",
157167
"gemma2:9b": "gemma2-9b-it",
158168
"llama3:8b": "llama3-8b-8192",
159169
"llama3:70b": "llama3-70b-8192",
160170
"llama3.1:8b": "llama-3.1-8b-instant",
161171
"llama3.1:70b": "llama-3.1-70b-versatile",
162172
"llama3.1:405b": "llama-3.1-405b-reasoning",
163173
"llama3.3:70b": "llama-3.3-70b-versatile",
164-
"mixtral:8x7b": "mixtral-8x7b-32768"
174+
"mixtral:8x7b": "mixtral-8x7b-32768",
175+
"deepseek-r1:70b": "deepseek-r1-distill-llama-70b"
165176
}
166177
},
167178
{

0 commit comments

Comments
 (0)