luisrguerra
commited on
Commit
•
d47ea13
1
Parent(s):
a56da64
Update index.html
Browse files- index.html +24 -0
index.html
CHANGED
@@ -66,6 +66,30 @@
|
|
66 |
<ul>
|
67 |
<li>Mixtral 8x7B Instruct</li>
|
68 |
<li>Yi 34B</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
</ul>
|
70 |
|
71 |
|
|
|
66 |
<ul>
|
67 |
<li>Mixtral 8x7B Instruct</li>
|
68 |
<li>Yi 34B</li>
|
69 |
+
</ul>
|
70 |
+
<h4>Can be trained in online service:</h4>
|
71 |
+
<ul>
|
72 |
+
<li>gpt-3.5-turbo-1106</li>
|
73 |
+
<li>gpt-3.5-turbo-0613</li>
|
74 |
+
<li>gpt-4-0613</li>
|
75 |
+
</ul>
|
76 |
+
<h4>Can be trained locally:</h4>
|
77 |
+
<ul>
|
78 |
+
<li>Mixtral 8x7B Instruct</li>
|
79 |
+
<li>Yi 34B</li>
|
80 |
+
</ul>
|
81 |
+
<h4>Has widely available api service:</h4>
|
82 |
+
<ul>
|
83 |
+
<li>gpt-4-1106-preview (turbo) - OpenAI</li>
|
84 |
+
<li>gpt-4-0613 - OpenAI</li>
|
85 |
+
<li>gpt-4-0314 - OpenAI</li>
|
86 |
+
<li>gpt-3.5-turbo-1106 - OpenAI</li>
|
87 |
+
<li>gpt-4-0314 - OpenAI</li>
|
88 |
+
<li>Gemini Pro - Openrouter with compatibility with OpenAI api, Google service has a waiting list.</li>
|
89 |
+
<li>Claude Instant 1 - Openrouter with compatibility with OpenAI api, Anthropic service has a waiting list.</li>
|
90 |
+
<li>Mistral Medium - Openrouter with compatibility with OpenAI api, Mistral service has a waiting list.</li>
|
91 |
+
<li>Mixtral 8x7B Instruct - Deepinfra with compatibility with OpenAI api.</li>
|
92 |
+
<li>Yi 34B - Deepinfra with compatibility with OpenAI api.</li>
|
93 |
</ul>
|
94 |
|
95 |
|