Commit
·
3353a64
1
Parent(s):
03f025d
- src/lib/data.ts +152 -0
src/lib/data.ts
CHANGED
@@ -187,6 +187,143 @@ export const mockData: Provider[] = [
|
|
187 |
{ name: "Mistral Ministral 8B", inputPrice: 0.1, outputPrice: 0.1 },
|
188 |
],
|
189 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
{
|
191 |
provider: "Reka",
|
192 |
uri: "https://www.reka.ai/reka-deploy",
|
@@ -249,6 +386,11 @@ export const mockData: Provider[] = [
|
|
249 |
uri: "https://hyperbolic.xyz/pricing",
|
250 |
models: [
|
251 |
{ name: "QwQ-32B", inputPrice: 0.2, outputPrice: 0.2 },
|
|
|
|
|
|
|
|
|
|
|
252 |
{ name: "DeepSeek R1", inputPrice: 2.0, outputPrice: 2.0 },
|
253 |
{ name: "DeepSeek R1 Zero", inputPrice: 2.0, outputPrice: 2.0 },
|
254 |
{ name: "Qwen 2.5-Coder 32B (BF16)", inputPrice: 0.2, outputPrice: 0.2 },
|
@@ -550,6 +692,11 @@ export const mockData: Provider[] = [
|
|
550 |
inputPrice: 0.9,
|
551 |
outputPrice: 0.9,
|
552 |
},
|
|
|
|
|
|
|
|
|
|
|
553 |
{
|
554 |
name: "DeepSeek V3",
|
555 |
inputPrice: 0.9,
|
@@ -687,6 +834,11 @@ export const mockData: Provider[] = [
|
|
687 |
inputPrice: 0.5,
|
688 |
outputPrice: 1.5,
|
689 |
},
|
|
|
|
|
|
|
|
|
|
|
690 |
{
|
691 |
name: "deepseek-ai/DeepSeek-R1",
|
692 |
inputPrice: 0.8,
|
|
|
187 |
{ name: "Mistral Ministral 8B", inputPrice: 0.1, outputPrice: 0.1 },
|
188 |
],
|
189 |
},
|
190 |
+
{
|
191 |
+
provider: "Chutes",
|
192 |
+
uri: "https://chutes.ai/app",
|
193 |
+
models: [
|
194 |
+
{ name: "deepseek-ai/DeepSeek-R1", inputPrice: 2.19, outputPrice: 2.19 },
|
195 |
+
{ name: "deepseek-ai/DeepSeek-V3", inputPrice: 2.19, outputPrice: 2.19 },
|
196 |
+
{ name: "Qwen/QwQ-32B", inputPrice: 0.23, outputPrice: 0.23 },
|
197 |
+
{
|
198 |
+
name: "hugging-quants/Meta-Llama-3.1-70B-Instruct-AWQ-INT4",
|
199 |
+
inputPrice: 0.1136,
|
200 |
+
outputPrice: 0.1136,
|
201 |
+
},
|
202 |
+
{
|
203 |
+
name: "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
204 |
+
inputPrice: 0.048,
|
205 |
+
outputPrice: 0.048,
|
206 |
+
},
|
207 |
+
{
|
208 |
+
name: "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
|
209 |
+
inputPrice: 1.14,
|
210 |
+
outputPrice: 1.14,
|
211 |
+
},
|
212 |
+
{
|
213 |
+
name: "deepseek-ai/DeepSeek-R1-Zero",
|
214 |
+
inputPrice: 4.38,
|
215 |
+
outputPrice: 4.38,
|
216 |
+
},
|
217 |
+
{ name: "unsloth/gemma-3-27b-it", inputPrice: 2.28, outputPrice: 2.28 },
|
218 |
+
{
|
219 |
+
name: "chutesai/Mistral-Small-3.1-24B-Instruct-2503",
|
220 |
+
inputPrice: 0.0,
|
221 |
+
outputPrice: 0.0,
|
222 |
+
},
|
223 |
+
{
|
224 |
+
name: "deepseek-ai/DeepSeek-V3-0324",
|
225 |
+
inputPrice: 0.0,
|
226 |
+
outputPrice: 0.0,
|
227 |
+
},
|
228 |
+
{
|
229 |
+
name: "unsloth/Llama-3.2-1B-Instruct",
|
230 |
+
inputPrice: 0.048,
|
231 |
+
outputPrice: 0.048,
|
232 |
+
},
|
233 |
+
{
|
234 |
+
name: "Qwen/Qwen2.5-Coder-32B-Instruct",
|
235 |
+
inputPrice: 0.058,
|
236 |
+
outputPrice: 0.058,
|
237 |
+
},
|
238 |
+
{
|
239 |
+
name: "unsloth/Llama-3.3-70B-Instruct",
|
240 |
+
inputPrice: 2.28,
|
241 |
+
outputPrice: 2.28,
|
242 |
+
},
|
243 |
+
{ name: "unsloth/gemma-3-12b-it", inputPrice: 0.0, outputPrice: 0.0 },
|
244 |
+
{ name: "unsloth/gemma-3-1b-it", inputPrice: 0.0, outputPrice: 0.0 },
|
245 |
+
{
|
246 |
+
name: "unsloth/Mistral-Nemo-Instruct-2407",
|
247 |
+
inputPrice: 0.216,
|
248 |
+
outputPrice: 0.216,
|
249 |
+
},
|
250 |
+
{ name: "unsloth/gemma-3-4b-it", inputPrice: 0.0, outputPrice: 0.0 },
|
251 |
+
{
|
252 |
+
name: "Qwen/Qwen2.5-72B-Instruct",
|
253 |
+
inputPrice: 1.62,
|
254 |
+
outputPrice: 1.62,
|
255 |
+
},
|
256 |
+
{
|
257 |
+
name: "unsloth/gemma-2-9b-it",
|
258 |
+
inputPrice: 0.0585,
|
259 |
+
outputPrice: 0.0585,
|
260 |
+
},
|
261 |
+
{
|
262 |
+
name: "cognitivecomputations/Dolphin3.0-Mistral-24B",
|
263 |
+
inputPrice: 0.0,
|
264 |
+
outputPrice: 0.0,
|
265 |
+
},
|
266 |
+
{
|
267 |
+
name: "NousResearch/DeepHermes-3-Llama-3-8B-Preview",
|
268 |
+
inputPrice: 0.0,
|
269 |
+
outputPrice: 0.0,
|
270 |
+
},
|
271 |
+
{
|
272 |
+
name: "unsloth/Llama-3.2-3B-Instruct",
|
273 |
+
inputPrice: 0.054,
|
274 |
+
outputPrice: 0.054,
|
275 |
+
},
|
276 |
+
{
|
277 |
+
name: "unsloth/Mistral-Small-24B-Instruct-2501",
|
278 |
+
inputPrice: 0.432,
|
279 |
+
outputPrice: 0.432,
|
280 |
+
},
|
281 |
+
{ name: "open-r1/OlympicCoder-32B", inputPrice: 0.0, outputPrice: 0.0 },
|
282 |
+
{ name: "RekaAl/reka-flash-3", inputPrice: 0.0, outputPrice: 0.0 },
|
283 |
+
{
|
284 |
+
name: "cognitivecomputations/Dolphin3.0-R1-Mistral-24B",
|
285 |
+
inputPrice: 0.0,
|
286 |
+
outputPrice: 0.0,
|
287 |
+
},
|
288 |
+
{
|
289 |
+
name: "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B",
|
290 |
+
inputPrice: 0.216,
|
291 |
+
outputPrice: 0.216,
|
292 |
+
},
|
293 |
+
{ name: "open-r1/OlympicCoder-7B", inputPrice: 0.0, outputPrice: 0.0 },
|
294 |
+
{
|
295 |
+
name: "moonshotai/Moonlight-16B-A3B-Instruct",
|
296 |
+
inputPrice: 0.216,
|
297 |
+
outputPrice: 0.216,
|
298 |
+
},
|
299 |
+
{ name: "Qwen/QwQ-32B-Preview", inputPrice: 0.117, outputPrice: 0.117 },
|
300 |
+
{
|
301 |
+
name: "unsloth/Meta-Llama-3.1-8B-Instruct",
|
302 |
+
inputPrice: 0.216,
|
303 |
+
outputPrice: 0.216,
|
304 |
+
},
|
305 |
+
{
|
306 |
+
name: "allenai/Molmo-7B-D-0924",
|
307 |
+
inputPrice: 0.108,
|
308 |
+
outputPrice: 0.108,
|
309 |
+
},
|
310 |
+
{
|
311 |
+
name: "Qwen/Qwen2.5-VL-7B-Instruct",
|
312 |
+
inputPrice: 0.108,
|
313 |
+
outputPrice: 0.108,
|
314 |
+
},
|
315 |
+
{
|
316 |
+
name: "Qwen/Qwen2.5-VL-3B-Instruct",
|
317 |
+
inputPrice: 0.027,
|
318 |
+
outputPrice: 0.027,
|
319 |
+
},
|
320 |
+
{
|
321 |
+
name: "bytedance-research/UI-TARS-72B-DPO",
|
322 |
+
inputPrice: 0.234,
|
323 |
+
outputPrice: 0.234,
|
324 |
+
},
|
325 |
+
],
|
326 |
+
},
|
327 |
{
|
328 |
provider: "Reka",
|
329 |
uri: "https://www.reka.ai/reka-deploy",
|
|
|
386 |
uri: "https://hyperbolic.xyz/pricing",
|
387 |
models: [
|
388 |
{ name: "QwQ-32B", inputPrice: 0.2, outputPrice: 0.2 },
|
389 |
+
{
|
390 |
+
name: "deepseek-ai/DeepSeek-V3-0324",
|
391 |
+
inputPrice: 4.0,
|
392 |
+
outputPrice: 4.0,
|
393 |
+
},
|
394 |
{ name: "DeepSeek R1", inputPrice: 2.0, outputPrice: 2.0 },
|
395 |
{ name: "DeepSeek R1 Zero", inputPrice: 2.0, outputPrice: 2.0 },
|
396 |
{ name: "Qwen 2.5-Coder 32B (BF16)", inputPrice: 0.2, outputPrice: 0.2 },
|
|
|
692 |
inputPrice: 0.9,
|
693 |
outputPrice: 0.9,
|
694 |
},
|
695 |
+
{
|
696 |
+
name: "deepseek-ai/DeepSeek-V3-0324",
|
697 |
+
inputPrice: 0.9,
|
698 |
+
outputPrice: 0.9,
|
699 |
+
},
|
700 |
{
|
701 |
name: "DeepSeek V3",
|
702 |
inputPrice: 0.9,
|
|
|
834 |
inputPrice: 0.5,
|
835 |
outputPrice: 1.5,
|
836 |
},
|
837 |
+
{
|
838 |
+
name: "deepseek-ai/DeepSeek-V3-0324",
|
839 |
+
inputPrice: 0.5,
|
840 |
+
outputPrice: 1.5,
|
841 |
+
},
|
842 |
{
|
843 |
name: "deepseek-ai/DeepSeek-R1",
|
844 |
inputPrice: 0.8,
|