Commit
·
d53cae5
1
Parent(s):
141c2f2
- src/lib/data.ts +11 -11
src/lib/data.ts
CHANGED
@@ -183,19 +183,19 @@ export const mockData: Provider[] = [
|
|
183 |
{ "name": "llama-3.1-8b-instruct", "inputPrice": 0.10, "outputPrice": 0.10 },
|
184 |
{ "name": "llama-3.1-70b-instruct", "inputPrice": 0.55, "outputPrice": 0.76 },
|
185 |
{ "name": "llama-3.1-405b-instruct", "inputPrice": 3.00, "outputPrice": 5.00 },
|
186 |
-
{ "name": "
|
187 |
-
{ "name": "
|
188 |
-
{ "name": "
|
189 |
-
{ "name": "
|
190 |
-
{ "name": "
|
191 |
-
{ "name": "
|
192 |
-
{ "name": "
|
193 |
-
{ "name": "
|
194 |
-
{ "name": "
|
195 |
{ "name": "Nous-Hermes-2-Mixtral-8x7B-DPO", "inputPrice": 0.27, "outputPrice": 0.27 },
|
196 |
{ "name": "lzlv_70b", "inputPrice": 0.58, "outputPrice": 0.78 },
|
197 |
-
{ "name": "
|
198 |
-
{ "name": "
|
199 |
|
200 |
],
|
201 |
},
|
|
|
183 |
{ "name": "llama-3.1-8b-instruct", "inputPrice": 0.10, "outputPrice": 0.10 },
|
184 |
{ "name": "llama-3.1-70b-instruct", "inputPrice": 0.55, "outputPrice": 0.76 },
|
185 |
{ "name": "llama-3.1-405b-instruct", "inputPrice": 3.00, "outputPrice": 5.00 },
|
186 |
+
{ "name": "gemma-2-9b-it", "inputPrice": 0.08, "outputPrice": 0.08 },
|
187 |
+
{ "name": "airoboros-l2-70b", "inputPrice": 0.50, "outputPrice": 0.50 },
|
188 |
+
{ "name": "hermes-2-pro-llama-3-8b", "inputPrice": 0.14, "outputPrice": 0.14 },
|
189 |
+
{ "name": "mistral-7b-instruct", "inputPrice": 0.07, "outputPrice": 0.07 },
|
190 |
+
{ "name": "dolphin-mixtral-8x22b", "inputPrice": 0.90, "outputPrice": 0.90 },
|
191 |
+
{ "name": "l3-70b-euryale-v2.1", "inputPrice": 1.48, "outputPrice": 1.48 },
|
192 |
+
{ "name": "midnight-rose-70b", "inputPrice": 0.80, "outputPrice": 0.80 },
|
193 |
+
{ "name": "mythomax-l2-13b", "inputPrice": 0.12, "outputPrice": 0.12 },
|
194 |
+
{ "name": "nous-hermes-llama2-13b", "inputPrice": 0.17, "outputPrice": 0.17 },
|
195 |
{ "name": "Nous-Hermes-2-Mixtral-8x7B-DPO", "inputPrice": 0.27, "outputPrice": 0.27 },
|
196 |
{ "name": "lzlv_70b", "inputPrice": 0.58, "outputPrice": 0.78 },
|
197 |
+
{ "name": "openhermes-2.5-mistral-7b", "inputPrice": 0.17, "outputPrice": 0.17 },
|
198 |
+
{ "name": "wizardlm-2-8x22b", "inputPrice": 0.64, "outputPrice": 0.64 }
|
199 |
|
200 |
],
|
201 |
},
|