Commit
·
23dc7b0
1
Parent(s):
b39c441
- src/lib/data.ts +157 -2
src/lib/data.ts
CHANGED
@@ -375,10 +375,165 @@ export const mockData: Provider[] = [
|
|
375 |
},
|
376 |
],
|
377 |
},
|
378 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
{
|
380 |
provider: "Groq",
|
381 |
-
uri: "https://
|
382 |
models: [
|
383 |
{
|
384 |
name: "Llama 3.2 1B (Preview) 8k",
|
|
|
375 |
},
|
376 |
],
|
377 |
},
|
378 |
+
{
|
379 |
+
provider: "DeepInfra",
|
380 |
+
uri: "https://deepinfra.com/models/text-generation/",
|
381 |
+
models: [
|
382 |
+
{
|
383 |
+
name: "meta-llama/Llama-3.2-1B-Instruct",
|
384 |
+
inputPrice: 0.01,
|
385 |
+
outputPrice: 0.02,
|
386 |
+
},
|
387 |
+
{
|
388 |
+
name: "meta-llama/Llama-3.2-3B-Instruct",
|
389 |
+
inputPrice: 0.018,
|
390 |
+
outputPrice: 0.03,
|
391 |
+
},
|
392 |
+
{
|
393 |
+
name: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
|
394 |
+
inputPrice: 0.02,
|
395 |
+
outputPrice: 0.05,
|
396 |
+
},
|
397 |
+
{
|
398 |
+
name: "meta-llama/Meta-Llama-3.1-8B-Instruct",
|
399 |
+
inputPrice: 0.03,
|
400 |
+
outputPrice: 0.05,
|
401 |
+
},
|
402 |
+
{
|
403 |
+
name: "Sao10K/L3-8B-Lunaris-v1",
|
404 |
+
inputPrice: 0.03,
|
405 |
+
outputPrice: 0.06,
|
406 |
+
},
|
407 |
+
{
|
408 |
+
name: "google/gemma-2-9b-it",
|
409 |
+
inputPrice: 0.03,
|
410 |
+
outputPrice: 0.06,
|
411 |
+
},
|
412 |
+
{
|
413 |
+
name: "meta-llama/Meta-Llama-3-8B-Instruct",
|
414 |
+
inputPrice: 0.03,
|
415 |
+
outputPrice: 0.06,
|
416 |
+
},
|
417 |
+
{
|
418 |
+
name: "mistralai/Mistral-7B-Instruct-v0.3",
|
419 |
+
inputPrice: 0.03,
|
420 |
+
outputPrice: 0.055,
|
421 |
+
},
|
422 |
+
{
|
423 |
+
name: "Qwen/Qwen2.5-Coder-32B-Instruct",
|
424 |
+
inputPrice: 0.08,
|
425 |
+
outputPrice: 0.18,
|
426 |
+
},
|
427 |
+
{
|
428 |
+
name: "mistralai/Mistral-Nemo-Instruct-2407",
|
429 |
+
inputPrice: 0.04,
|
430 |
+
outputPrice: 0.1,
|
431 |
+
},
|
432 |
+
{
|
433 |
+
name: "meta-llama/Llama-3.2-11B-Vision-Instruct",
|
434 |
+
inputPrice: 0.055,
|
435 |
+
outputPrice: 0.055,
|
436 |
+
},
|
437 |
+
{
|
438 |
+
name: "microsoft/WizardLM-2-7B",
|
439 |
+
inputPrice: 0.055,
|
440 |
+
outputPrice: 0.055,
|
441 |
+
},
|
442 |
+
{
|
443 |
+
name: "openchat/openchat_3.5",
|
444 |
+
inputPrice: 0.055,
|
445 |
+
outputPrice: 0.055,
|
446 |
+
},
|
447 |
+
{
|
448 |
+
name: "Qwen/QwQ-32B-Preview",
|
449 |
+
inputPrice: 0.15,
|
450 |
+
outputPrice: 0.6,
|
451 |
+
},
|
452 |
+
{
|
453 |
+
name: "meta-llama/Llama-3.3-70B-Instruct-Turbo",
|
454 |
+
inputPrice: 0.13,
|
455 |
+
outputPrice: 0.4,
|
456 |
+
},
|
457 |
+
{
|
458 |
+
name: "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo",
|
459 |
+
inputPrice: 0.13,
|
460 |
+
outputPrice: 0.4,
|
461 |
+
},
|
462 |
+
{
|
463 |
+
name: "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
464 |
+
inputPrice: 0.24,
|
465 |
+
outputPrice: 0.24,
|
466 |
+
},
|
467 |
+
{
|
468 |
+
name: "google/gemma-2-27b-it",
|
469 |
+
inputPrice: 0.27,
|
470 |
+
outputPrice: 0.27,
|
471 |
+
},
|
472 |
+
{
|
473 |
+
name: "meta-llama/Llama-3.3-70B-Instruct",
|
474 |
+
inputPrice: 0.23,
|
475 |
+
outputPrice: 0.4,
|
476 |
+
},
|
477 |
+
{
|
478 |
+
name: "meta-llama/Meta-Llama-3.1-70B-Instruct",
|
479 |
+
inputPrice: 0.23,
|
480 |
+
outputPrice: 0.4,
|
481 |
+
},
|
482 |
+
{
|
483 |
+
name: "meta-llama/Meta-Llama-3-70B-Instruct",
|
484 |
+
inputPrice: 0.23,
|
485 |
+
outputPrice: 0.4,
|
486 |
+
},
|
487 |
+
{
|
488 |
+
name: "nvidia/Llama-3.1-Nemotron-70B-Instruct",
|
489 |
+
inputPrice: 0.23,
|
490 |
+
outputPrice: 0.4,
|
491 |
+
},
|
492 |
+
{
|
493 |
+
name: "Qwen/Qwen2.5-72B-Instruct",
|
494 |
+
inputPrice: 0.23,
|
495 |
+
outputPrice: 0.4,
|
496 |
+
},
|
497 |
+
{
|
498 |
+
name: "meta-llama/Llama-3.2-90B-Vision-Instruct",
|
499 |
+
inputPrice: 0.35,
|
500 |
+
outputPrice: 0.4,
|
501 |
+
},
|
502 |
+
{
|
503 |
+
name: "lizpreciatior/lzlv_70b_fp16_hf",
|
504 |
+
inputPrice: 0.35,
|
505 |
+
outputPrice: 0.4,
|
506 |
+
},
|
507 |
+
{
|
508 |
+
name: "Sao10K/L3-70B-Euryale-v2.1",
|
509 |
+
inputPrice: 0.35,
|
510 |
+
outputPrice: 0.4,
|
511 |
+
},
|
512 |
+
{
|
513 |
+
name: "Sao10K/L3.1-70B-Euryale-v2.2",
|
514 |
+
inputPrice: 0.35,
|
515 |
+
outputPrice: 0.4,
|
516 |
+
},
|
517 |
+
{
|
518 |
+
name: "microsoft/WizardLM-2-8x22B",
|
519 |
+
inputPrice: 0.5,
|
520 |
+
outputPrice: 0.5,
|
521 |
+
},
|
522 |
+
{
|
523 |
+
name: "meta-llama/Meta-Llama-3.1-405B-Instruct",
|
524 |
+
inputPrice: 0.9,
|
525 |
+
outputPrice: 0.9,
|
526 |
+
},
|
527 |
+
{
|
528 |
+
name: "NousResearch/Hermes-3-Llama-3.1-405B",
|
529 |
+
inputPrice: 0.9,
|
530 |
+
outputPrice: 0.9,
|
531 |
+
},
|
532 |
+
],
|
533 |
+
},
|
534 |
{
|
535 |
provider: "Groq",
|
536 |
+
uri: "https://groq.com/pricing/",
|
537 |
models: [
|
538 |
{
|
539 |
name: "Llama 3.2 1B (Preview) 8k",
|