Commit
·
e1ebfb6
1
Parent(s):
9318ad2
- src/lib/data.ts +6 -75
src/lib/data.ts
CHANGED
@@ -402,16 +402,8 @@ export const mockData: Provider[] = [
|
|
402 |
provider: "Qwen",
|
403 |
uri: "https://bailian.console.alibabacloud.com",
|
404 |
models: [
|
405 |
-
|
406 |
-
|
407 |
-
inputPrice: 1.6,
|
408 |
-
outputPrice: 6.4,
|
409 |
-
},
|
410 |
-
{
|
411 |
-
name: "Qwen-Plus",
|
412 |
-
inputPrice: 0.4,
|
413 |
-
outputPrice: 1.2,
|
414 |
-
},
|
415 |
{
|
416 |
name: "Qwen-Max-Latest",
|
417 |
inputPrice: 1.6,
|
@@ -422,21 +414,6 @@ export const mockData: Provider[] = [
|
|
422 |
inputPrice: 0.4,
|
423 |
outputPrice: 1.2,
|
424 |
},
|
425 |
-
{
|
426 |
-
name: "Qwen-Plus-2025-04-28",
|
427 |
-
inputPrice: 0.4,
|
428 |
-
outputPrice: 1.2,
|
429 |
-
},
|
430 |
-
{
|
431 |
-
name: "Qwen-Max-2025-01-25",
|
432 |
-
inputPrice: 1.6,
|
433 |
-
outputPrice: 6.4,
|
434 |
-
},
|
435 |
-
{
|
436 |
-
name: "Qwen-Plus-2025-01-25",
|
437 |
-
inputPrice: 0.4,
|
438 |
-
outputPrice: 1.2,
|
439 |
-
},
|
440 |
{
|
441 |
name: "Qwen3-235B-A22B",
|
442 |
inputPrice: 0.7,
|
@@ -457,26 +434,13 @@ export const mockData: Provider[] = [
|
|
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,
|
@@ -526,16 +490,6 @@ export const mockData: Provider[] = [
|
|
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,
|
@@ -546,21 +500,6 @@ export const mockData: Provider[] = [
|
|
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,
|
@@ -591,21 +530,13 @@ export const mockData: Provider[] = [
|
|
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,
|
|
|
402 |
provider: "Qwen",
|
403 |
uri: "https://bailian.console.alibabacloud.com",
|
404 |
models: [
|
405 |
+
|
406 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
407 |
{
|
408 |
name: "Qwen-Max-Latest",
|
409 |
inputPrice: 1.6,
|
|
|
414 |
inputPrice: 0.4,
|
415 |
outputPrice: 1.2,
|
416 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
417 |
{
|
418 |
name: "Qwen3-235B-A22B",
|
419 |
inputPrice: 0.7,
|
|
|
434 |
inputPrice: 0.7,
|
435 |
outputPrice: 2.8,
|
436 |
},
|
437 |
+
|
|
|
|
|
|
|
|
|
438 |
{
|
439 |
name: "Qwen-Turbo-Latest",
|
440 |
inputPrice: 0.05,
|
441 |
outputPrice: 0.2,
|
442 |
},
|
443 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
444 |
{
|
445 |
name: "Qwen3-30B-A3B",
|
446 |
inputPrice: 0.2,
|
|
|
490 |
inputPrice: 0.368,
|
491 |
outputPrice: 1.47,
|
492 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
493 |
{
|
494 |
name: "Qwen-VL-Max-Latest",
|
495 |
inputPrice: 0.8,
|
|
|
500 |
inputPrice: 0.21,
|
501 |
outputPrice: 0.63,
|
502 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
503 |
{
|
504 |
name: "Qwen2.5-VL-72B-Instruct",
|
505 |
inputPrice: 2.8,
|
|
|
530 |
inputPrice: 0.8,
|
531 |
outputPrice: 2.4,
|
532 |
},
|
533 |
+
|
|
|
|
|
|
|
|
|
534 |
{
|
535 |
name: "QVQ-Max-Latest",
|
536 |
inputPrice: 1.2,
|
537 |
outputPrice: 4.8,
|
538 |
},
|
539 |
+
|
|
|
|
|
|
|
|
|
540 |
{
|
541 |
name: "Text-Embedding-v3",
|
542 |
inputPrice: 0.07,
|