Commit
·
9318ad2
1
Parent(s):
e2deaff
- src/lib/data.ts +164 -0
src/lib/data.ts
CHANGED
@@ -447,6 +447,170 @@ export const mockData: Provider[] = [
|
|
447 |
inputPrice: 0.7,
|
448 |
outputPrice: 2.8,
|
449 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
450 |
],
|
451 |
}
|
452 |
,
|
|
|
447 |
inputPrice: 0.7,
|
448 |
outputPrice: 2.8,
|
449 |
},
|
450 |
+
{
|
451 |
+
name: "Qwen2.5-72B-Instruct",
|
452 |
+
inputPrice: 1.4,
|
453 |
+
outputPrice: 5.6,
|
454 |
+
}
|
455 |
+
, {
|
456 |
+
name: "Qwen2.5-32B-Instruct",
|
457 |
+
inputPrice: 0.7,
|
458 |
+
outputPrice: 2.8,
|
459 |
+
},
|
460 |
+
{
|
461 |
+
name: "Qwen-Turbo",
|
462 |
+
inputPrice: 0.05,
|
463 |
+
outputPrice: 0.2,
|
464 |
+
},
|
465 |
+
{
|
466 |
+
name: "Qwen-Turbo-Latest",
|
467 |
+
inputPrice: 0.05,
|
468 |
+
outputPrice: 0.2,
|
469 |
+
},
|
470 |
+
{
|
471 |
+
name: "Qwen-Plus-2025-04-28",
|
472 |
+
inputPrice: 0.4,
|
473 |
+
outputPrice: 1.2,
|
474 |
+
},
|
475 |
+
{
|
476 |
+
name: "Qwen-Turbo-2024-11-01",
|
477 |
+
inputPrice: 0.05,
|
478 |
+
outputPrice: 0.2,
|
479 |
+
},
|
480 |
+
{
|
481 |
+
name: "Qwen3-30B-A3B",
|
482 |
+
inputPrice: 0.2,
|
483 |
+
outputPrice: 0.8,
|
484 |
+
},
|
485 |
+
{
|
486 |
+
name: "Qwen3-14B",
|
487 |
+
inputPrice: 0.35,
|
488 |
+
outputPrice: 1.4,
|
489 |
+
}, {
|
490 |
+
name: "Qwen3-8B",
|
491 |
+
inputPrice: 0.18,
|
492 |
+
outputPrice: 0.7,
|
493 |
+
},
|
494 |
+
{
|
495 |
+
name: "Qwen3-4B",
|
496 |
+
inputPrice: 0.11,
|
497 |
+
outputPrice: 0.42,
|
498 |
+
},
|
499 |
+
{
|
500 |
+
name: "Qwen3-1.7B",
|
501 |
+
inputPrice: 0.11,
|
502 |
+
outputPrice: 0.42,
|
503 |
+
},
|
504 |
+
{
|
505 |
+
name: "Qwen3-0.6B",
|
506 |
+
inputPrice: 0.11,
|
507 |
+
outputPrice: 0.42,
|
508 |
+
},
|
509 |
+
{
|
510 |
+
name: "Qwen2.5-14B-Instruct",
|
511 |
+
inputPrice: 0.35,
|
512 |
+
outputPrice: 1.4,
|
513 |
+
},
|
514 |
+
{
|
515 |
+
name: "Qwen2.5-14B-Instruct-1M",
|
516 |
+
inputPrice: 0.805,
|
517 |
+
outputPrice: 3.22,
|
518 |
+
},
|
519 |
+
{
|
520 |
+
name: "Qwen2.5-7B-Instruct",
|
521 |
+
inputPrice: 0.175,
|
522 |
+
outputPrice: 0.7,
|
523 |
+
},
|
524 |
+
{
|
525 |
+
name: "Qwen2.5-7B-Instruct-1M",
|
526 |
+
inputPrice: 0.368,
|
527 |
+
outputPrice: 1.47,
|
528 |
+
},
|
529 |
+
{
|
530 |
+
name: "Qwen-VL-Max",
|
531 |
+
inputPrice: 0.8,
|
532 |
+
outputPrice: 3.2,
|
533 |
+
},
|
534 |
+
{
|
535 |
+
name: "Qwen-VL-Plus",
|
536 |
+
inputPrice: 0.21,
|
537 |
+
outputPrice: 0.63,
|
538 |
+
},
|
539 |
+
{
|
540 |
+
name: "Qwen-VL-Max-Latest",
|
541 |
+
inputPrice: 0.8,
|
542 |
+
outputPrice: 3.2,
|
543 |
+
},
|
544 |
+
{
|
545 |
+
name: "Qwen-VL-Plus-Latest",
|
546 |
+
inputPrice: 0.21,
|
547 |
+
outputPrice: 0.63,
|
548 |
+
},
|
549 |
+
{
|
550 |
+
name: "Qwen-VL-Max-2025-04-08",
|
551 |
+
inputPrice: 0.8,
|
552 |
+
outputPrice: 3.2,
|
553 |
+
},
|
554 |
+
{
|
555 |
+
name: "Qwen-VL-Plus-2025-05-07",
|
556 |
+
inputPrice: 0.21,
|
557 |
+
outputPrice: 0.63,
|
558 |
+
},
|
559 |
+
{
|
560 |
+
name: "Qwen-VL-Plus-2025-01-25",
|
561 |
+
inputPrice: 0.21,
|
562 |
+
outputPrice: 0.63,
|
563 |
+
},
|
564 |
+
{
|
565 |
+
name: "Qwen2.5-VL-72B-Instruct",
|
566 |
+
inputPrice: 2.8,
|
567 |
+
outputPrice: 8.4,
|
568 |
+
},
|
569 |
+
{
|
570 |
+
name: "Qwen2.5-VL-32B-Instruct",
|
571 |
+
inputPrice: 1.4,
|
572 |
+
outputPrice: 4.2,
|
573 |
+
},
|
574 |
+
{
|
575 |
+
name: "Qwen2.5-VL-7B-Instruct",
|
576 |
+
inputPrice: 0.35,
|
577 |
+
outputPrice: 1.05,
|
578 |
+
},
|
579 |
+
{
|
580 |
+
name: "Qwen2.5-VL-3B-Instruct",
|
581 |
+
inputPrice: 0.21,
|
582 |
+
outputPrice: 0.63,
|
583 |
+
},
|
584 |
+
{
|
585 |
+
name: "Qwen-VL-OCR",
|
586 |
+
inputPrice: 0.72,
|
587 |
+
outputPrice: 0.72,
|
588 |
+
},
|
589 |
+
{
|
590 |
+
name: "Qwen-QwQ-Plus",
|
591 |
+
inputPrice: 0.8,
|
592 |
+
outputPrice: 2.4,
|
593 |
+
},
|
594 |
+
{
|
595 |
+
name: "QVQ-Max",
|
596 |
+
inputPrice: 1.2,
|
597 |
+
outputPrice: 4.8,
|
598 |
+
},
|
599 |
+
{
|
600 |
+
name: "QVQ-Max-Latest",
|
601 |
+
inputPrice: 1.2,
|
602 |
+
outputPrice: 4.8,
|
603 |
+
},
|
604 |
+
{
|
605 |
+
name: "QVQ-Max-2025-03-25",
|
606 |
+
inputPrice: 1.2,
|
607 |
+
outputPrice: 4.8,
|
608 |
+
},
|
609 |
+
{
|
610 |
+
name: "Text-Embedding-v3",
|
611 |
+
inputPrice: 0.07,
|
612 |
+
outputPrice: 0.07,
|
613 |
+
}
|
614 |
],
|
615 |
}
|
616 |
,
|