@llmgateway/models 1.98.0 → 1.99.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/models/alibaba.d.ts +72 -72
- package/dist/models/alibaba.js +72 -72
- package/dist/models/alibaba.js.map +1 -1
- package/dist/models/anthropic.d.ts +73 -44
- package/dist/models/anthropic.js +76 -44
- package/dist/models/anthropic.js.map +1 -1
- package/dist/models/bytedance.d.ts +9 -9
- package/dist/models/bytedance.js +9 -9
- package/dist/models/bytedance.js.map +1 -1
- package/dist/models/deepseek.d.ts +18 -18
- package/dist/models/deepseek.js +18 -18
- package/dist/models/deepseek.js.map +1 -1
- package/dist/models/google.d.ts +74 -74
- package/dist/models/google.js +74 -74
- package/dist/models/google.js.map +1 -1
- package/dist/models/llmgateway.d.ts +2 -2
- package/dist/models/llmgateway.js +2 -2
- package/dist/models/llmgateway.js.map +1 -1
- package/dist/models/meta.d.ts +22 -22
- package/dist/models/meta.js +22 -22
- package/dist/models/meta.js.map +1 -1
- package/dist/models/minimax.d.ts +15 -15
- package/dist/models/minimax.js +15 -15
- package/dist/models/minimax.js.map +1 -1
- package/dist/models/mistral.d.ts +10 -10
- package/dist/models/mistral.js +10 -10
- package/dist/models/mistral.js.map +1 -1
- package/dist/models/moonshot.d.ts +19 -19
- package/dist/models/moonshot.js +19 -19
- package/dist/models/moonshot.js.map +1 -1
- package/dist/models/nousresearch.d.ts +2 -2
- package/dist/models/nousresearch.js +2 -2
- package/dist/models/nousresearch.js.map +1 -1
- package/dist/models/openai.d.ts +84 -84
- package/dist/models/openai.js +84 -84
- package/dist/models/openai.js.map +1 -1
- package/dist/models/perplexity.d.ts +3 -3
- package/dist/models/perplexity.js +3 -3
- package/dist/models/perplexity.js.map +1 -1
- package/dist/models/xai.d.ts +24 -24
- package/dist/models/xai.js +24 -24
- package/dist/models/xai.js.map +1 -1
- package/dist/models/xiaomi.d.ts +5 -5
- package/dist/models/xiaomi.js +5 -5
- package/dist/models/xiaomi.js.map +1 -1
- package/dist/models/zai.d.ts +41 -41
- package/dist/models/zai.js +41 -41
- package/dist/models/zai.js.map +1 -1
- package/dist/models.d.ts +475 -446
- package/dist/models.js.map +1 -1
- package/dist/region-helpers.d.ts +0 -1
- package/dist/region-helpers.js +0 -7
- package/dist/region-helpers.js.map +1 -1
- package/dist/type-guards.js +2 -2
- package/dist/type-guards.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
package/dist/models/alibaba.js
CHANGED
|
@@ -9,7 +9,7 @@ export const alibabaModels = [
|
|
|
9
9
|
{
|
|
10
10
|
test: "skip",
|
|
11
11
|
providerId: "alibaba",
|
|
12
|
-
|
|
12
|
+
externalId: "qwen-max",
|
|
13
13
|
discount: "0.2",
|
|
14
14
|
inputPrice: "1.6e-6",
|
|
15
15
|
outputPrice: "6.4e-6",
|
|
@@ -41,7 +41,7 @@ export const alibabaModels = [
|
|
|
41
41
|
{
|
|
42
42
|
test: "skip",
|
|
43
43
|
providerId: "alibaba",
|
|
44
|
-
|
|
44
|
+
externalId: "qwen-max-latest",
|
|
45
45
|
discount: "0.2",
|
|
46
46
|
inputPrice: "1.6e-6",
|
|
47
47
|
outputPrice: "6.4e-6",
|
|
@@ -73,7 +73,7 @@ export const alibabaModels = [
|
|
|
73
73
|
providers: [
|
|
74
74
|
{
|
|
75
75
|
providerId: "alibaba",
|
|
76
|
-
|
|
76
|
+
externalId: "qwen-plus",
|
|
77
77
|
discount: "0.2",
|
|
78
78
|
inputPrice: "0.4e-6",
|
|
79
79
|
outputPrice: "1.2e-6",
|
|
@@ -187,7 +187,7 @@ export const alibabaModels = [
|
|
|
187
187
|
providers: [
|
|
188
188
|
{
|
|
189
189
|
providerId: "alibaba",
|
|
190
|
-
|
|
190
|
+
externalId: "qwen-plus-latest",
|
|
191
191
|
discount: "0.2",
|
|
192
192
|
inputPrice: "0.4e-6",
|
|
193
193
|
outputPrice: "1.2e-6",
|
|
@@ -273,7 +273,7 @@ export const alibabaModels = [
|
|
|
273
273
|
providers: [
|
|
274
274
|
{
|
|
275
275
|
providerId: "alibaba",
|
|
276
|
-
|
|
276
|
+
externalId: "qwen-flash",
|
|
277
277
|
discount: "0.2",
|
|
278
278
|
inputPrice: "0.05e-6",
|
|
279
279
|
outputPrice: "0.4e-6",
|
|
@@ -361,7 +361,7 @@ export const alibabaModels = [
|
|
|
361
361
|
providers: [
|
|
362
362
|
{
|
|
363
363
|
providerId: "alibaba",
|
|
364
|
-
|
|
364
|
+
externalId: "qwen-omni-turbo",
|
|
365
365
|
discount: "0.2",
|
|
366
366
|
inputPrice: "0.2e-6",
|
|
367
367
|
outputPrice: "0.8e-6",
|
|
@@ -384,7 +384,7 @@ export const alibabaModels = [
|
|
|
384
384
|
providers: [
|
|
385
385
|
{
|
|
386
386
|
providerId: "alibaba",
|
|
387
|
-
|
|
387
|
+
externalId: "qwen-turbo",
|
|
388
388
|
discount: "0.2",
|
|
389
389
|
inputPrice: "0.05e-6",
|
|
390
390
|
outputPrice: "0.2e-6",
|
|
@@ -416,7 +416,7 @@ export const alibabaModels = [
|
|
|
416
416
|
{
|
|
417
417
|
test: "skip",
|
|
418
418
|
providerId: "alibaba",
|
|
419
|
-
|
|
419
|
+
externalId: "qwen3-coder-plus",
|
|
420
420
|
discount: "0.2",
|
|
421
421
|
inputPrice: "6e-6",
|
|
422
422
|
outputPrice: "60e-6",
|
|
@@ -442,7 +442,7 @@ export const alibabaModels = [
|
|
|
442
442
|
providers: [
|
|
443
443
|
{
|
|
444
444
|
providerId: "nebius",
|
|
445
|
-
|
|
445
|
+
externalId: "Qwen/QwQ-32B",
|
|
446
446
|
inputPrice: "0.15e-6",
|
|
447
447
|
outputPrice: "0.45e-6",
|
|
448
448
|
requestPrice: "0",
|
|
@@ -466,7 +466,7 @@ export const alibabaModels = [
|
|
|
466
466
|
{
|
|
467
467
|
providerId: "nebius",
|
|
468
468
|
stability: "unstable",
|
|
469
|
-
|
|
469
|
+
externalId: "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
|
470
470
|
inputPrice: "0.2e-6",
|
|
471
471
|
outputPrice: "0.6e-6",
|
|
472
472
|
requestPrice: "0",
|
|
@@ -481,7 +481,7 @@ export const alibabaModels = [
|
|
|
481
481
|
{
|
|
482
482
|
providerId: "cerebras",
|
|
483
483
|
test: "skip",
|
|
484
|
-
|
|
484
|
+
externalId: "qwen-3-235b-a22b-instruct-2507",
|
|
485
485
|
inputPrice: "0.6e-6",
|
|
486
486
|
outputPrice: "1.2e-6",
|
|
487
487
|
requestPrice: "0",
|
|
@@ -503,7 +503,7 @@ export const alibabaModels = [
|
|
|
503
503
|
},
|
|
504
504
|
{
|
|
505
505
|
providerId: "novita",
|
|
506
|
-
|
|
506
|
+
externalId: "qwen/qwen3-235b-a22b-instruct-2507",
|
|
507
507
|
inputPrice: "0.09e-6",
|
|
508
508
|
outputPrice: "0.58e-6",
|
|
509
509
|
requestPrice: "0",
|
|
@@ -526,7 +526,7 @@ export const alibabaModels = [
|
|
|
526
526
|
providers: [
|
|
527
527
|
{
|
|
528
528
|
providerId: "nebius",
|
|
529
|
-
|
|
529
|
+
externalId: "Qwen/Qwen3-235B-A22B-Thinking-2507",
|
|
530
530
|
inputPrice: "0.2e-6",
|
|
531
531
|
outputPrice: "0.6e-6",
|
|
532
532
|
requestPrice: "0",
|
|
@@ -552,7 +552,7 @@ export const alibabaModels = [
|
|
|
552
552
|
},
|
|
553
553
|
{
|
|
554
554
|
providerId: "novita",
|
|
555
|
-
|
|
555
|
+
externalId: "qwen/qwen3-235b-a22b-thinking-2507",
|
|
556
556
|
inputPrice: "0.3e-6",
|
|
557
557
|
outputPrice: "3e-6",
|
|
558
558
|
requestPrice: "0",
|
|
@@ -587,7 +587,7 @@ export const alibabaModels = [
|
|
|
587
587
|
{
|
|
588
588
|
stability: "unstable",
|
|
589
589
|
providerId: "novita",
|
|
590
|
-
|
|
590
|
+
externalId: "qwen/qwen3-235b-a22b-fp8",
|
|
591
591
|
inputPrice: "0.2e-6",
|
|
592
592
|
outputPrice: "0.8e-6",
|
|
593
593
|
requestPrice: "0",
|
|
@@ -610,7 +610,7 @@ export const alibabaModels = [
|
|
|
610
610
|
providers: [
|
|
611
611
|
{
|
|
612
612
|
providerId: "nebius",
|
|
613
|
-
|
|
613
|
+
externalId: "Qwen/Qwen3-14B",
|
|
614
614
|
inputPrice: "0.08e-6",
|
|
615
615
|
outputPrice: "0.24e-6",
|
|
616
616
|
requestPrice: "0",
|
|
@@ -633,7 +633,7 @@ export const alibabaModels = [
|
|
|
633
633
|
providers: [
|
|
634
634
|
{
|
|
635
635
|
providerId: "nebius",
|
|
636
|
-
|
|
636
|
+
externalId: "Qwen/Qwen3-32B",
|
|
637
637
|
inputPrice: "0.1e-6",
|
|
638
638
|
outputPrice: "0.3e-6",
|
|
639
639
|
requestPrice: "0",
|
|
@@ -646,7 +646,7 @@ export const alibabaModels = [
|
|
|
646
646
|
},
|
|
647
647
|
{
|
|
648
648
|
providerId: "cerebras",
|
|
649
|
-
|
|
649
|
+
externalId: "qwen-3-32b",
|
|
650
650
|
inputPrice: "0.4e-6",
|
|
651
651
|
outputPrice: "0.8e-6",
|
|
652
652
|
requestPrice: "0",
|
|
@@ -677,7 +677,7 @@ export const alibabaModels = [
|
|
|
677
677
|
providers: [
|
|
678
678
|
{
|
|
679
679
|
providerId: "nebius",
|
|
680
|
-
|
|
680
|
+
externalId: "Qwen/Qwen3-30B-A3B",
|
|
681
681
|
inputPrice: "0.1e-6",
|
|
682
682
|
outputPrice: "0.3e-6",
|
|
683
683
|
requestPrice: "0",
|
|
@@ -700,7 +700,7 @@ export const alibabaModels = [
|
|
|
700
700
|
providers: [
|
|
701
701
|
{
|
|
702
702
|
providerId: "nebius",
|
|
703
|
-
|
|
703
|
+
externalId: "Qwen/Qwen2.5-Coder-7B-fast",
|
|
704
704
|
inputPrice: "0.01e-6",
|
|
705
705
|
outputPrice: "0.03e-6",
|
|
706
706
|
requestPrice: "0",
|
|
@@ -723,7 +723,7 @@ export const alibabaModels = [
|
|
|
723
723
|
providers: [
|
|
724
724
|
{
|
|
725
725
|
providerId: "nebius",
|
|
726
|
-
|
|
726
|
+
externalId: "Qwen/Qwen2.5-32B-Instruct",
|
|
727
727
|
inputPrice: "0.06e-6",
|
|
728
728
|
outputPrice: "0.2e-6",
|
|
729
729
|
requestPrice: "0",
|
|
@@ -746,7 +746,7 @@ export const alibabaModels = [
|
|
|
746
746
|
providers: [
|
|
747
747
|
{
|
|
748
748
|
providerId: "nebius",
|
|
749
|
-
|
|
749
|
+
externalId: "Qwen/Qwen2.5-72B-Instruct",
|
|
750
750
|
inputPrice: "0.13e-6",
|
|
751
751
|
outputPrice: "0.4e-6",
|
|
752
752
|
requestPrice: "0",
|
|
@@ -769,7 +769,7 @@ export const alibabaModels = [
|
|
|
769
769
|
providers: [
|
|
770
770
|
{
|
|
771
771
|
providerId: "nebius",
|
|
772
|
-
|
|
772
|
+
externalId: "Qwen/Qwen2-VL-72B-Instruct",
|
|
773
773
|
inputPrice: "0.13e-6",
|
|
774
774
|
outputPrice: "0.4e-6",
|
|
775
775
|
requestPrice: "0",
|
|
@@ -792,7 +792,7 @@ export const alibabaModels = [
|
|
|
792
792
|
providers: [
|
|
793
793
|
{
|
|
794
794
|
providerId: "nebius",
|
|
795
|
-
|
|
795
|
+
externalId: "Qwen/Qwen2.5-VL-72B-Instruct",
|
|
796
796
|
inputPrice: "0.13e-6",
|
|
797
797
|
outputPrice: "0.4e-6",
|
|
798
798
|
requestPrice: "0",
|
|
@@ -814,7 +814,7 @@ export const alibabaModels = [
|
|
|
814
814
|
providers: [
|
|
815
815
|
{
|
|
816
816
|
providerId: "novita",
|
|
817
|
-
|
|
817
|
+
externalId: "qwen/qwen3-vl-8b-instruct",
|
|
818
818
|
inputPrice: "0.08e-6",
|
|
819
819
|
outputPrice: "0.5e-6",
|
|
820
820
|
requestPrice: "0",
|
|
@@ -837,7 +837,7 @@ export const alibabaModels = [
|
|
|
837
837
|
{
|
|
838
838
|
providerId: "nebius",
|
|
839
839
|
stability: "unstable",
|
|
840
|
-
|
|
840
|
+
externalId: "Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
|
841
841
|
inputPrice: "0.4e-6",
|
|
842
842
|
outputPrice: "1.8e-6",
|
|
843
843
|
requestPrice: "0",
|
|
@@ -862,7 +862,7 @@ export const alibabaModels = [
|
|
|
862
862
|
{
|
|
863
863
|
providerId: "novita",
|
|
864
864
|
stability: "unstable",
|
|
865
|
-
|
|
865
|
+
externalId: "qwen/qwen3-coder-480b-a35b-instruct",
|
|
866
866
|
inputPrice: "0.3e-6",
|
|
867
867
|
outputPrice: "1.3e-6",
|
|
868
868
|
requestPrice: "0",
|
|
@@ -884,7 +884,7 @@ export const alibabaModels = [
|
|
|
884
884
|
providers: [
|
|
885
885
|
{
|
|
886
886
|
providerId: "nebius",
|
|
887
|
-
|
|
887
|
+
externalId: "Qwen/Qwen3-Coder-30B-A3B-Instruct",
|
|
888
888
|
inputPrice: "0.1e-6",
|
|
889
889
|
outputPrice: "0.3e-6",
|
|
890
890
|
requestPrice: "0",
|
|
@@ -898,7 +898,7 @@ export const alibabaModels = [
|
|
|
898
898
|
},
|
|
899
899
|
{
|
|
900
900
|
providerId: "novita",
|
|
901
|
-
|
|
901
|
+
externalId: "qwen/qwen3-coder-30b-a3b-instruct",
|
|
902
902
|
inputPrice: "0.07e-6",
|
|
903
903
|
outputPrice: "0.27e-6",
|
|
904
904
|
requestPrice: "0",
|
|
@@ -920,7 +920,7 @@ export const alibabaModels = [
|
|
|
920
920
|
providers: [
|
|
921
921
|
{
|
|
922
922
|
providerId: "nebius",
|
|
923
|
-
|
|
923
|
+
externalId: "Qwen/Qwen3-30B-A3B-Instruct-2507",
|
|
924
924
|
inputPrice: "0.1e-6",
|
|
925
925
|
outputPrice: "0.3e-6",
|
|
926
926
|
requestPrice: "0",
|
|
@@ -953,7 +953,7 @@ export const alibabaModels = [
|
|
|
953
953
|
providers: [
|
|
954
954
|
{
|
|
955
955
|
providerId: "nebius",
|
|
956
|
-
|
|
956
|
+
externalId: "Qwen/Qwen3-30B-A3B-Thinking-2507",
|
|
957
957
|
inputPrice: "0.1e-6",
|
|
958
958
|
outputPrice: "0.3e-6",
|
|
959
959
|
requestPrice: "0",
|
|
@@ -988,7 +988,7 @@ export const alibabaModels = [
|
|
|
988
988
|
providers: [
|
|
989
989
|
{
|
|
990
990
|
providerId: "alibaba",
|
|
991
|
-
|
|
991
|
+
externalId: "qwen-vl-max",
|
|
992
992
|
discount: "0.2",
|
|
993
993
|
inputPrice: "0.8e-6",
|
|
994
994
|
outputPrice: "3.2e-6",
|
|
@@ -1011,7 +1011,7 @@ export const alibabaModels = [
|
|
|
1011
1011
|
providers: [
|
|
1012
1012
|
{
|
|
1013
1013
|
providerId: "alibaba",
|
|
1014
|
-
|
|
1014
|
+
externalId: "qwen-vl-plus",
|
|
1015
1015
|
discount: "0.2",
|
|
1016
1016
|
inputPrice: "0.21e-6",
|
|
1017
1017
|
outputPrice: "0.64e-6",
|
|
@@ -1035,7 +1035,7 @@ export const alibabaModels = [
|
|
|
1035
1035
|
{
|
|
1036
1036
|
providerId: "alibaba",
|
|
1037
1037
|
stability: "unstable",
|
|
1038
|
-
|
|
1038
|
+
externalId: "qwen3-next-80b-a3b-thinking",
|
|
1039
1039
|
discount: "0.2",
|
|
1040
1040
|
inputPrice: "0.5e-6",
|
|
1041
1041
|
outputPrice: "6e-6",
|
|
@@ -1062,7 +1062,7 @@ export const alibabaModels = [
|
|
|
1062
1062
|
},
|
|
1063
1063
|
{
|
|
1064
1064
|
providerId: "novita",
|
|
1065
|
-
|
|
1065
|
+
externalId: "qwen/qwen3-next-80b-a3b-thinking",
|
|
1066
1066
|
inputPrice: "0.15e-6",
|
|
1067
1067
|
outputPrice: "1.5e-6",
|
|
1068
1068
|
requestPrice: "0",
|
|
@@ -1087,7 +1087,7 @@ export const alibabaModels = [
|
|
|
1087
1087
|
},
|
|
1088
1088
|
{
|
|
1089
1089
|
providerId: "nebius",
|
|
1090
|
-
|
|
1090
|
+
externalId: "Qwen/Qwen3-Next-80B-A3B-Thinking",
|
|
1091
1091
|
inputPrice: "0.15e-6",
|
|
1092
1092
|
outputPrice: "1.2e-6",
|
|
1093
1093
|
requestPrice: "0",
|
|
@@ -1121,7 +1121,7 @@ export const alibabaModels = [
|
|
|
1121
1121
|
providers: [
|
|
1122
1122
|
{
|
|
1123
1123
|
providerId: "alibaba",
|
|
1124
|
-
|
|
1124
|
+
externalId: "qwen3-next-80b-a3b-instruct",
|
|
1125
1125
|
discount: "0.2",
|
|
1126
1126
|
inputPrice: "0.5e-6",
|
|
1127
1127
|
outputPrice: "2e-6",
|
|
@@ -1135,7 +1135,7 @@ export const alibabaModels = [
|
|
|
1135
1135
|
},
|
|
1136
1136
|
{
|
|
1137
1137
|
providerId: "novita",
|
|
1138
|
-
|
|
1138
|
+
externalId: "qwen/qwen3-next-80b-a3b-instruct",
|
|
1139
1139
|
inputPrice: "0.15e-6",
|
|
1140
1140
|
outputPrice: "1.5e-6",
|
|
1141
1141
|
requestPrice: "0",
|
|
@@ -1158,7 +1158,7 @@ export const alibabaModels = [
|
|
|
1158
1158
|
{
|
|
1159
1159
|
test: "skip",
|
|
1160
1160
|
providerId: "alibaba",
|
|
1161
|
-
|
|
1161
|
+
externalId: "qwen3-max-preview",
|
|
1162
1162
|
discount: "0.2",
|
|
1163
1163
|
inputPrice: "3e-6",
|
|
1164
1164
|
outputPrice: "15e-6",
|
|
@@ -1177,7 +1177,7 @@ export const alibabaModels = [
|
|
|
1177
1177
|
},
|
|
1178
1178
|
{
|
|
1179
1179
|
providerId: "novita",
|
|
1180
|
-
|
|
1180
|
+
externalId: "qwen/qwen3-max",
|
|
1181
1181
|
inputPrice: "0.845e-6",
|
|
1182
1182
|
outputPrice: "3.38e-6",
|
|
1183
1183
|
requestPrice: "0",
|
|
@@ -1200,7 +1200,7 @@ export const alibabaModels = [
|
|
|
1200
1200
|
{
|
|
1201
1201
|
test: "skip",
|
|
1202
1202
|
providerId: "alibaba",
|
|
1203
|
-
|
|
1203
|
+
externalId: "qwen3.7-max",
|
|
1204
1204
|
inputPrice: "2.5e-6",
|
|
1205
1205
|
outputPrice: "7.5e-6",
|
|
1206
1206
|
cachedInputPrice: "0.5e-6",
|
|
@@ -1250,7 +1250,7 @@ export const alibabaModels = [
|
|
|
1250
1250
|
providers: [
|
|
1251
1251
|
{
|
|
1252
1252
|
providerId: "alibaba",
|
|
1253
|
-
|
|
1253
|
+
externalId: "qwen3.7-max",
|
|
1254
1254
|
inputPrice: "2.5e-6",
|
|
1255
1255
|
outputPrice: "7.5e-6",
|
|
1256
1256
|
cachedInputPrice: "0.5e-6",
|
|
@@ -1299,7 +1299,7 @@ export const alibabaModels = [
|
|
|
1299
1299
|
providers: [
|
|
1300
1300
|
{
|
|
1301
1301
|
providerId: "embercloud",
|
|
1302
|
-
|
|
1302
|
+
externalId: "qwen3-coder-next",
|
|
1303
1303
|
inputPrice: "0.108e-6",
|
|
1304
1304
|
outputPrice: "0.675e-6",
|
|
1305
1305
|
cachedInputPrice: "0.06e-6",
|
|
@@ -1337,7 +1337,7 @@ export const alibabaModels = [
|
|
|
1337
1337
|
providers: [
|
|
1338
1338
|
{
|
|
1339
1339
|
providerId: "novita",
|
|
1340
|
-
|
|
1340
|
+
externalId: "qwen/qwen3-vl-30b-a3b-instruct",
|
|
1341
1341
|
inputPrice: "0.2e-6",
|
|
1342
1342
|
outputPrice: "0.7e-6",
|
|
1343
1343
|
requestPrice: "0",
|
|
@@ -1368,7 +1368,7 @@ export const alibabaModels = [
|
|
|
1368
1368
|
providers: [
|
|
1369
1369
|
{
|
|
1370
1370
|
providerId: "novita",
|
|
1371
|
-
|
|
1371
|
+
externalId: "qwen/qwen3-vl-30b-a3b-thinking",
|
|
1372
1372
|
inputPrice: "0.2e-6",
|
|
1373
1373
|
outputPrice: "1e-6",
|
|
1374
1374
|
requestPrice: "0",
|
|
@@ -1391,7 +1391,7 @@ export const alibabaModels = [
|
|
|
1391
1391
|
providers: [
|
|
1392
1392
|
{
|
|
1393
1393
|
providerId: "novita",
|
|
1394
|
-
|
|
1394
|
+
externalId: "qwen/qwen3-32b-fp8",
|
|
1395
1395
|
inputPrice: "0.1e-6",
|
|
1396
1396
|
outputPrice: "0.45e-6",
|
|
1397
1397
|
requestPrice: "0",
|
|
@@ -1415,7 +1415,7 @@ export const alibabaModels = [
|
|
|
1415
1415
|
providers: [
|
|
1416
1416
|
{
|
|
1417
1417
|
providerId: "novita",
|
|
1418
|
-
|
|
1418
|
+
externalId: "qwen/qwen3-30b-a3b-fp8",
|
|
1419
1419
|
inputPrice: "0.09e-6",
|
|
1420
1420
|
outputPrice: "0.45e-6",
|
|
1421
1421
|
requestPrice: "0",
|
|
@@ -1439,7 +1439,7 @@ export const alibabaModels = [
|
|
|
1439
1439
|
providers: [
|
|
1440
1440
|
{
|
|
1441
1441
|
providerId: "novita",
|
|
1442
|
-
|
|
1442
|
+
externalId: "qwen/qwen3-4b-fp8",
|
|
1443
1443
|
inputPrice: "0.03e-6",
|
|
1444
1444
|
outputPrice: "0.03e-6",
|
|
1445
1445
|
requestPrice: "0",
|
|
@@ -1462,7 +1462,7 @@ export const alibabaModels = [
|
|
|
1462
1462
|
providers: [
|
|
1463
1463
|
{
|
|
1464
1464
|
providerId: "alibaba",
|
|
1465
|
-
|
|
1465
|
+
externalId: "qwen3.5-397b-a17b",
|
|
1466
1466
|
discount: "0.2",
|
|
1467
1467
|
inputPrice: "0.6e-6",
|
|
1468
1468
|
outputPrice: "3.6e-6",
|
|
@@ -1512,7 +1512,7 @@ export const alibabaModels = [
|
|
|
1512
1512
|
},
|
|
1513
1513
|
{
|
|
1514
1514
|
providerId: "novita",
|
|
1515
|
-
|
|
1515
|
+
externalId: "qwen/qwen3.5-397b-a17b",
|
|
1516
1516
|
inputPrice: "0.6e-6",
|
|
1517
1517
|
outputPrice: "3.6e-6",
|
|
1518
1518
|
requestPrice: "0",
|
|
@@ -1537,7 +1537,7 @@ export const alibabaModels = [
|
|
|
1537
1537
|
},
|
|
1538
1538
|
{
|
|
1539
1539
|
providerId: "nebius",
|
|
1540
|
-
|
|
1540
|
+
externalId: "Qwen/Qwen3.5-397B-A17B",
|
|
1541
1541
|
inputPrice: "0.6e-6",
|
|
1542
1542
|
outputPrice: "3.6e-6",
|
|
1543
1543
|
requestPrice: "0",
|
|
@@ -1573,7 +1573,7 @@ export const alibabaModels = [
|
|
|
1573
1573
|
{
|
|
1574
1574
|
test: "skip",
|
|
1575
1575
|
providerId: "alibaba",
|
|
1576
|
-
|
|
1576
|
+
externalId: "qwen-image-plus",
|
|
1577
1577
|
discount: "0.2",
|
|
1578
1578
|
inputPrice: "0",
|
|
1579
1579
|
outputPrice: "0",
|
|
@@ -1599,7 +1599,7 @@ export const alibabaModels = [
|
|
|
1599
1599
|
{
|
|
1600
1600
|
test: "skip",
|
|
1601
1601
|
providerId: "alibaba",
|
|
1602
|
-
|
|
1602
|
+
externalId: "qwen-image-max",
|
|
1603
1603
|
inputPrice: "0",
|
|
1604
1604
|
outputPrice: "0",
|
|
1605
1605
|
requestPrice: "0.075",
|
|
@@ -1624,7 +1624,7 @@ export const alibabaModels = [
|
|
|
1624
1624
|
{
|
|
1625
1625
|
test: "skip",
|
|
1626
1626
|
providerId: "alibaba",
|
|
1627
|
-
|
|
1627
|
+
externalId: "qwen-image",
|
|
1628
1628
|
discount: "0.2",
|
|
1629
1629
|
inputPrice: "0",
|
|
1630
1630
|
outputPrice: "0",
|
|
@@ -1650,7 +1650,7 @@ export const alibabaModels = [
|
|
|
1650
1650
|
{
|
|
1651
1651
|
test: "skip",
|
|
1652
1652
|
providerId: "alibaba",
|
|
1653
|
-
|
|
1653
|
+
externalId: "qwen-image-max-2025-12-30",
|
|
1654
1654
|
inputPrice: "0",
|
|
1655
1655
|
outputPrice: "0",
|
|
1656
1656
|
requestPrice: "0.075",
|
|
@@ -1673,7 +1673,7 @@ export const alibabaModels = [
|
|
|
1673
1673
|
providers: [
|
|
1674
1674
|
{
|
|
1675
1675
|
providerId: "alibaba",
|
|
1676
|
-
|
|
1676
|
+
externalId: "qwq-plus",
|
|
1677
1677
|
discount: "0.2",
|
|
1678
1678
|
inputPrice: "0.8e-6",
|
|
1679
1679
|
outputPrice: "2.4e-6",
|
|
@@ -1708,7 +1708,7 @@ export const alibabaModels = [
|
|
|
1708
1708
|
{
|
|
1709
1709
|
test: "skip",
|
|
1710
1710
|
providerId: "alibaba",
|
|
1711
|
-
|
|
1711
|
+
externalId: "qwen-coder-plus",
|
|
1712
1712
|
discount: "0.2",
|
|
1713
1713
|
inputPrice: "0.502e-6",
|
|
1714
1714
|
outputPrice: "1.004e-6",
|
|
@@ -1732,7 +1732,7 @@ export const alibabaModels = [
|
|
|
1732
1732
|
providers: [
|
|
1733
1733
|
{
|
|
1734
1734
|
providerId: "alibaba",
|
|
1735
|
-
|
|
1735
|
+
externalId: "qwen3-coder-flash",
|
|
1736
1736
|
discount: "0.2",
|
|
1737
1737
|
inputPrice: "0.3e-6",
|
|
1738
1738
|
outputPrice: "1.5e-6",
|
|
@@ -1893,7 +1893,7 @@ export const alibabaModels = [
|
|
|
1893
1893
|
providers: [
|
|
1894
1894
|
{
|
|
1895
1895
|
providerId: "alibaba",
|
|
1896
|
-
|
|
1896
|
+
externalId: "qwen3-vl-plus",
|
|
1897
1897
|
discount: "0.2",
|
|
1898
1898
|
inputPrice: "0.2e-6",
|
|
1899
1899
|
outputPrice: "1.6e-6",
|
|
@@ -2027,7 +2027,7 @@ export const alibabaModels = [
|
|
|
2027
2027
|
providers: [
|
|
2028
2028
|
{
|
|
2029
2029
|
providerId: "alibaba",
|
|
2030
|
-
|
|
2030
|
+
externalId: "qwen3-vl-flash",
|
|
2031
2031
|
discount: "0.2",
|
|
2032
2032
|
inputPrice: "0.05e-6",
|
|
2033
2033
|
outputPrice: "0.4e-6",
|
|
@@ -2137,7 +2137,7 @@ export const alibabaModels = [
|
|
|
2137
2137
|
providers: [
|
|
2138
2138
|
{
|
|
2139
2139
|
providerId: "alibaba",
|
|
2140
|
-
|
|
2140
|
+
externalId: "qwen3-vl-235b-a22b-instruct",
|
|
2141
2141
|
discount: "0.2",
|
|
2142
2142
|
inputPrice: "0.5e-6",
|
|
2143
2143
|
outputPrice: "2.0e-6",
|
|
@@ -2151,7 +2151,7 @@ export const alibabaModels = [
|
|
|
2151
2151
|
},
|
|
2152
2152
|
{
|
|
2153
2153
|
providerId: "novita",
|
|
2154
|
-
|
|
2154
|
+
externalId: "qwen/qwen3-vl-235b-a22b-instruct",
|
|
2155
2155
|
inputPrice: "0.3e-6",
|
|
2156
2156
|
outputPrice: "1.5e-6",
|
|
2157
2157
|
requestPrice: "0",
|
|
@@ -2173,7 +2173,7 @@ export const alibabaModels = [
|
|
|
2173
2173
|
providers: [
|
|
2174
2174
|
{
|
|
2175
2175
|
providerId: "alibaba",
|
|
2176
|
-
|
|
2176
|
+
externalId: "qwen3-vl-235b-a22b-thinking",
|
|
2177
2177
|
discount: "0.2",
|
|
2178
2178
|
inputPrice: "0.5e-6",
|
|
2179
2179
|
outputPrice: "2.0e-6",
|
|
@@ -2189,7 +2189,7 @@ export const alibabaModels = [
|
|
|
2189
2189
|
},
|
|
2190
2190
|
{
|
|
2191
2191
|
providerId: "novita",
|
|
2192
|
-
|
|
2192
|
+
externalId: "qwen/qwen3-vl-235b-a22b-thinking",
|
|
2193
2193
|
inputPrice: "0.98e-6",
|
|
2194
2194
|
outputPrice: "3.95e-6",
|
|
2195
2195
|
requestPrice: "0",
|
|
@@ -2213,7 +2213,7 @@ export const alibabaModels = [
|
|
|
2213
2213
|
{
|
|
2214
2214
|
test: "skip",
|
|
2215
2215
|
providerId: "alibaba",
|
|
2216
|
-
|
|
2216
|
+
externalId: "qwen2.5-vl-32b-instruct",
|
|
2217
2217
|
discount: "0.2",
|
|
2218
2218
|
inputPrice: "1.4e-6",
|
|
2219
2219
|
outputPrice: "4.2e-6",
|
|
@@ -2237,7 +2237,7 @@ export const alibabaModels = [
|
|
|
2237
2237
|
{
|
|
2238
2238
|
test: "skip",
|
|
2239
2239
|
providerId: "alibaba",
|
|
2240
|
-
|
|
2240
|
+
externalId: "qwen3-max-2026-01-23",
|
|
2241
2241
|
discount: "0.2",
|
|
2242
2242
|
inputPrice: "1.2e-6",
|
|
2243
2243
|
outputPrice: "6.0e-6",
|
|
@@ -2376,7 +2376,7 @@ export const alibabaModels = [
|
|
|
2376
2376
|
{
|
|
2377
2377
|
test: "skip",
|
|
2378
2378
|
providerId: "alibaba",
|
|
2379
|
-
|
|
2379
|
+
externalId: "qwen-image-edit-plus",
|
|
2380
2380
|
discount: "0.2",
|
|
2381
2381
|
inputPrice: "0",
|
|
2382
2382
|
outputPrice: "0",
|
|
@@ -2403,7 +2403,7 @@ export const alibabaModels = [
|
|
|
2403
2403
|
{
|
|
2404
2404
|
test: "skip",
|
|
2405
2405
|
providerId: "alibaba",
|
|
2406
|
-
|
|
2406
|
+
externalId: "qwen-image-edit-max",
|
|
2407
2407
|
discount: "0.2",
|
|
2408
2408
|
inputPrice: "0",
|
|
2409
2409
|
outputPrice: "0",
|
|
@@ -2427,7 +2427,7 @@ export const alibabaModels = [
|
|
|
2427
2427
|
providers: [
|
|
2428
2428
|
{
|
|
2429
2429
|
providerId: "alibaba",
|
|
2430
|
-
|
|
2430
|
+
externalId: "qwen3.6-max-preview",
|
|
2431
2431
|
discount: "0.2",
|
|
2432
2432
|
inputPrice: "1.3e-6",
|
|
2433
2433
|
outputPrice: "7.8e-6",
|
|
@@ -2464,7 +2464,7 @@ export const alibabaModels = [
|
|
|
2464
2464
|
providers: [
|
|
2465
2465
|
{
|
|
2466
2466
|
providerId: "alibaba",
|
|
2467
|
-
|
|
2467
|
+
externalId: "qwen3.6-plus",
|
|
2468
2468
|
discount: "0.2",
|
|
2469
2469
|
inputPrice: "0.5e-6",
|
|
2470
2470
|
outputPrice: "3e-6",
|
|
@@ -2503,7 +2503,7 @@ export const alibabaModels = [
|
|
|
2503
2503
|
providers: [
|
|
2504
2504
|
{
|
|
2505
2505
|
providerId: "alibaba",
|
|
2506
|
-
|
|
2506
|
+
externalId: "qwen3.6-35b-a3b",
|
|
2507
2507
|
discount: "0.2",
|
|
2508
2508
|
inputPrice: "0.248e-6",
|
|
2509
2509
|
outputPrice: "1.485e-6",
|
|
@@ -2532,7 +2532,7 @@ export const alibabaModels = [
|
|
|
2532
2532
|
},
|
|
2533
2533
|
{
|
|
2534
2534
|
providerId: "novita",
|
|
2535
|
-
|
|
2535
|
+
externalId: "qwen/qwen3.6-35b-a3b",
|
|
2536
2536
|
inputPrice: "0.248e-6",
|
|
2537
2537
|
outputPrice: "1.485e-6",
|
|
2538
2538
|
requestPrice: "0",
|