Add 6 models
Browse filesgpt-4-1106-preview, gpt-4-0125-preview, gpt-3.5-turbo-1106, gpt-3.5-turbo-0125, claude-1, claude-2.0
- models_info.json +36 -0
models_info.json
CHANGED
@@ -172,5 +172,41 @@
|
|
172 |
"CC BY-SA 4.0",
|
173 |
"KARAKURI",
|
174 |
"https://huggingface.co/karakuri-ai/karakuri-lm-70b-chat-v0.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
]
|
176 |
}
|
|
|
172 |
"CC BY-SA 4.0",
|
173 |
"KARAKURI",
|
174 |
"https://huggingface.co/karakuri-ai/karakuri-lm-70b-chat-v0.1"
|
175 |
+
],
|
176 |
+
"gpt-4-1106-preview": [
|
177 |
+
"GPT-4-1106-preview",
|
178 |
+
"Proprietary",
|
179 |
+
"OpenAI",
|
180 |
+
"https://openai.com/blog/new-models-and-developer-products-announced-at-devday"
|
181 |
+
],
|
182 |
+
"gpt-4-0125-preview": [
|
183 |
+
"GPT-4-0125-preview",
|
184 |
+
"Proprietary",
|
185 |
+
"OpenAI",
|
186 |
+
"https://openai.com/blog/new-models-and-developer-products-announced-at-devday"
|
187 |
+
],
|
188 |
+
"gpt-3.5-turbo-1106": [
|
189 |
+
"GPT-3.5-Turbo-1106",
|
190 |
+
"Proprietary",
|
191 |
+
"OpenAI",
|
192 |
+
"https://platform.openai.com/docs/models/gpt-3-5-turbo"
|
193 |
+
],
|
194 |
+
"gpt-3.5-turbo-0125": [
|
195 |
+
"GPT-3.5-Turbo-0125",
|
196 |
+
"Proprietary",
|
197 |
+
"OpenAI",
|
198 |
+
"https://platform.openai.com/docs/models/gpt-3-5-turbo"
|
199 |
+
],
|
200 |
+
"claude-1": [
|
201 |
+
"Claude-1",
|
202 |
+
"Proprietary",
|
203 |
+
"Anthropic",
|
204 |
+
"https://www.anthropic.com/index/introducing-claude"
|
205 |
+
],
|
206 |
+
"claude-2.0": [
|
207 |
+
"Claude-2.0",
|
208 |
+
"Proprietary",
|
209 |
+
"Anthropic",
|
210 |
+
"https://www.anthropic.com/index/claude-2"
|
211 |
]
|
212 |
}
|