@llmgateway/models 1.3.1 → 1.4.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/dist/models/alibaba.d.ts +354 -0
- package/dist/models/alibaba.js +413 -0
- package/dist/models/alibaba.js.map +1 -1
- package/dist/models.d.ts +354 -0
- package/package.json +1 -1
package/dist/models/alibaba.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export declare const alibabaModels: [{
|
|
|
5
5
|
readonly family: "alibaba";
|
|
6
6
|
readonly releasedAt: Date;
|
|
7
7
|
readonly providers: [{
|
|
8
|
+
readonly test: "skip";
|
|
8
9
|
readonly providerId: "alibaba";
|
|
9
10
|
readonly modelName: "qwen-max";
|
|
10
11
|
readonly inputPrice: number;
|
|
@@ -24,6 +25,7 @@ export declare const alibabaModels: [{
|
|
|
24
25
|
readonly family: "alibaba";
|
|
25
26
|
readonly releasedAt: Date;
|
|
26
27
|
readonly providers: [{
|
|
28
|
+
readonly test: "skip";
|
|
27
29
|
readonly providerId: "alibaba";
|
|
28
30
|
readonly modelName: "qwen-max-latest";
|
|
29
31
|
readonly inputPrice: number;
|
|
@@ -47,6 +49,20 @@ export declare const alibabaModels: [{
|
|
|
47
49
|
readonly modelName: "qwen-plus";
|
|
48
50
|
readonly inputPrice: number;
|
|
49
51
|
readonly outputPrice: number;
|
|
52
|
+
readonly cachedInputPrice: number;
|
|
53
|
+
readonly pricingTiers: [{
|
|
54
|
+
readonly name: "Up to 256K";
|
|
55
|
+
readonly upToTokens: 256000;
|
|
56
|
+
readonly inputPrice: number;
|
|
57
|
+
readonly outputPrice: number;
|
|
58
|
+
readonly cachedInputPrice: number;
|
|
59
|
+
}, {
|
|
60
|
+
readonly name: "Over 256K";
|
|
61
|
+
readonly upToTokens: number;
|
|
62
|
+
readonly inputPrice: number;
|
|
63
|
+
readonly outputPrice: number;
|
|
64
|
+
readonly cachedInputPrice: number;
|
|
65
|
+
}];
|
|
50
66
|
readonly requestPrice: 0;
|
|
51
67
|
readonly contextSize: 131072;
|
|
52
68
|
readonly maxOutput: 32000;
|
|
@@ -66,6 +82,20 @@ export declare const alibabaModels: [{
|
|
|
66
82
|
readonly modelName: "qwen-plus-latest";
|
|
67
83
|
readonly inputPrice: number;
|
|
68
84
|
readonly outputPrice: number;
|
|
85
|
+
readonly cachedInputPrice: number;
|
|
86
|
+
readonly pricingTiers: [{
|
|
87
|
+
readonly name: "Up to 256K";
|
|
88
|
+
readonly upToTokens: 256000;
|
|
89
|
+
readonly inputPrice: number;
|
|
90
|
+
readonly outputPrice: number;
|
|
91
|
+
readonly cachedInputPrice: number;
|
|
92
|
+
}, {
|
|
93
|
+
readonly name: "Over 256K";
|
|
94
|
+
readonly upToTokens: number;
|
|
95
|
+
readonly inputPrice: number;
|
|
96
|
+
readonly outputPrice: number;
|
|
97
|
+
readonly cachedInputPrice: number;
|
|
98
|
+
}];
|
|
69
99
|
readonly requestPrice: 0;
|
|
70
100
|
readonly contextSize: 1000000;
|
|
71
101
|
readonly maxOutput: 32000;
|
|
@@ -85,6 +115,20 @@ export declare const alibabaModels: [{
|
|
|
85
115
|
readonly modelName: "qwen-flash";
|
|
86
116
|
readonly inputPrice: number;
|
|
87
117
|
readonly outputPrice: number;
|
|
118
|
+
readonly cachedInputPrice: number;
|
|
119
|
+
readonly pricingTiers: [{
|
|
120
|
+
readonly name: "Up to 256K";
|
|
121
|
+
readonly upToTokens: 256000;
|
|
122
|
+
readonly inputPrice: number;
|
|
123
|
+
readonly outputPrice: number;
|
|
124
|
+
readonly cachedInputPrice: number;
|
|
125
|
+
}, {
|
|
126
|
+
readonly name: "Over 256K";
|
|
127
|
+
readonly upToTokens: number;
|
|
128
|
+
readonly inputPrice: number;
|
|
129
|
+
readonly outputPrice: number;
|
|
130
|
+
readonly cachedInputPrice: number;
|
|
131
|
+
}];
|
|
88
132
|
readonly requestPrice: 0;
|
|
89
133
|
readonly contextSize: 1000000;
|
|
90
134
|
readonly maxOutput: 32000;
|
|
@@ -702,4 +746,314 @@ export declare const alibabaModels: [{
|
|
|
702
746
|
readonly jsonOutput: false;
|
|
703
747
|
readonly imageGenerations: true;
|
|
704
748
|
}];
|
|
749
|
+
}, {
|
|
750
|
+
readonly id: "qwq-plus";
|
|
751
|
+
readonly name: "QwQ Plus";
|
|
752
|
+
readonly description: "Alibaba's reasoning model with enhanced math and code capabilities.";
|
|
753
|
+
readonly family: "alibaba";
|
|
754
|
+
readonly releasedAt: Date;
|
|
755
|
+
readonly providers: [{
|
|
756
|
+
readonly providerId: "alibaba";
|
|
757
|
+
readonly modelName: "qwq-plus";
|
|
758
|
+
readonly inputPrice: number;
|
|
759
|
+
readonly outputPrice: number;
|
|
760
|
+
readonly requestPrice: 0;
|
|
761
|
+
readonly contextSize: 131072;
|
|
762
|
+
readonly maxOutput: 8192;
|
|
763
|
+
readonly reasoning: true;
|
|
764
|
+
readonly reasoningOutput: "omit";
|
|
765
|
+
readonly streaming: true;
|
|
766
|
+
readonly vision: false;
|
|
767
|
+
readonly tools: false;
|
|
768
|
+
readonly jsonOutput: false;
|
|
769
|
+
}];
|
|
770
|
+
}, {
|
|
771
|
+
readonly id: "qwen-coder-plus";
|
|
772
|
+
readonly name: "Qwen Coder Plus";
|
|
773
|
+
readonly description: "Alibaba's code-specialized model based on Qwen2.5.";
|
|
774
|
+
readonly family: "alibaba";
|
|
775
|
+
readonly releasedAt: Date;
|
|
776
|
+
readonly providers: [{
|
|
777
|
+
readonly test: "skip";
|
|
778
|
+
readonly providerId: "alibaba";
|
|
779
|
+
readonly modelName: "qwen-coder-plus";
|
|
780
|
+
readonly inputPrice: number;
|
|
781
|
+
readonly outputPrice: number;
|
|
782
|
+
readonly requestPrice: 0;
|
|
783
|
+
readonly contextSize: 131072;
|
|
784
|
+
readonly maxOutput: 8192;
|
|
785
|
+
readonly streaming: true;
|
|
786
|
+
readonly vision: false;
|
|
787
|
+
readonly tools: true;
|
|
788
|
+
readonly jsonOutput: true;
|
|
789
|
+
}];
|
|
790
|
+
}, {
|
|
791
|
+
readonly id: "qwen3-coder-flash";
|
|
792
|
+
readonly name: "Qwen3 Coder Flash";
|
|
793
|
+
readonly description: "Fast, cost-effective Qwen 3 model for code generation.";
|
|
794
|
+
readonly family: "alibaba";
|
|
795
|
+
readonly releasedAt: Date;
|
|
796
|
+
readonly providers: [{
|
|
797
|
+
readonly providerId: "alibaba";
|
|
798
|
+
readonly modelName: "qwen3-coder-flash";
|
|
799
|
+
readonly inputPrice: number;
|
|
800
|
+
readonly outputPrice: number;
|
|
801
|
+
readonly cachedInputPrice: number;
|
|
802
|
+
readonly pricingTiers: [{
|
|
803
|
+
readonly name: "Up to 32K";
|
|
804
|
+
readonly upToTokens: 32000;
|
|
805
|
+
readonly inputPrice: number;
|
|
806
|
+
readonly outputPrice: number;
|
|
807
|
+
readonly cachedInputPrice: number;
|
|
808
|
+
}, {
|
|
809
|
+
readonly name: "32K-128K";
|
|
810
|
+
readonly upToTokens: 128000;
|
|
811
|
+
readonly inputPrice: number;
|
|
812
|
+
readonly outputPrice: number;
|
|
813
|
+
readonly cachedInputPrice: number;
|
|
814
|
+
}, {
|
|
815
|
+
readonly name: "128K-256K";
|
|
816
|
+
readonly upToTokens: 256000;
|
|
817
|
+
readonly inputPrice: number;
|
|
818
|
+
readonly outputPrice: number;
|
|
819
|
+
readonly cachedInputPrice: number;
|
|
820
|
+
}, {
|
|
821
|
+
readonly name: "Over 256K";
|
|
822
|
+
readonly upToTokens: number;
|
|
823
|
+
readonly inputPrice: number;
|
|
824
|
+
readonly outputPrice: number;
|
|
825
|
+
readonly cachedInputPrice: number;
|
|
826
|
+
}];
|
|
827
|
+
readonly requestPrice: 0;
|
|
828
|
+
readonly contextSize: 1000000;
|
|
829
|
+
readonly maxOutput: 65536;
|
|
830
|
+
readonly streaming: true;
|
|
831
|
+
readonly vision: false;
|
|
832
|
+
readonly tools: true;
|
|
833
|
+
readonly jsonOutput: true;
|
|
834
|
+
}];
|
|
835
|
+
}, {
|
|
836
|
+
readonly id: "qwen3-vl-plus";
|
|
837
|
+
readonly name: "Qwen3 VL Plus";
|
|
838
|
+
readonly description: "Qwen 3 vision-language model with balanced performance.";
|
|
839
|
+
readonly family: "alibaba";
|
|
840
|
+
readonly releasedAt: Date;
|
|
841
|
+
readonly providers: [{
|
|
842
|
+
readonly providerId: "alibaba";
|
|
843
|
+
readonly modelName: "qwen3-vl-plus";
|
|
844
|
+
readonly inputPrice: number;
|
|
845
|
+
readonly outputPrice: number;
|
|
846
|
+
readonly cachedInputPrice: number;
|
|
847
|
+
readonly pricingTiers: [{
|
|
848
|
+
readonly name: "Up to 32K";
|
|
849
|
+
readonly upToTokens: 32000;
|
|
850
|
+
readonly inputPrice: number;
|
|
851
|
+
readonly outputPrice: number;
|
|
852
|
+
readonly cachedInputPrice: number;
|
|
853
|
+
}, {
|
|
854
|
+
readonly name: "32K-128K";
|
|
855
|
+
readonly upToTokens: 128000;
|
|
856
|
+
readonly inputPrice: number;
|
|
857
|
+
readonly outputPrice: number;
|
|
858
|
+
readonly cachedInputPrice: number;
|
|
859
|
+
}, {
|
|
860
|
+
readonly name: "Over 128K";
|
|
861
|
+
readonly upToTokens: number;
|
|
862
|
+
readonly inputPrice: number;
|
|
863
|
+
readonly outputPrice: number;
|
|
864
|
+
readonly cachedInputPrice: number;
|
|
865
|
+
}];
|
|
866
|
+
readonly requestPrice: 0;
|
|
867
|
+
readonly contextSize: 262144;
|
|
868
|
+
readonly maxOutput: 32768;
|
|
869
|
+
readonly streaming: true;
|
|
870
|
+
readonly vision: true;
|
|
871
|
+
readonly tools: false;
|
|
872
|
+
readonly jsonOutput: true;
|
|
873
|
+
}];
|
|
874
|
+
}, {
|
|
875
|
+
readonly id: "qwen3-vl-flash";
|
|
876
|
+
readonly name: "Qwen3 VL Flash";
|
|
877
|
+
readonly description: "Fast Qwen 3 vision-language model for quick image tasks.";
|
|
878
|
+
readonly family: "alibaba";
|
|
879
|
+
readonly releasedAt: Date;
|
|
880
|
+
readonly providers: [{
|
|
881
|
+
readonly providerId: "alibaba";
|
|
882
|
+
readonly modelName: "qwen3-vl-flash";
|
|
883
|
+
readonly inputPrice: number;
|
|
884
|
+
readonly outputPrice: number;
|
|
885
|
+
readonly cachedInputPrice: number;
|
|
886
|
+
readonly pricingTiers: [{
|
|
887
|
+
readonly name: "Up to 32K";
|
|
888
|
+
readonly upToTokens: 32000;
|
|
889
|
+
readonly inputPrice: number;
|
|
890
|
+
readonly outputPrice: number;
|
|
891
|
+
readonly cachedInputPrice: number;
|
|
892
|
+
}, {
|
|
893
|
+
readonly name: "32K-128K";
|
|
894
|
+
readonly upToTokens: 128000;
|
|
895
|
+
readonly inputPrice: number;
|
|
896
|
+
readonly outputPrice: number;
|
|
897
|
+
readonly cachedInputPrice: number;
|
|
898
|
+
}, {
|
|
899
|
+
readonly name: "Over 128K";
|
|
900
|
+
readonly upToTokens: number;
|
|
901
|
+
readonly inputPrice: number;
|
|
902
|
+
readonly outputPrice: number;
|
|
903
|
+
readonly cachedInputPrice: number;
|
|
904
|
+
}];
|
|
905
|
+
readonly requestPrice: 0;
|
|
906
|
+
readonly contextSize: 262144;
|
|
907
|
+
readonly maxOutput: 32768;
|
|
908
|
+
readonly streaming: true;
|
|
909
|
+
readonly vision: true;
|
|
910
|
+
readonly tools: true;
|
|
911
|
+
readonly jsonOutput: true;
|
|
912
|
+
}];
|
|
913
|
+
}, {
|
|
914
|
+
readonly id: "qwen3-vl-235b-a22b-instruct";
|
|
915
|
+
readonly name: "Qwen3 VL 235B A22B Instruct";
|
|
916
|
+
readonly description: "Large Qwen 3 MoE vision-language instruction model.";
|
|
917
|
+
readonly family: "alibaba";
|
|
918
|
+
readonly releasedAt: Date;
|
|
919
|
+
readonly providers: [{
|
|
920
|
+
readonly providerId: "alibaba";
|
|
921
|
+
readonly modelName: "qwen3-vl-235b-a22b-instruct";
|
|
922
|
+
readonly inputPrice: number;
|
|
923
|
+
readonly outputPrice: number;
|
|
924
|
+
readonly requestPrice: 0;
|
|
925
|
+
readonly contextSize: 131072;
|
|
926
|
+
readonly maxOutput: 32768;
|
|
927
|
+
readonly streaming: true;
|
|
928
|
+
readonly vision: true;
|
|
929
|
+
readonly tools: true;
|
|
930
|
+
readonly jsonOutput: true;
|
|
931
|
+
}];
|
|
932
|
+
}, {
|
|
933
|
+
readonly id: "qwen3-vl-235b-a22b-thinking";
|
|
934
|
+
readonly name: "Qwen3 VL 235B A22B Thinking";
|
|
935
|
+
readonly description: "Large Qwen 3 MoE vision-language model with reasoning capabilities.";
|
|
936
|
+
readonly family: "alibaba";
|
|
937
|
+
readonly releasedAt: Date;
|
|
938
|
+
readonly providers: [{
|
|
939
|
+
readonly providerId: "alibaba";
|
|
940
|
+
readonly modelName: "qwen3-vl-235b-a22b-thinking";
|
|
941
|
+
readonly inputPrice: number;
|
|
942
|
+
readonly outputPrice: number;
|
|
943
|
+
readonly requestPrice: 0;
|
|
944
|
+
readonly contextSize: 131072;
|
|
945
|
+
readonly maxOutput: 32768;
|
|
946
|
+
readonly reasoning: true;
|
|
947
|
+
readonly reasoningOutput: "omit";
|
|
948
|
+
readonly streaming: true;
|
|
949
|
+
readonly vision: true;
|
|
950
|
+
readonly tools: false;
|
|
951
|
+
readonly jsonOutput: false;
|
|
952
|
+
}];
|
|
953
|
+
}, {
|
|
954
|
+
readonly id: "qwen2-5-vl-32b-instruct";
|
|
955
|
+
readonly name: "Qwen2.5 VL 32B Instruct";
|
|
956
|
+
readonly description: "Vision-language Qwen 2.5 model, 32B size.";
|
|
957
|
+
readonly family: "alibaba";
|
|
958
|
+
readonly releasedAt: Date;
|
|
959
|
+
readonly providers: [{
|
|
960
|
+
readonly test: "skip";
|
|
961
|
+
readonly providerId: "alibaba";
|
|
962
|
+
readonly modelName: "qwen2.5-vl-32b-instruct";
|
|
963
|
+
readonly inputPrice: number;
|
|
964
|
+
readonly outputPrice: number;
|
|
965
|
+
readonly requestPrice: 0;
|
|
966
|
+
readonly contextSize: 131072;
|
|
967
|
+
readonly maxOutput: 32768;
|
|
968
|
+
readonly streaming: true;
|
|
969
|
+
readonly vision: true;
|
|
970
|
+
readonly tools: false;
|
|
971
|
+
readonly jsonOutput: true;
|
|
972
|
+
}];
|
|
973
|
+
}, {
|
|
974
|
+
readonly id: "qwen3-max-2026-01-23";
|
|
975
|
+
readonly name: "Qwen3 Max 2026-01-23";
|
|
976
|
+
readonly description: "Latest Qwen 3 flagship model with integrated thinking mode and tool support.";
|
|
977
|
+
readonly family: "alibaba";
|
|
978
|
+
readonly releasedAt: Date;
|
|
979
|
+
readonly providers: [{
|
|
980
|
+
readonly test: "skip";
|
|
981
|
+
readonly providerId: "alibaba";
|
|
982
|
+
readonly modelName: "qwen3-max-2026-01-23";
|
|
983
|
+
readonly inputPrice: number;
|
|
984
|
+
readonly outputPrice: number;
|
|
985
|
+
readonly cachedInputPrice: number;
|
|
986
|
+
readonly pricingTiers: [{
|
|
987
|
+
readonly name: "Up to 32K";
|
|
988
|
+
readonly upToTokens: 32000;
|
|
989
|
+
readonly inputPrice: number;
|
|
990
|
+
readonly outputPrice: number;
|
|
991
|
+
readonly cachedInputPrice: number;
|
|
992
|
+
}, {
|
|
993
|
+
readonly name: "32K-128K";
|
|
994
|
+
readonly upToTokens: 128000;
|
|
995
|
+
readonly inputPrice: number;
|
|
996
|
+
readonly outputPrice: number;
|
|
997
|
+
readonly cachedInputPrice: number;
|
|
998
|
+
}, {
|
|
999
|
+
readonly name: "Over 128K";
|
|
1000
|
+
readonly upToTokens: number;
|
|
1001
|
+
readonly inputPrice: number;
|
|
1002
|
+
readonly outputPrice: number;
|
|
1003
|
+
readonly cachedInputPrice: number;
|
|
1004
|
+
}];
|
|
1005
|
+
readonly requestPrice: 0;
|
|
1006
|
+
readonly contextSize: 262144;
|
|
1007
|
+
readonly maxOutput: 65536;
|
|
1008
|
+
readonly reasoning: true;
|
|
1009
|
+
readonly reasoningOutput: "omit";
|
|
1010
|
+
readonly streaming: true;
|
|
1011
|
+
readonly vision: true;
|
|
1012
|
+
readonly tools: true;
|
|
1013
|
+
readonly jsonOutput: true;
|
|
1014
|
+
}];
|
|
1015
|
+
}, {
|
|
1016
|
+
readonly id: "qwen-image-edit-plus";
|
|
1017
|
+
readonly name: "Qwen Image Edit Plus";
|
|
1018
|
+
readonly description: "Alibaba's image editing model for modifying existing images.";
|
|
1019
|
+
readonly family: "alibaba";
|
|
1020
|
+
readonly output: ["text", "image"];
|
|
1021
|
+
readonly releasedAt: Date;
|
|
1022
|
+
readonly providers: [{
|
|
1023
|
+
readonly test: "skip";
|
|
1024
|
+
readonly providerId: "alibaba";
|
|
1025
|
+
readonly modelName: "qwen-image-edit-plus";
|
|
1026
|
+
readonly inputPrice: 0;
|
|
1027
|
+
readonly outputPrice: 0;
|
|
1028
|
+
readonly requestPrice: 0.04;
|
|
1029
|
+
readonly contextSize: 2000;
|
|
1030
|
+
readonly maxOutput: 4096;
|
|
1031
|
+
readonly streaming: false;
|
|
1032
|
+
readonly vision: true;
|
|
1033
|
+
readonly tools: false;
|
|
1034
|
+
readonly jsonOutput: false;
|
|
1035
|
+
readonly imageGenerations: true;
|
|
1036
|
+
}];
|
|
1037
|
+
}, {
|
|
1038
|
+
readonly id: "qwen-image-edit-max";
|
|
1039
|
+
readonly name: "Qwen Image Edit Max";
|
|
1040
|
+
readonly description: "Alibaba's flagship image editing model for high-quality image modifications.";
|
|
1041
|
+
readonly family: "alibaba";
|
|
1042
|
+
readonly output: ["text", "image"];
|
|
1043
|
+
readonly releasedAt: Date;
|
|
1044
|
+
readonly providers: [{
|
|
1045
|
+
readonly test: "skip";
|
|
1046
|
+
readonly providerId: "alibaba";
|
|
1047
|
+
readonly modelName: "qwen-image-edit-max";
|
|
1048
|
+
readonly inputPrice: 0;
|
|
1049
|
+
readonly outputPrice: 0;
|
|
1050
|
+
readonly requestPrice: 0.08;
|
|
1051
|
+
readonly contextSize: 2000;
|
|
1052
|
+
readonly maxOutput: 4096;
|
|
1053
|
+
readonly streaming: false;
|
|
1054
|
+
readonly vision: true;
|
|
1055
|
+
readonly tools: false;
|
|
1056
|
+
readonly jsonOutput: false;
|
|
1057
|
+
readonly imageGenerations: true;
|
|
1058
|
+
}];
|
|
705
1059
|
}];
|
package/dist/models/alibaba.js
CHANGED
|
@@ -7,6 +7,7 @@ export const alibabaModels = [
|
|
|
7
7
|
releasedAt: new Date("2025-09-05"),
|
|
8
8
|
providers: [
|
|
9
9
|
{
|
|
10
|
+
test: "skip",
|
|
10
11
|
providerId: "alibaba",
|
|
11
12
|
modelName: "qwen-max",
|
|
12
13
|
inputPrice: 1.6 / 1e6,
|
|
@@ -29,6 +30,7 @@ export const alibabaModels = [
|
|
|
29
30
|
releasedAt: new Date("2025-01-25"),
|
|
30
31
|
providers: [
|
|
31
32
|
{
|
|
33
|
+
test: "skip",
|
|
32
34
|
providerId: "alibaba",
|
|
33
35
|
modelName: "qwen-max-latest",
|
|
34
36
|
inputPrice: 1.6 / 1e6,
|
|
@@ -55,6 +57,23 @@ export const alibabaModels = [
|
|
|
55
57
|
modelName: "qwen-plus",
|
|
56
58
|
inputPrice: 0.4 / 1e6,
|
|
57
59
|
outputPrice: 1.2 / 1e6,
|
|
60
|
+
cachedInputPrice: 0.08 / 1e6,
|
|
61
|
+
pricingTiers: [
|
|
62
|
+
{
|
|
63
|
+
name: "Up to 256K",
|
|
64
|
+
upToTokens: 256000,
|
|
65
|
+
inputPrice: 0.4 / 1e6,
|
|
66
|
+
outputPrice: 1.2 / 1e6,
|
|
67
|
+
cachedInputPrice: 0.08 / 1e6,
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: "Over 256K",
|
|
71
|
+
upToTokens: Infinity,
|
|
72
|
+
inputPrice: 1.2 / 1e6,
|
|
73
|
+
outputPrice: 3.6 / 1e6,
|
|
74
|
+
cachedInputPrice: 0.24 / 1e6,
|
|
75
|
+
},
|
|
76
|
+
],
|
|
58
77
|
requestPrice: 0,
|
|
59
78
|
contextSize: 131072,
|
|
60
79
|
maxOutput: 32000,
|
|
@@ -77,6 +96,23 @@ export const alibabaModels = [
|
|
|
77
96
|
modelName: "qwen-plus-latest",
|
|
78
97
|
inputPrice: 0.4 / 1e6,
|
|
79
98
|
outputPrice: 1.2 / 1e6,
|
|
99
|
+
cachedInputPrice: 0.08 / 1e6,
|
|
100
|
+
pricingTiers: [
|
|
101
|
+
{
|
|
102
|
+
name: "Up to 256K",
|
|
103
|
+
upToTokens: 256000,
|
|
104
|
+
inputPrice: 0.4 / 1e6,
|
|
105
|
+
outputPrice: 1.2 / 1e6,
|
|
106
|
+
cachedInputPrice: 0.08 / 1e6,
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
name: "Over 256K",
|
|
110
|
+
upToTokens: Infinity,
|
|
111
|
+
inputPrice: 1.2 / 1e6,
|
|
112
|
+
outputPrice: 3.6 / 1e6,
|
|
113
|
+
cachedInputPrice: 0.24 / 1e6,
|
|
114
|
+
},
|
|
115
|
+
],
|
|
80
116
|
requestPrice: 0,
|
|
81
117
|
contextSize: 1000000,
|
|
82
118
|
maxOutput: 32000,
|
|
@@ -99,6 +135,23 @@ export const alibabaModels = [
|
|
|
99
135
|
modelName: "qwen-flash",
|
|
100
136
|
inputPrice: 0.05 / 1e6,
|
|
101
137
|
outputPrice: 0.4 / 1e6,
|
|
138
|
+
cachedInputPrice: 0.01 / 1e6,
|
|
139
|
+
pricingTiers: [
|
|
140
|
+
{
|
|
141
|
+
name: "Up to 256K",
|
|
142
|
+
upToTokens: 256000,
|
|
143
|
+
inputPrice: 0.05 / 1e6,
|
|
144
|
+
outputPrice: 0.4 / 1e6,
|
|
145
|
+
cachedInputPrice: 0.01 / 1e6,
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
name: "Over 256K",
|
|
149
|
+
upToTokens: Infinity,
|
|
150
|
+
inputPrice: 0.25 / 1e6,
|
|
151
|
+
outputPrice: 2.0 / 1e6,
|
|
152
|
+
cachedInputPrice: 0.05 / 1e6,
|
|
153
|
+
},
|
|
154
|
+
],
|
|
102
155
|
requestPrice: 0,
|
|
103
156
|
contextSize: 1000000,
|
|
104
157
|
maxOutput: 32000,
|
|
@@ -807,5 +860,365 @@ export const alibabaModels = [
|
|
|
807
860
|
},
|
|
808
861
|
],
|
|
809
862
|
},
|
|
863
|
+
{
|
|
864
|
+
id: "qwq-plus",
|
|
865
|
+
name: "QwQ Plus",
|
|
866
|
+
description: "Alibaba's reasoning model with enhanced math and code capabilities.",
|
|
867
|
+
family: "alibaba",
|
|
868
|
+
releasedAt: new Date("2025-03-06"),
|
|
869
|
+
providers: [
|
|
870
|
+
{
|
|
871
|
+
providerId: "alibaba",
|
|
872
|
+
modelName: "qwq-plus",
|
|
873
|
+
inputPrice: 0.8 / 1e6,
|
|
874
|
+
outputPrice: 2.4 / 1e6,
|
|
875
|
+
requestPrice: 0,
|
|
876
|
+
contextSize: 131072,
|
|
877
|
+
maxOutput: 8192,
|
|
878
|
+
reasoning: true,
|
|
879
|
+
reasoningOutput: "omit",
|
|
880
|
+
streaming: true,
|
|
881
|
+
vision: false,
|
|
882
|
+
tools: false,
|
|
883
|
+
jsonOutput: false,
|
|
884
|
+
},
|
|
885
|
+
],
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
id: "qwen-coder-plus",
|
|
889
|
+
name: "Qwen Coder Plus",
|
|
890
|
+
description: "Alibaba's code-specialized model based on Qwen2.5.",
|
|
891
|
+
family: "alibaba",
|
|
892
|
+
releasedAt: new Date("2024-09-18"),
|
|
893
|
+
providers: [
|
|
894
|
+
{
|
|
895
|
+
test: "skip",
|
|
896
|
+
providerId: "alibaba",
|
|
897
|
+
modelName: "qwen-coder-plus",
|
|
898
|
+
inputPrice: 1.0 / 1e6,
|
|
899
|
+
outputPrice: 5.0 / 1e6,
|
|
900
|
+
requestPrice: 0,
|
|
901
|
+
contextSize: 131072,
|
|
902
|
+
maxOutput: 8192,
|
|
903
|
+
streaming: true,
|
|
904
|
+
vision: false,
|
|
905
|
+
tools: true,
|
|
906
|
+
jsonOutput: true,
|
|
907
|
+
},
|
|
908
|
+
],
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
id: "qwen3-coder-flash",
|
|
912
|
+
name: "Qwen3 Coder Flash",
|
|
913
|
+
description: "Fast, cost-effective Qwen 3 model for code generation.",
|
|
914
|
+
family: "alibaba",
|
|
915
|
+
releasedAt: new Date("2025-07-22"),
|
|
916
|
+
providers: [
|
|
917
|
+
{
|
|
918
|
+
providerId: "alibaba",
|
|
919
|
+
modelName: "qwen3-coder-flash",
|
|
920
|
+
inputPrice: 0.3 / 1e6,
|
|
921
|
+
outputPrice: 1.5 / 1e6,
|
|
922
|
+
cachedInputPrice: 0.06 / 1e6,
|
|
923
|
+
pricingTiers: [
|
|
924
|
+
{
|
|
925
|
+
name: "Up to 32K",
|
|
926
|
+
upToTokens: 32000,
|
|
927
|
+
inputPrice: 0.3 / 1e6,
|
|
928
|
+
outputPrice: 1.5 / 1e6,
|
|
929
|
+
cachedInputPrice: 0.06 / 1e6,
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
name: "32K-128K",
|
|
933
|
+
upToTokens: 128000,
|
|
934
|
+
inputPrice: 0.5 / 1e6,
|
|
935
|
+
outputPrice: 2.5 / 1e6,
|
|
936
|
+
cachedInputPrice: 0.1 / 1e6,
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
name: "128K-256K",
|
|
940
|
+
upToTokens: 256000,
|
|
941
|
+
inputPrice: 0.8 / 1e6,
|
|
942
|
+
outputPrice: 4.0 / 1e6,
|
|
943
|
+
cachedInputPrice: 0.16 / 1e6,
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
name: "Over 256K",
|
|
947
|
+
upToTokens: Infinity,
|
|
948
|
+
inputPrice: 1.6 / 1e6,
|
|
949
|
+
outputPrice: 9.6 / 1e6,
|
|
950
|
+
cachedInputPrice: 0.32 / 1e6,
|
|
951
|
+
},
|
|
952
|
+
],
|
|
953
|
+
requestPrice: 0,
|
|
954
|
+
contextSize: 1000000,
|
|
955
|
+
maxOutput: 65536,
|
|
956
|
+
streaming: true,
|
|
957
|
+
vision: false,
|
|
958
|
+
tools: true,
|
|
959
|
+
jsonOutput: true,
|
|
960
|
+
},
|
|
961
|
+
],
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
id: "qwen3-vl-plus",
|
|
965
|
+
name: "Qwen3 VL Plus",
|
|
966
|
+
description: "Qwen 3 vision-language model with balanced performance.",
|
|
967
|
+
family: "alibaba",
|
|
968
|
+
releasedAt: new Date("2025-09-23"),
|
|
969
|
+
providers: [
|
|
970
|
+
{
|
|
971
|
+
providerId: "alibaba",
|
|
972
|
+
modelName: "qwen3-vl-plus",
|
|
973
|
+
inputPrice: 0.2 / 1e6,
|
|
974
|
+
outputPrice: 1.6 / 1e6,
|
|
975
|
+
cachedInputPrice: 0.04 / 1e6,
|
|
976
|
+
pricingTiers: [
|
|
977
|
+
{
|
|
978
|
+
name: "Up to 32K",
|
|
979
|
+
upToTokens: 32000,
|
|
980
|
+
inputPrice: 0.2 / 1e6,
|
|
981
|
+
outputPrice: 1.6 / 1e6,
|
|
982
|
+
cachedInputPrice: 0.04 / 1e6,
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
name: "32K-128K",
|
|
986
|
+
upToTokens: 128000,
|
|
987
|
+
inputPrice: 0.3 / 1e6,
|
|
988
|
+
outputPrice: 2.4 / 1e6,
|
|
989
|
+
cachedInputPrice: 0.06 / 1e6,
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
name: "Over 128K",
|
|
993
|
+
upToTokens: Infinity,
|
|
994
|
+
inputPrice: 0.6 / 1e6,
|
|
995
|
+
outputPrice: 4.8 / 1e6,
|
|
996
|
+
cachedInputPrice: 0.12 / 1e6,
|
|
997
|
+
},
|
|
998
|
+
],
|
|
999
|
+
requestPrice: 0,
|
|
1000
|
+
contextSize: 262144,
|
|
1001
|
+
maxOutput: 32768,
|
|
1002
|
+
streaming: true,
|
|
1003
|
+
vision: true,
|
|
1004
|
+
tools: false,
|
|
1005
|
+
jsonOutput: true,
|
|
1006
|
+
},
|
|
1007
|
+
],
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
id: "qwen3-vl-flash",
|
|
1011
|
+
name: "Qwen3 VL Flash",
|
|
1012
|
+
description: "Fast Qwen 3 vision-language model for quick image tasks.",
|
|
1013
|
+
family: "alibaba",
|
|
1014
|
+
releasedAt: new Date("2025-10-15"),
|
|
1015
|
+
providers: [
|
|
1016
|
+
{
|
|
1017
|
+
providerId: "alibaba",
|
|
1018
|
+
modelName: "qwen3-vl-flash",
|
|
1019
|
+
inputPrice: 0.05 / 1e6,
|
|
1020
|
+
outputPrice: 0.4 / 1e6,
|
|
1021
|
+
cachedInputPrice: 0.01 / 1e6,
|
|
1022
|
+
pricingTiers: [
|
|
1023
|
+
{
|
|
1024
|
+
name: "Up to 32K",
|
|
1025
|
+
upToTokens: 32000,
|
|
1026
|
+
inputPrice: 0.05 / 1e6,
|
|
1027
|
+
outputPrice: 0.4 / 1e6,
|
|
1028
|
+
cachedInputPrice: 0.01 / 1e6,
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
name: "32K-128K",
|
|
1032
|
+
upToTokens: 128000,
|
|
1033
|
+
inputPrice: 0.075 / 1e6,
|
|
1034
|
+
outputPrice: 0.6 / 1e6,
|
|
1035
|
+
cachedInputPrice: 0.015 / 1e6,
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
name: "Over 128K",
|
|
1039
|
+
upToTokens: Infinity,
|
|
1040
|
+
inputPrice: 0.12 / 1e6,
|
|
1041
|
+
outputPrice: 0.96 / 1e6,
|
|
1042
|
+
cachedInputPrice: 0.024 / 1e6,
|
|
1043
|
+
},
|
|
1044
|
+
],
|
|
1045
|
+
requestPrice: 0,
|
|
1046
|
+
contextSize: 262144,
|
|
1047
|
+
maxOutput: 32768,
|
|
1048
|
+
streaming: true,
|
|
1049
|
+
vision: true,
|
|
1050
|
+
tools: true,
|
|
1051
|
+
jsonOutput: true,
|
|
1052
|
+
},
|
|
1053
|
+
],
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
id: "qwen3-vl-235b-a22b-instruct",
|
|
1057
|
+
name: "Qwen3 VL 235B A22B Instruct",
|
|
1058
|
+
description: "Large Qwen 3 MoE vision-language instruction model.",
|
|
1059
|
+
family: "alibaba",
|
|
1060
|
+
releasedAt: new Date("2025-09-23"),
|
|
1061
|
+
providers: [
|
|
1062
|
+
{
|
|
1063
|
+
providerId: "alibaba",
|
|
1064
|
+
modelName: "qwen3-vl-235b-a22b-instruct",
|
|
1065
|
+
inputPrice: 0.5 / 1e6,
|
|
1066
|
+
outputPrice: 2.0 / 1e6,
|
|
1067
|
+
requestPrice: 0,
|
|
1068
|
+
contextSize: 131072,
|
|
1069
|
+
maxOutput: 32768,
|
|
1070
|
+
streaming: true,
|
|
1071
|
+
vision: true,
|
|
1072
|
+
tools: true,
|
|
1073
|
+
jsonOutput: true,
|
|
1074
|
+
},
|
|
1075
|
+
],
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
id: "qwen3-vl-235b-a22b-thinking",
|
|
1079
|
+
name: "Qwen3 VL 235B A22B Thinking",
|
|
1080
|
+
description: "Large Qwen 3 MoE vision-language model with reasoning capabilities.",
|
|
1081
|
+
family: "alibaba",
|
|
1082
|
+
releasedAt: new Date("2025-09-23"),
|
|
1083
|
+
providers: [
|
|
1084
|
+
{
|
|
1085
|
+
providerId: "alibaba",
|
|
1086
|
+
modelName: "qwen3-vl-235b-a22b-thinking",
|
|
1087
|
+
inputPrice: 0.5 / 1e6,
|
|
1088
|
+
outputPrice: 2.0 / 1e6,
|
|
1089
|
+
requestPrice: 0,
|
|
1090
|
+
contextSize: 131072,
|
|
1091
|
+
maxOutput: 32768,
|
|
1092
|
+
reasoning: true,
|
|
1093
|
+
reasoningOutput: "omit",
|
|
1094
|
+
streaming: true,
|
|
1095
|
+
vision: true,
|
|
1096
|
+
tools: false,
|
|
1097
|
+
jsonOutput: false,
|
|
1098
|
+
},
|
|
1099
|
+
],
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
id: "qwen2-5-vl-32b-instruct",
|
|
1103
|
+
name: "Qwen2.5 VL 32B Instruct",
|
|
1104
|
+
description: "Vision-language Qwen 2.5 model, 32B size.",
|
|
1105
|
+
family: "alibaba",
|
|
1106
|
+
releasedAt: new Date("2025-02-19"),
|
|
1107
|
+
providers: [
|
|
1108
|
+
{
|
|
1109
|
+
test: "skip",
|
|
1110
|
+
providerId: "alibaba",
|
|
1111
|
+
modelName: "qwen2.5-vl-32b-instruct",
|
|
1112
|
+
inputPrice: 1.4 / 1e6,
|
|
1113
|
+
outputPrice: 4.2 / 1e6,
|
|
1114
|
+
requestPrice: 0,
|
|
1115
|
+
contextSize: 131072,
|
|
1116
|
+
maxOutput: 32768,
|
|
1117
|
+
streaming: true,
|
|
1118
|
+
vision: true,
|
|
1119
|
+
tools: false,
|
|
1120
|
+
jsonOutput: true,
|
|
1121
|
+
},
|
|
1122
|
+
],
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
id: "qwen3-max-2026-01-23",
|
|
1126
|
+
name: "Qwen3 Max 2026-01-23",
|
|
1127
|
+
description: "Latest Qwen 3 flagship model with integrated thinking mode and tool support.",
|
|
1128
|
+
family: "alibaba",
|
|
1129
|
+
releasedAt: new Date("2026-01-23"),
|
|
1130
|
+
providers: [
|
|
1131
|
+
{
|
|
1132
|
+
test: "skip",
|
|
1133
|
+
providerId: "alibaba",
|
|
1134
|
+
modelName: "qwen3-max-2026-01-23",
|
|
1135
|
+
inputPrice: 1.2 / 1e6,
|
|
1136
|
+
outputPrice: 6.0 / 1e6,
|
|
1137
|
+
cachedInputPrice: 0.24 / 1e6,
|
|
1138
|
+
pricingTiers: [
|
|
1139
|
+
{
|
|
1140
|
+
name: "Up to 32K",
|
|
1141
|
+
upToTokens: 32000,
|
|
1142
|
+
inputPrice: 1.2 / 1e6,
|
|
1143
|
+
outputPrice: 6.0 / 1e6,
|
|
1144
|
+
cachedInputPrice: 0.24 / 1e6,
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
name: "32K-128K",
|
|
1148
|
+
upToTokens: 128000,
|
|
1149
|
+
inputPrice: 2.4 / 1e6,
|
|
1150
|
+
outputPrice: 12.0 / 1e6,
|
|
1151
|
+
cachedInputPrice: 0.48 / 1e6,
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
name: "Over 128K",
|
|
1155
|
+
upToTokens: Infinity,
|
|
1156
|
+
inputPrice: 3.0 / 1e6,
|
|
1157
|
+
outputPrice: 15.0 / 1e6,
|
|
1158
|
+
cachedInputPrice: 0.6 / 1e6,
|
|
1159
|
+
},
|
|
1160
|
+
],
|
|
1161
|
+
requestPrice: 0,
|
|
1162
|
+
contextSize: 262144,
|
|
1163
|
+
maxOutput: 65536,
|
|
1164
|
+
reasoning: true,
|
|
1165
|
+
reasoningOutput: "omit",
|
|
1166
|
+
streaming: true,
|
|
1167
|
+
vision: true,
|
|
1168
|
+
tools: true,
|
|
1169
|
+
jsonOutput: true,
|
|
1170
|
+
},
|
|
1171
|
+
],
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
id: "qwen-image-edit-plus",
|
|
1175
|
+
name: "Qwen Image Edit Plus",
|
|
1176
|
+
description: "Alibaba's image editing model for modifying existing images.",
|
|
1177
|
+
family: "alibaba",
|
|
1178
|
+
output: ["text", "image"],
|
|
1179
|
+
releasedAt: new Date("2025-08-19"),
|
|
1180
|
+
providers: [
|
|
1181
|
+
{
|
|
1182
|
+
test: "skip",
|
|
1183
|
+
providerId: "alibaba",
|
|
1184
|
+
modelName: "qwen-image-edit-plus",
|
|
1185
|
+
inputPrice: 0,
|
|
1186
|
+
outputPrice: 0,
|
|
1187
|
+
requestPrice: 0.04,
|
|
1188
|
+
contextSize: 2000,
|
|
1189
|
+
maxOutput: 4096,
|
|
1190
|
+
streaming: false,
|
|
1191
|
+
vision: true,
|
|
1192
|
+
tools: false,
|
|
1193
|
+
jsonOutput: false,
|
|
1194
|
+
imageGenerations: true,
|
|
1195
|
+
},
|
|
1196
|
+
],
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
id: "qwen-image-edit-max",
|
|
1200
|
+
name: "Qwen Image Edit Max",
|
|
1201
|
+
description: "Alibaba's flagship image editing model for high-quality image modifications.",
|
|
1202
|
+
family: "alibaba",
|
|
1203
|
+
output: ["text", "image"],
|
|
1204
|
+
releasedAt: new Date("2026-01-16"),
|
|
1205
|
+
providers: [
|
|
1206
|
+
{
|
|
1207
|
+
test: "skip",
|
|
1208
|
+
providerId: "alibaba",
|
|
1209
|
+
modelName: "qwen-image-edit-max",
|
|
1210
|
+
inputPrice: 0,
|
|
1211
|
+
outputPrice: 0,
|
|
1212
|
+
requestPrice: 0.08,
|
|
1213
|
+
contextSize: 2000,
|
|
1214
|
+
maxOutput: 4096,
|
|
1215
|
+
streaming: false,
|
|
1216
|
+
vision: true,
|
|
1217
|
+
tools: false,
|
|
1218
|
+
jsonOutput: false,
|
|
1219
|
+
imageGenerations: true,
|
|
1220
|
+
},
|
|
1221
|
+
],
|
|
1222
|
+
},
|
|
810
1223
|
];
|
|
811
1224
|
//# sourceMappingURL=alibaba.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alibaba.js","sourceRoot":"","sources":["../../src/models/alibaba.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"alibaba.js","sourceRoot":"","sources":["../../src/models/alibaba.ts"],"names":[],"mappings":"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"}
|
package/dist/models.d.ts
CHANGED
|
@@ -3894,6 +3894,7 @@ export declare const models: [{
|
|
|
3894
3894
|
readonly family: "alibaba";
|
|
3895
3895
|
readonly releasedAt: Date;
|
|
3896
3896
|
readonly providers: [{
|
|
3897
|
+
readonly test: "skip";
|
|
3897
3898
|
readonly providerId: "alibaba";
|
|
3898
3899
|
readonly modelName: "qwen-max";
|
|
3899
3900
|
readonly inputPrice: number;
|
|
@@ -3913,6 +3914,7 @@ export declare const models: [{
|
|
|
3913
3914
|
readonly family: "alibaba";
|
|
3914
3915
|
readonly releasedAt: Date;
|
|
3915
3916
|
readonly providers: [{
|
|
3917
|
+
readonly test: "skip";
|
|
3916
3918
|
readonly providerId: "alibaba";
|
|
3917
3919
|
readonly modelName: "qwen-max-latest";
|
|
3918
3920
|
readonly inputPrice: number;
|
|
@@ -3936,6 +3938,20 @@ export declare const models: [{
|
|
|
3936
3938
|
readonly modelName: "qwen-plus";
|
|
3937
3939
|
readonly inputPrice: number;
|
|
3938
3940
|
readonly outputPrice: number;
|
|
3941
|
+
readonly cachedInputPrice: number;
|
|
3942
|
+
readonly pricingTiers: [{
|
|
3943
|
+
readonly name: "Up to 256K";
|
|
3944
|
+
readonly upToTokens: 256000;
|
|
3945
|
+
readonly inputPrice: number;
|
|
3946
|
+
readonly outputPrice: number;
|
|
3947
|
+
readonly cachedInputPrice: number;
|
|
3948
|
+
}, {
|
|
3949
|
+
readonly name: "Over 256K";
|
|
3950
|
+
readonly upToTokens: number;
|
|
3951
|
+
readonly inputPrice: number;
|
|
3952
|
+
readonly outputPrice: number;
|
|
3953
|
+
readonly cachedInputPrice: number;
|
|
3954
|
+
}];
|
|
3939
3955
|
readonly requestPrice: 0;
|
|
3940
3956
|
readonly contextSize: 131072;
|
|
3941
3957
|
readonly maxOutput: 32000;
|
|
@@ -3955,6 +3971,20 @@ export declare const models: [{
|
|
|
3955
3971
|
readonly modelName: "qwen-plus-latest";
|
|
3956
3972
|
readonly inputPrice: number;
|
|
3957
3973
|
readonly outputPrice: number;
|
|
3974
|
+
readonly cachedInputPrice: number;
|
|
3975
|
+
readonly pricingTiers: [{
|
|
3976
|
+
readonly name: "Up to 256K";
|
|
3977
|
+
readonly upToTokens: 256000;
|
|
3978
|
+
readonly inputPrice: number;
|
|
3979
|
+
readonly outputPrice: number;
|
|
3980
|
+
readonly cachedInputPrice: number;
|
|
3981
|
+
}, {
|
|
3982
|
+
readonly name: "Over 256K";
|
|
3983
|
+
readonly upToTokens: number;
|
|
3984
|
+
readonly inputPrice: number;
|
|
3985
|
+
readonly outputPrice: number;
|
|
3986
|
+
readonly cachedInputPrice: number;
|
|
3987
|
+
}];
|
|
3958
3988
|
readonly requestPrice: 0;
|
|
3959
3989
|
readonly contextSize: 1000000;
|
|
3960
3990
|
readonly maxOutput: 32000;
|
|
@@ -3974,6 +4004,20 @@ export declare const models: [{
|
|
|
3974
4004
|
readonly modelName: "qwen-flash";
|
|
3975
4005
|
readonly inputPrice: number;
|
|
3976
4006
|
readonly outputPrice: number;
|
|
4007
|
+
readonly cachedInputPrice: number;
|
|
4008
|
+
readonly pricingTiers: [{
|
|
4009
|
+
readonly name: "Up to 256K";
|
|
4010
|
+
readonly upToTokens: 256000;
|
|
4011
|
+
readonly inputPrice: number;
|
|
4012
|
+
readonly outputPrice: number;
|
|
4013
|
+
readonly cachedInputPrice: number;
|
|
4014
|
+
}, {
|
|
4015
|
+
readonly name: "Over 256K";
|
|
4016
|
+
readonly upToTokens: number;
|
|
4017
|
+
readonly inputPrice: number;
|
|
4018
|
+
readonly outputPrice: number;
|
|
4019
|
+
readonly cachedInputPrice: number;
|
|
4020
|
+
}];
|
|
3977
4021
|
readonly requestPrice: 0;
|
|
3978
4022
|
readonly contextSize: 1000000;
|
|
3979
4023
|
readonly maxOutput: 32000;
|
|
@@ -4591,6 +4635,316 @@ export declare const models: [{
|
|
|
4591
4635
|
readonly jsonOutput: false;
|
|
4592
4636
|
readonly imageGenerations: true;
|
|
4593
4637
|
}];
|
|
4638
|
+
}, {
|
|
4639
|
+
readonly id: "qwq-plus";
|
|
4640
|
+
readonly name: "QwQ Plus";
|
|
4641
|
+
readonly description: "Alibaba's reasoning model with enhanced math and code capabilities.";
|
|
4642
|
+
readonly family: "alibaba";
|
|
4643
|
+
readonly releasedAt: Date;
|
|
4644
|
+
readonly providers: [{
|
|
4645
|
+
readonly providerId: "alibaba";
|
|
4646
|
+
readonly modelName: "qwq-plus";
|
|
4647
|
+
readonly inputPrice: number;
|
|
4648
|
+
readonly outputPrice: number;
|
|
4649
|
+
readonly requestPrice: 0;
|
|
4650
|
+
readonly contextSize: 131072;
|
|
4651
|
+
readonly maxOutput: 8192;
|
|
4652
|
+
readonly reasoning: true;
|
|
4653
|
+
readonly reasoningOutput: "omit";
|
|
4654
|
+
readonly streaming: true;
|
|
4655
|
+
readonly vision: false;
|
|
4656
|
+
readonly tools: false;
|
|
4657
|
+
readonly jsonOutput: false;
|
|
4658
|
+
}];
|
|
4659
|
+
}, {
|
|
4660
|
+
readonly id: "qwen-coder-plus";
|
|
4661
|
+
readonly name: "Qwen Coder Plus";
|
|
4662
|
+
readonly description: "Alibaba's code-specialized model based on Qwen2.5.";
|
|
4663
|
+
readonly family: "alibaba";
|
|
4664
|
+
readonly releasedAt: Date;
|
|
4665
|
+
readonly providers: [{
|
|
4666
|
+
readonly test: "skip";
|
|
4667
|
+
readonly providerId: "alibaba";
|
|
4668
|
+
readonly modelName: "qwen-coder-plus";
|
|
4669
|
+
readonly inputPrice: number;
|
|
4670
|
+
readonly outputPrice: number;
|
|
4671
|
+
readonly requestPrice: 0;
|
|
4672
|
+
readonly contextSize: 131072;
|
|
4673
|
+
readonly maxOutput: 8192;
|
|
4674
|
+
readonly streaming: true;
|
|
4675
|
+
readonly vision: false;
|
|
4676
|
+
readonly tools: true;
|
|
4677
|
+
readonly jsonOutput: true;
|
|
4678
|
+
}];
|
|
4679
|
+
}, {
|
|
4680
|
+
readonly id: "qwen3-coder-flash";
|
|
4681
|
+
readonly name: "Qwen3 Coder Flash";
|
|
4682
|
+
readonly description: "Fast, cost-effective Qwen 3 model for code generation.";
|
|
4683
|
+
readonly family: "alibaba";
|
|
4684
|
+
readonly releasedAt: Date;
|
|
4685
|
+
readonly providers: [{
|
|
4686
|
+
readonly providerId: "alibaba";
|
|
4687
|
+
readonly modelName: "qwen3-coder-flash";
|
|
4688
|
+
readonly inputPrice: number;
|
|
4689
|
+
readonly outputPrice: number;
|
|
4690
|
+
readonly cachedInputPrice: number;
|
|
4691
|
+
readonly pricingTiers: [{
|
|
4692
|
+
readonly name: "Up to 32K";
|
|
4693
|
+
readonly upToTokens: 32000;
|
|
4694
|
+
readonly inputPrice: number;
|
|
4695
|
+
readonly outputPrice: number;
|
|
4696
|
+
readonly cachedInputPrice: number;
|
|
4697
|
+
}, {
|
|
4698
|
+
readonly name: "32K-128K";
|
|
4699
|
+
readonly upToTokens: 128000;
|
|
4700
|
+
readonly inputPrice: number;
|
|
4701
|
+
readonly outputPrice: number;
|
|
4702
|
+
readonly cachedInputPrice: number;
|
|
4703
|
+
}, {
|
|
4704
|
+
readonly name: "128K-256K";
|
|
4705
|
+
readonly upToTokens: 256000;
|
|
4706
|
+
readonly inputPrice: number;
|
|
4707
|
+
readonly outputPrice: number;
|
|
4708
|
+
readonly cachedInputPrice: number;
|
|
4709
|
+
}, {
|
|
4710
|
+
readonly name: "Over 256K";
|
|
4711
|
+
readonly upToTokens: number;
|
|
4712
|
+
readonly inputPrice: number;
|
|
4713
|
+
readonly outputPrice: number;
|
|
4714
|
+
readonly cachedInputPrice: number;
|
|
4715
|
+
}];
|
|
4716
|
+
readonly requestPrice: 0;
|
|
4717
|
+
readonly contextSize: 1000000;
|
|
4718
|
+
readonly maxOutput: 65536;
|
|
4719
|
+
readonly streaming: true;
|
|
4720
|
+
readonly vision: false;
|
|
4721
|
+
readonly tools: true;
|
|
4722
|
+
readonly jsonOutput: true;
|
|
4723
|
+
}];
|
|
4724
|
+
}, {
|
|
4725
|
+
readonly id: "qwen3-vl-plus";
|
|
4726
|
+
readonly name: "Qwen3 VL Plus";
|
|
4727
|
+
readonly description: "Qwen 3 vision-language model with balanced performance.";
|
|
4728
|
+
readonly family: "alibaba";
|
|
4729
|
+
readonly releasedAt: Date;
|
|
4730
|
+
readonly providers: [{
|
|
4731
|
+
readonly providerId: "alibaba";
|
|
4732
|
+
readonly modelName: "qwen3-vl-plus";
|
|
4733
|
+
readonly inputPrice: number;
|
|
4734
|
+
readonly outputPrice: number;
|
|
4735
|
+
readonly cachedInputPrice: number;
|
|
4736
|
+
readonly pricingTiers: [{
|
|
4737
|
+
readonly name: "Up to 32K";
|
|
4738
|
+
readonly upToTokens: 32000;
|
|
4739
|
+
readonly inputPrice: number;
|
|
4740
|
+
readonly outputPrice: number;
|
|
4741
|
+
readonly cachedInputPrice: number;
|
|
4742
|
+
}, {
|
|
4743
|
+
readonly name: "32K-128K";
|
|
4744
|
+
readonly upToTokens: 128000;
|
|
4745
|
+
readonly inputPrice: number;
|
|
4746
|
+
readonly outputPrice: number;
|
|
4747
|
+
readonly cachedInputPrice: number;
|
|
4748
|
+
}, {
|
|
4749
|
+
readonly name: "Over 128K";
|
|
4750
|
+
readonly upToTokens: number;
|
|
4751
|
+
readonly inputPrice: number;
|
|
4752
|
+
readonly outputPrice: number;
|
|
4753
|
+
readonly cachedInputPrice: number;
|
|
4754
|
+
}];
|
|
4755
|
+
readonly requestPrice: 0;
|
|
4756
|
+
readonly contextSize: 262144;
|
|
4757
|
+
readonly maxOutput: 32768;
|
|
4758
|
+
readonly streaming: true;
|
|
4759
|
+
readonly vision: true;
|
|
4760
|
+
readonly tools: false;
|
|
4761
|
+
readonly jsonOutput: true;
|
|
4762
|
+
}];
|
|
4763
|
+
}, {
|
|
4764
|
+
readonly id: "qwen3-vl-flash";
|
|
4765
|
+
readonly name: "Qwen3 VL Flash";
|
|
4766
|
+
readonly description: "Fast Qwen 3 vision-language model for quick image tasks.";
|
|
4767
|
+
readonly family: "alibaba";
|
|
4768
|
+
readonly releasedAt: Date;
|
|
4769
|
+
readonly providers: [{
|
|
4770
|
+
readonly providerId: "alibaba";
|
|
4771
|
+
readonly modelName: "qwen3-vl-flash";
|
|
4772
|
+
readonly inputPrice: number;
|
|
4773
|
+
readonly outputPrice: number;
|
|
4774
|
+
readonly cachedInputPrice: number;
|
|
4775
|
+
readonly pricingTiers: [{
|
|
4776
|
+
readonly name: "Up to 32K";
|
|
4777
|
+
readonly upToTokens: 32000;
|
|
4778
|
+
readonly inputPrice: number;
|
|
4779
|
+
readonly outputPrice: number;
|
|
4780
|
+
readonly cachedInputPrice: number;
|
|
4781
|
+
}, {
|
|
4782
|
+
readonly name: "32K-128K";
|
|
4783
|
+
readonly upToTokens: 128000;
|
|
4784
|
+
readonly inputPrice: number;
|
|
4785
|
+
readonly outputPrice: number;
|
|
4786
|
+
readonly cachedInputPrice: number;
|
|
4787
|
+
}, {
|
|
4788
|
+
readonly name: "Over 128K";
|
|
4789
|
+
readonly upToTokens: number;
|
|
4790
|
+
readonly inputPrice: number;
|
|
4791
|
+
readonly outputPrice: number;
|
|
4792
|
+
readonly cachedInputPrice: number;
|
|
4793
|
+
}];
|
|
4794
|
+
readonly requestPrice: 0;
|
|
4795
|
+
readonly contextSize: 262144;
|
|
4796
|
+
readonly maxOutput: 32768;
|
|
4797
|
+
readonly streaming: true;
|
|
4798
|
+
readonly vision: true;
|
|
4799
|
+
readonly tools: true;
|
|
4800
|
+
readonly jsonOutput: true;
|
|
4801
|
+
}];
|
|
4802
|
+
}, {
|
|
4803
|
+
readonly id: "qwen3-vl-235b-a22b-instruct";
|
|
4804
|
+
readonly name: "Qwen3 VL 235B A22B Instruct";
|
|
4805
|
+
readonly description: "Large Qwen 3 MoE vision-language instruction model.";
|
|
4806
|
+
readonly family: "alibaba";
|
|
4807
|
+
readonly releasedAt: Date;
|
|
4808
|
+
readonly providers: [{
|
|
4809
|
+
readonly providerId: "alibaba";
|
|
4810
|
+
readonly modelName: "qwen3-vl-235b-a22b-instruct";
|
|
4811
|
+
readonly inputPrice: number;
|
|
4812
|
+
readonly outputPrice: number;
|
|
4813
|
+
readonly requestPrice: 0;
|
|
4814
|
+
readonly contextSize: 131072;
|
|
4815
|
+
readonly maxOutput: 32768;
|
|
4816
|
+
readonly streaming: true;
|
|
4817
|
+
readonly vision: true;
|
|
4818
|
+
readonly tools: true;
|
|
4819
|
+
readonly jsonOutput: true;
|
|
4820
|
+
}];
|
|
4821
|
+
}, {
|
|
4822
|
+
readonly id: "qwen3-vl-235b-a22b-thinking";
|
|
4823
|
+
readonly name: "Qwen3 VL 235B A22B Thinking";
|
|
4824
|
+
readonly description: "Large Qwen 3 MoE vision-language model with reasoning capabilities.";
|
|
4825
|
+
readonly family: "alibaba";
|
|
4826
|
+
readonly releasedAt: Date;
|
|
4827
|
+
readonly providers: [{
|
|
4828
|
+
readonly providerId: "alibaba";
|
|
4829
|
+
readonly modelName: "qwen3-vl-235b-a22b-thinking";
|
|
4830
|
+
readonly inputPrice: number;
|
|
4831
|
+
readonly outputPrice: number;
|
|
4832
|
+
readonly requestPrice: 0;
|
|
4833
|
+
readonly contextSize: 131072;
|
|
4834
|
+
readonly maxOutput: 32768;
|
|
4835
|
+
readonly reasoning: true;
|
|
4836
|
+
readonly reasoningOutput: "omit";
|
|
4837
|
+
readonly streaming: true;
|
|
4838
|
+
readonly vision: true;
|
|
4839
|
+
readonly tools: false;
|
|
4840
|
+
readonly jsonOutput: false;
|
|
4841
|
+
}];
|
|
4842
|
+
}, {
|
|
4843
|
+
readonly id: "qwen2-5-vl-32b-instruct";
|
|
4844
|
+
readonly name: "Qwen2.5 VL 32B Instruct";
|
|
4845
|
+
readonly description: "Vision-language Qwen 2.5 model, 32B size.";
|
|
4846
|
+
readonly family: "alibaba";
|
|
4847
|
+
readonly releasedAt: Date;
|
|
4848
|
+
readonly providers: [{
|
|
4849
|
+
readonly test: "skip";
|
|
4850
|
+
readonly providerId: "alibaba";
|
|
4851
|
+
readonly modelName: "qwen2.5-vl-32b-instruct";
|
|
4852
|
+
readonly inputPrice: number;
|
|
4853
|
+
readonly outputPrice: number;
|
|
4854
|
+
readonly requestPrice: 0;
|
|
4855
|
+
readonly contextSize: 131072;
|
|
4856
|
+
readonly maxOutput: 32768;
|
|
4857
|
+
readonly streaming: true;
|
|
4858
|
+
readonly vision: true;
|
|
4859
|
+
readonly tools: false;
|
|
4860
|
+
readonly jsonOutput: true;
|
|
4861
|
+
}];
|
|
4862
|
+
}, {
|
|
4863
|
+
readonly id: "qwen3-max-2026-01-23";
|
|
4864
|
+
readonly name: "Qwen3 Max 2026-01-23";
|
|
4865
|
+
readonly description: "Latest Qwen 3 flagship model with integrated thinking mode and tool support.";
|
|
4866
|
+
readonly family: "alibaba";
|
|
4867
|
+
readonly releasedAt: Date;
|
|
4868
|
+
readonly providers: [{
|
|
4869
|
+
readonly test: "skip";
|
|
4870
|
+
readonly providerId: "alibaba";
|
|
4871
|
+
readonly modelName: "qwen3-max-2026-01-23";
|
|
4872
|
+
readonly inputPrice: number;
|
|
4873
|
+
readonly outputPrice: number;
|
|
4874
|
+
readonly cachedInputPrice: number;
|
|
4875
|
+
readonly pricingTiers: [{
|
|
4876
|
+
readonly name: "Up to 32K";
|
|
4877
|
+
readonly upToTokens: 32000;
|
|
4878
|
+
readonly inputPrice: number;
|
|
4879
|
+
readonly outputPrice: number;
|
|
4880
|
+
readonly cachedInputPrice: number;
|
|
4881
|
+
}, {
|
|
4882
|
+
readonly name: "32K-128K";
|
|
4883
|
+
readonly upToTokens: 128000;
|
|
4884
|
+
readonly inputPrice: number;
|
|
4885
|
+
readonly outputPrice: number;
|
|
4886
|
+
readonly cachedInputPrice: number;
|
|
4887
|
+
}, {
|
|
4888
|
+
readonly name: "Over 128K";
|
|
4889
|
+
readonly upToTokens: number;
|
|
4890
|
+
readonly inputPrice: number;
|
|
4891
|
+
readonly outputPrice: number;
|
|
4892
|
+
readonly cachedInputPrice: number;
|
|
4893
|
+
}];
|
|
4894
|
+
readonly requestPrice: 0;
|
|
4895
|
+
readonly contextSize: 262144;
|
|
4896
|
+
readonly maxOutput: 65536;
|
|
4897
|
+
readonly reasoning: true;
|
|
4898
|
+
readonly reasoningOutput: "omit";
|
|
4899
|
+
readonly streaming: true;
|
|
4900
|
+
readonly vision: true;
|
|
4901
|
+
readonly tools: true;
|
|
4902
|
+
readonly jsonOutput: true;
|
|
4903
|
+
}];
|
|
4904
|
+
}, {
|
|
4905
|
+
readonly id: "qwen-image-edit-plus";
|
|
4906
|
+
readonly name: "Qwen Image Edit Plus";
|
|
4907
|
+
readonly description: "Alibaba's image editing model for modifying existing images.";
|
|
4908
|
+
readonly family: "alibaba";
|
|
4909
|
+
readonly output: ["text", "image"];
|
|
4910
|
+
readonly releasedAt: Date;
|
|
4911
|
+
readonly providers: [{
|
|
4912
|
+
readonly test: "skip";
|
|
4913
|
+
readonly providerId: "alibaba";
|
|
4914
|
+
readonly modelName: "qwen-image-edit-plus";
|
|
4915
|
+
readonly inputPrice: 0;
|
|
4916
|
+
readonly outputPrice: 0;
|
|
4917
|
+
readonly requestPrice: 0.04;
|
|
4918
|
+
readonly contextSize: 2000;
|
|
4919
|
+
readonly maxOutput: 4096;
|
|
4920
|
+
readonly streaming: false;
|
|
4921
|
+
readonly vision: true;
|
|
4922
|
+
readonly tools: false;
|
|
4923
|
+
readonly jsonOutput: false;
|
|
4924
|
+
readonly imageGenerations: true;
|
|
4925
|
+
}];
|
|
4926
|
+
}, {
|
|
4927
|
+
readonly id: "qwen-image-edit-max";
|
|
4928
|
+
readonly name: "Qwen Image Edit Max";
|
|
4929
|
+
readonly description: "Alibaba's flagship image editing model for high-quality image modifications.";
|
|
4930
|
+
readonly family: "alibaba";
|
|
4931
|
+
readonly output: ["text", "image"];
|
|
4932
|
+
readonly releasedAt: Date;
|
|
4933
|
+
readonly providers: [{
|
|
4934
|
+
readonly test: "skip";
|
|
4935
|
+
readonly providerId: "alibaba";
|
|
4936
|
+
readonly modelName: "qwen-image-edit-max";
|
|
4937
|
+
readonly inputPrice: 0;
|
|
4938
|
+
readonly outputPrice: 0;
|
|
4939
|
+
readonly requestPrice: 0.08;
|
|
4940
|
+
readonly contextSize: 2000;
|
|
4941
|
+
readonly maxOutput: 4096;
|
|
4942
|
+
readonly streaming: false;
|
|
4943
|
+
readonly vision: true;
|
|
4944
|
+
readonly tools: false;
|
|
4945
|
+
readonly jsonOutput: false;
|
|
4946
|
+
readonly imageGenerations: true;
|
|
4947
|
+
}];
|
|
4594
4948
|
}, {
|
|
4595
4949
|
readonly id: "seed-1-6-250615";
|
|
4596
4950
|
readonly name: "Seed 1.6 (250615)";
|