@llmgateway/models 1.3.1 → 1.5.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.
@@ -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;
@@ -205,6 +249,19 @@ export declare const alibabaModels: [{
205
249
  readonly vision: false;
206
250
  readonly tools: true;
207
251
  readonly jsonOutput: true;
252
+ }, {
253
+ readonly providerId: "novita";
254
+ readonly modelName: "qwen/qwen3-235b-a22b-instruct-2507";
255
+ readonly inputPrice: number;
256
+ readonly outputPrice: number;
257
+ readonly requestPrice: 0;
258
+ readonly contextSize: 131072;
259
+ readonly maxOutput: 16384;
260
+ readonly reasoning: false;
261
+ readonly streaming: true;
262
+ readonly vision: false;
263
+ readonly tools: true;
264
+ readonly jsonOutput: true;
208
265
  }];
209
266
  }, {
210
267
  readonly id: "qwen3-235b-a22b-thinking-2507";
@@ -226,6 +283,39 @@ export declare const alibabaModels: [{
226
283
  readonly tools: true;
227
284
  readonly stability: "unstable";
228
285
  readonly jsonOutput: true;
286
+ }, {
287
+ readonly providerId: "novita";
288
+ readonly modelName: "qwen/qwen3-235b-a22b-thinking-2507";
289
+ readonly inputPrice: number;
290
+ readonly outputPrice: number;
291
+ readonly requestPrice: 0;
292
+ readonly contextSize: 131072;
293
+ readonly maxOutput: 32768;
294
+ readonly reasoning: false;
295
+ readonly streaming: true;
296
+ readonly vision: false;
297
+ readonly tools: true;
298
+ readonly jsonOutput: false;
299
+ }];
300
+ }, {
301
+ readonly id: "qwen3-235b-a22b-fp8";
302
+ readonly name: "Qwen3 235B A22B FP8";
303
+ readonly description: "Qwen 3 235B MoE with FP8 quantization.";
304
+ readonly family: "alibaba";
305
+ readonly releasedAt: Date;
306
+ readonly providers: [{
307
+ readonly providerId: "novita";
308
+ readonly modelName: "qwen/qwen3-235b-a22b-fp8";
309
+ readonly inputPrice: number;
310
+ readonly outputPrice: number;
311
+ readonly requestPrice: 0;
312
+ readonly contextSize: 40960;
313
+ readonly maxOutput: 20000;
314
+ readonly reasoning: false;
315
+ readonly streaming: true;
316
+ readonly vision: false;
317
+ readonly tools: false;
318
+ readonly jsonOutput: true;
229
319
  }];
230
320
  }, {
231
321
  readonly id: "qwen3-14b";
@@ -433,6 +523,18 @@ export declare const alibabaModels: [{
433
523
  readonly vision: false;
434
524
  readonly tools: true;
435
525
  readonly jsonOutput: true;
526
+ }, {
527
+ readonly providerId: "novita";
528
+ readonly modelName: "qwen/qwen3-coder-480b-a35b-instruct";
529
+ readonly inputPrice: number;
530
+ readonly outputPrice: number;
531
+ readonly requestPrice: 0;
532
+ readonly contextSize: 262144;
533
+ readonly maxOutput: 65536;
534
+ readonly streaming: true;
535
+ readonly vision: false;
536
+ readonly tools: true;
537
+ readonly jsonOutput: true;
436
538
  }];
437
539
  }, {
438
540
  readonly id: "qwen3-coder-30b-a3b-instruct";
@@ -452,6 +554,18 @@ export declare const alibabaModels: [{
452
554
  readonly vision: false;
453
555
  readonly tools: true;
454
556
  readonly jsonOutput: true;
557
+ }, {
558
+ readonly providerId: "novita";
559
+ readonly modelName: "qwen/qwen3-coder-30b-a3b-instruct";
560
+ readonly inputPrice: number;
561
+ readonly outputPrice: number;
562
+ readonly requestPrice: 0;
563
+ readonly contextSize: 160000;
564
+ readonly maxOutput: 32768;
565
+ readonly streaming: true;
566
+ readonly vision: false;
567
+ readonly tools: true;
568
+ readonly jsonOutput: true;
455
569
  }];
456
570
  }, {
457
571
  readonly id: "qwen3-30b-a3b-instruct-2507";
@@ -551,6 +665,19 @@ export declare const alibabaModels: [{
551
665
  readonly vision: false;
552
666
  readonly tools: true;
553
667
  readonly jsonOutput: false;
668
+ }, {
669
+ readonly providerId: "novita";
670
+ readonly modelName: "qwen/qwen3-next-80b-a3b-thinking";
671
+ readonly inputPrice: number;
672
+ readonly outputPrice: number;
673
+ readonly requestPrice: 0;
674
+ readonly contextSize: 131072;
675
+ readonly maxOutput: 32768;
676
+ readonly reasoning: true;
677
+ readonly streaming: true;
678
+ readonly vision: false;
679
+ readonly tools: true;
680
+ readonly jsonOutput: false;
554
681
  }];
555
682
  }, {
556
683
  readonly id: "qwen3-next-80b-a3b-instruct";
@@ -570,6 +697,18 @@ export declare const alibabaModels: [{
570
697
  readonly vision: false;
571
698
  readonly tools: true;
572
699
  readonly jsonOutput: true;
700
+ }, {
701
+ readonly providerId: "novita";
702
+ readonly modelName: "qwen/qwen3-next-80b-a3b-instruct";
703
+ readonly inputPrice: number;
704
+ readonly outputPrice: number;
705
+ readonly requestPrice: 0;
706
+ readonly contextSize: 131072;
707
+ readonly maxOutput: 32768;
708
+ readonly streaming: true;
709
+ readonly vision: false;
710
+ readonly tools: true;
711
+ readonly jsonOutput: true;
573
712
  }];
574
713
  }, {
575
714
  readonly id: "qwen3-max";
@@ -593,6 +732,18 @@ export declare const alibabaModels: [{
593
732
  readonly vision: true;
594
733
  readonly tools: true;
595
734
  readonly jsonOutput: true;
735
+ }, {
736
+ readonly providerId: "novita";
737
+ readonly modelName: "qwen/qwen3-max";
738
+ readonly inputPrice: number;
739
+ readonly outputPrice: number;
740
+ readonly requestPrice: 0;
741
+ readonly contextSize: 262144;
742
+ readonly maxOutput: 65536;
743
+ readonly streaming: true;
744
+ readonly vision: false;
745
+ readonly tools: true;
746
+ readonly jsonOutput: true;
596
747
  }];
597
748
  }, {
598
749
  readonly id: "qwen3-coder";
@@ -614,6 +765,105 @@ export declare const alibabaModels: [{
614
765
  readonly tools: true;
615
766
  readonly jsonOutput: true;
616
767
  }];
768
+ }, {
769
+ readonly id: "qwen3-vl-30b-a3b-instruct";
770
+ readonly name: "Qwen3 VL 30B A3B Instruct";
771
+ readonly description: "Vision-language Qwen 3 MoE model, 30B size.";
772
+ readonly family: "alibaba";
773
+ readonly releasedAt: Date;
774
+ readonly providers: [{
775
+ readonly providerId: "novita";
776
+ readonly modelName: "qwen/qwen3-vl-30b-a3b-instruct";
777
+ readonly inputPrice: number;
778
+ readonly outputPrice: number;
779
+ readonly requestPrice: 0;
780
+ readonly contextSize: 131072;
781
+ readonly maxOutput: 32768;
782
+ readonly streaming: true;
783
+ readonly vision: true;
784
+ readonly tools: true;
785
+ readonly jsonOutput: false;
786
+ }];
787
+ }, {
788
+ readonly id: "qwen3-vl-30b-a3b-thinking";
789
+ readonly name: "Qwen3 VL 30B A3B Thinking";
790
+ readonly description: "Vision-language Qwen 3 MoE with reasoning capabilities.";
791
+ readonly family: "alibaba";
792
+ readonly releasedAt: Date;
793
+ readonly providers: [{
794
+ readonly providerId: "novita";
795
+ readonly modelName: "qwen/qwen3-vl-30b-a3b-thinking";
796
+ readonly inputPrice: number;
797
+ readonly outputPrice: number;
798
+ readonly requestPrice: 0;
799
+ readonly contextSize: 131072;
800
+ readonly maxOutput: 32768;
801
+ readonly reasoning: true;
802
+ readonly streaming: true;
803
+ readonly vision: true;
804
+ readonly tools: true;
805
+ readonly jsonOutput: true;
806
+ }];
807
+ }, {
808
+ readonly id: "qwen3-32b-fp8";
809
+ readonly name: "Qwen3 32B FP8";
810
+ readonly description: "Qwen 3 32B with FP8 quantization.";
811
+ readonly family: "alibaba";
812
+ readonly releasedAt: Date;
813
+ readonly providers: [{
814
+ readonly providerId: "novita";
815
+ readonly modelName: "qwen/qwen3-32b-fp8";
816
+ readonly inputPrice: number;
817
+ readonly outputPrice: number;
818
+ readonly requestPrice: 0;
819
+ readonly contextSize: 40960;
820
+ readonly maxOutput: 20000;
821
+ readonly reasoning: false;
822
+ readonly streaming: true;
823
+ readonly vision: false;
824
+ readonly tools: false;
825
+ readonly jsonOutput: false;
826
+ }];
827
+ }, {
828
+ readonly id: "qwen3-30b-a3b-fp8";
829
+ readonly name: "Qwen3 30B A3B FP8";
830
+ readonly description: "Qwen 3 30B MoE with FP8 quantization.";
831
+ readonly family: "alibaba";
832
+ readonly releasedAt: Date;
833
+ readonly providers: [{
834
+ readonly providerId: "novita";
835
+ readonly modelName: "qwen/qwen3-30b-a3b-fp8";
836
+ readonly inputPrice: number;
837
+ readonly outputPrice: number;
838
+ readonly requestPrice: 0;
839
+ readonly contextSize: 40960;
840
+ readonly maxOutput: 20000;
841
+ readonly reasoning: false;
842
+ readonly streaming: true;
843
+ readonly vision: false;
844
+ readonly tools: false;
845
+ readonly jsonOutput: false;
846
+ }];
847
+ }, {
848
+ readonly id: "qwen3-4b-fp8";
849
+ readonly name: "Qwen3 4B FP8";
850
+ readonly description: "Lightweight Qwen 3 4B with FP8 quantization.";
851
+ readonly family: "alibaba";
852
+ readonly releasedAt: Date;
853
+ readonly providers: [{
854
+ readonly providerId: "novita";
855
+ readonly modelName: "qwen/qwen3-4b-fp8";
856
+ readonly inputPrice: number;
857
+ readonly outputPrice: number;
858
+ readonly requestPrice: 0;
859
+ readonly contextSize: 128000;
860
+ readonly maxOutput: 20000;
861
+ readonly reasoning: false;
862
+ readonly streaming: true;
863
+ readonly vision: false;
864
+ readonly tools: false;
865
+ readonly jsonOutput: false;
866
+ }];
617
867
  }, {
618
868
  readonly id: "qwen-image-plus";
619
869
  readonly name: "Qwen Image Plus";
@@ -702,4 +952,339 @@ export declare const alibabaModels: [{
702
952
  readonly jsonOutput: false;
703
953
  readonly imageGenerations: true;
704
954
  }];
955
+ }, {
956
+ readonly id: "qwq-plus";
957
+ readonly name: "QwQ Plus";
958
+ readonly description: "Alibaba's reasoning model with enhanced math and code capabilities.";
959
+ readonly family: "alibaba";
960
+ readonly releasedAt: Date;
961
+ readonly providers: [{
962
+ readonly providerId: "alibaba";
963
+ readonly modelName: "qwq-plus";
964
+ readonly inputPrice: number;
965
+ readonly outputPrice: number;
966
+ readonly requestPrice: 0;
967
+ readonly contextSize: 131072;
968
+ readonly maxOutput: 8192;
969
+ readonly reasoning: true;
970
+ readonly reasoningOutput: "omit";
971
+ readonly streaming: true;
972
+ readonly vision: false;
973
+ readonly tools: false;
974
+ readonly jsonOutput: false;
975
+ }];
976
+ }, {
977
+ readonly id: "qwen-coder-plus";
978
+ readonly name: "Qwen Coder Plus";
979
+ readonly description: "Alibaba's code-specialized model based on Qwen2.5.";
980
+ readonly family: "alibaba";
981
+ readonly releasedAt: Date;
982
+ readonly providers: [{
983
+ readonly test: "skip";
984
+ readonly providerId: "alibaba";
985
+ readonly modelName: "qwen-coder-plus";
986
+ readonly inputPrice: number;
987
+ readonly outputPrice: number;
988
+ readonly requestPrice: 0;
989
+ readonly contextSize: 131072;
990
+ readonly maxOutput: 8192;
991
+ readonly streaming: true;
992
+ readonly vision: false;
993
+ readonly tools: true;
994
+ readonly jsonOutput: true;
995
+ }];
996
+ }, {
997
+ readonly id: "qwen3-coder-flash";
998
+ readonly name: "Qwen3 Coder Flash";
999
+ readonly description: "Fast, cost-effective Qwen 3 model for code generation.";
1000
+ readonly family: "alibaba";
1001
+ readonly releasedAt: Date;
1002
+ readonly providers: [{
1003
+ readonly providerId: "alibaba";
1004
+ readonly modelName: "qwen3-coder-flash";
1005
+ readonly inputPrice: number;
1006
+ readonly outputPrice: number;
1007
+ readonly cachedInputPrice: number;
1008
+ readonly pricingTiers: [{
1009
+ readonly name: "Up to 32K";
1010
+ readonly upToTokens: 32000;
1011
+ readonly inputPrice: number;
1012
+ readonly outputPrice: number;
1013
+ readonly cachedInputPrice: number;
1014
+ }, {
1015
+ readonly name: "32K-128K";
1016
+ readonly upToTokens: 128000;
1017
+ readonly inputPrice: number;
1018
+ readonly outputPrice: number;
1019
+ readonly cachedInputPrice: number;
1020
+ }, {
1021
+ readonly name: "128K-256K";
1022
+ readonly upToTokens: 256000;
1023
+ readonly inputPrice: number;
1024
+ readonly outputPrice: number;
1025
+ readonly cachedInputPrice: number;
1026
+ }, {
1027
+ readonly name: "Over 256K";
1028
+ readonly upToTokens: number;
1029
+ readonly inputPrice: number;
1030
+ readonly outputPrice: number;
1031
+ readonly cachedInputPrice: number;
1032
+ }];
1033
+ readonly requestPrice: 0;
1034
+ readonly contextSize: 1000000;
1035
+ readonly maxOutput: 65536;
1036
+ readonly streaming: true;
1037
+ readonly vision: false;
1038
+ readonly tools: true;
1039
+ readonly jsonOutput: true;
1040
+ }];
1041
+ }, {
1042
+ readonly id: "qwen3-vl-plus";
1043
+ readonly name: "Qwen3 VL Plus";
1044
+ readonly description: "Qwen 3 vision-language model with balanced performance.";
1045
+ readonly family: "alibaba";
1046
+ readonly releasedAt: Date;
1047
+ readonly providers: [{
1048
+ readonly providerId: "alibaba";
1049
+ readonly modelName: "qwen3-vl-plus";
1050
+ readonly inputPrice: number;
1051
+ readonly outputPrice: number;
1052
+ readonly cachedInputPrice: number;
1053
+ readonly pricingTiers: [{
1054
+ readonly name: "Up to 32K";
1055
+ readonly upToTokens: 32000;
1056
+ readonly inputPrice: number;
1057
+ readonly outputPrice: number;
1058
+ readonly cachedInputPrice: number;
1059
+ }, {
1060
+ readonly name: "32K-128K";
1061
+ readonly upToTokens: 128000;
1062
+ readonly inputPrice: number;
1063
+ readonly outputPrice: number;
1064
+ readonly cachedInputPrice: number;
1065
+ }, {
1066
+ readonly name: "Over 128K";
1067
+ readonly upToTokens: number;
1068
+ readonly inputPrice: number;
1069
+ readonly outputPrice: number;
1070
+ readonly cachedInputPrice: number;
1071
+ }];
1072
+ readonly requestPrice: 0;
1073
+ readonly contextSize: 262144;
1074
+ readonly maxOutput: 32768;
1075
+ readonly streaming: true;
1076
+ readonly vision: true;
1077
+ readonly tools: false;
1078
+ readonly jsonOutput: true;
1079
+ }];
1080
+ }, {
1081
+ readonly id: "qwen3-vl-flash";
1082
+ readonly name: "Qwen3 VL Flash";
1083
+ readonly description: "Fast Qwen 3 vision-language model for quick image tasks.";
1084
+ readonly family: "alibaba";
1085
+ readonly releasedAt: Date;
1086
+ readonly providers: [{
1087
+ readonly providerId: "alibaba";
1088
+ readonly modelName: "qwen3-vl-flash";
1089
+ readonly inputPrice: number;
1090
+ readonly outputPrice: number;
1091
+ readonly cachedInputPrice: number;
1092
+ readonly pricingTiers: [{
1093
+ readonly name: "Up to 32K";
1094
+ readonly upToTokens: 32000;
1095
+ readonly inputPrice: number;
1096
+ readonly outputPrice: number;
1097
+ readonly cachedInputPrice: number;
1098
+ }, {
1099
+ readonly name: "32K-128K";
1100
+ readonly upToTokens: 128000;
1101
+ readonly inputPrice: number;
1102
+ readonly outputPrice: number;
1103
+ readonly cachedInputPrice: number;
1104
+ }, {
1105
+ readonly name: "Over 128K";
1106
+ readonly upToTokens: number;
1107
+ readonly inputPrice: number;
1108
+ readonly outputPrice: number;
1109
+ readonly cachedInputPrice: number;
1110
+ }];
1111
+ readonly requestPrice: 0;
1112
+ readonly contextSize: 262144;
1113
+ readonly maxOutput: 32768;
1114
+ readonly streaming: true;
1115
+ readonly vision: true;
1116
+ readonly tools: true;
1117
+ readonly jsonOutput: true;
1118
+ }];
1119
+ }, {
1120
+ readonly id: "qwen3-vl-235b-a22b-instruct";
1121
+ readonly name: "Qwen3 VL 235B A22B Instruct";
1122
+ readonly description: "Large Qwen 3 MoE vision-language instruction model.";
1123
+ readonly family: "alibaba";
1124
+ readonly releasedAt: Date;
1125
+ readonly providers: [{
1126
+ readonly providerId: "alibaba";
1127
+ readonly modelName: "qwen3-vl-235b-a22b-instruct";
1128
+ readonly inputPrice: number;
1129
+ readonly outputPrice: number;
1130
+ readonly requestPrice: 0;
1131
+ readonly contextSize: 131072;
1132
+ readonly maxOutput: 32768;
1133
+ readonly streaming: true;
1134
+ readonly vision: true;
1135
+ readonly tools: true;
1136
+ readonly jsonOutput: true;
1137
+ }, {
1138
+ readonly providerId: "novita";
1139
+ readonly modelName: "qwen/qwen3-vl-235b-a22b-instruct";
1140
+ readonly inputPrice: number;
1141
+ readonly outputPrice: number;
1142
+ readonly requestPrice: 0;
1143
+ readonly contextSize: 131072;
1144
+ readonly maxOutput: 32768;
1145
+ readonly streaming: true;
1146
+ readonly vision: true;
1147
+ readonly tools: true;
1148
+ readonly jsonOutput: true;
1149
+ }];
1150
+ }, {
1151
+ readonly id: "qwen3-vl-235b-a22b-thinking";
1152
+ readonly name: "Qwen3 VL 235B A22B Thinking";
1153
+ readonly description: "Large Qwen 3 MoE vision-language model with reasoning capabilities.";
1154
+ readonly family: "alibaba";
1155
+ readonly releasedAt: Date;
1156
+ readonly providers: [{
1157
+ readonly providerId: "alibaba";
1158
+ readonly modelName: "qwen3-vl-235b-a22b-thinking";
1159
+ readonly inputPrice: number;
1160
+ readonly outputPrice: number;
1161
+ readonly requestPrice: 0;
1162
+ readonly contextSize: 131072;
1163
+ readonly maxOutput: 32768;
1164
+ readonly reasoning: true;
1165
+ readonly reasoningOutput: "omit";
1166
+ readonly streaming: true;
1167
+ readonly vision: true;
1168
+ readonly tools: false;
1169
+ readonly jsonOutput: false;
1170
+ }, {
1171
+ readonly providerId: "novita";
1172
+ readonly modelName: "qwen/qwen3-vl-235b-a22b-thinking";
1173
+ readonly inputPrice: number;
1174
+ readonly outputPrice: number;
1175
+ readonly requestPrice: 0;
1176
+ readonly contextSize: 131072;
1177
+ readonly maxOutput: 32768;
1178
+ readonly reasoning: true;
1179
+ readonly streaming: true;
1180
+ readonly vision: true;
1181
+ readonly tools: false;
1182
+ readonly jsonOutput: false;
1183
+ }];
1184
+ }, {
1185
+ readonly id: "qwen2-5-vl-32b-instruct";
1186
+ readonly name: "Qwen2.5 VL 32B Instruct";
1187
+ readonly description: "Vision-language Qwen 2.5 model, 32B size.";
1188
+ readonly family: "alibaba";
1189
+ readonly releasedAt: Date;
1190
+ readonly providers: [{
1191
+ readonly test: "skip";
1192
+ readonly providerId: "alibaba";
1193
+ readonly modelName: "qwen2.5-vl-32b-instruct";
1194
+ readonly inputPrice: number;
1195
+ readonly outputPrice: number;
1196
+ readonly requestPrice: 0;
1197
+ readonly contextSize: 131072;
1198
+ readonly maxOutput: 32768;
1199
+ readonly streaming: true;
1200
+ readonly vision: true;
1201
+ readonly tools: false;
1202
+ readonly jsonOutput: true;
1203
+ }];
1204
+ }, {
1205
+ readonly id: "qwen3-max-2026-01-23";
1206
+ readonly name: "Qwen3 Max 2026-01-23";
1207
+ readonly description: "Latest Qwen 3 flagship model with integrated thinking mode and tool support.";
1208
+ readonly family: "alibaba";
1209
+ readonly releasedAt: Date;
1210
+ readonly providers: [{
1211
+ readonly test: "skip";
1212
+ readonly providerId: "alibaba";
1213
+ readonly modelName: "qwen3-max-2026-01-23";
1214
+ readonly inputPrice: number;
1215
+ readonly outputPrice: number;
1216
+ readonly cachedInputPrice: number;
1217
+ readonly pricingTiers: [{
1218
+ readonly name: "Up to 32K";
1219
+ readonly upToTokens: 32000;
1220
+ readonly inputPrice: number;
1221
+ readonly outputPrice: number;
1222
+ readonly cachedInputPrice: number;
1223
+ }, {
1224
+ readonly name: "32K-128K";
1225
+ readonly upToTokens: 128000;
1226
+ readonly inputPrice: number;
1227
+ readonly outputPrice: number;
1228
+ readonly cachedInputPrice: number;
1229
+ }, {
1230
+ readonly name: "Over 128K";
1231
+ readonly upToTokens: number;
1232
+ readonly inputPrice: number;
1233
+ readonly outputPrice: number;
1234
+ readonly cachedInputPrice: number;
1235
+ }];
1236
+ readonly requestPrice: 0;
1237
+ readonly contextSize: 262144;
1238
+ readonly maxOutput: 65536;
1239
+ readonly reasoning: true;
1240
+ readonly reasoningOutput: "omit";
1241
+ readonly streaming: true;
1242
+ readonly vision: true;
1243
+ readonly tools: true;
1244
+ readonly jsonOutput: true;
1245
+ }];
1246
+ }, {
1247
+ readonly id: "qwen-image-edit-plus";
1248
+ readonly name: "Qwen Image Edit Plus";
1249
+ readonly description: "Alibaba's image editing model for modifying existing images.";
1250
+ readonly family: "alibaba";
1251
+ readonly output: ["text", "image"];
1252
+ readonly releasedAt: Date;
1253
+ readonly providers: [{
1254
+ readonly test: "skip";
1255
+ readonly providerId: "alibaba";
1256
+ readonly modelName: "qwen-image-edit-plus";
1257
+ readonly inputPrice: 0;
1258
+ readonly outputPrice: 0;
1259
+ readonly requestPrice: 0.04;
1260
+ readonly contextSize: 2000;
1261
+ readonly maxOutput: 4096;
1262
+ readonly streaming: false;
1263
+ readonly vision: true;
1264
+ readonly tools: false;
1265
+ readonly jsonOutput: false;
1266
+ readonly imageGenerations: true;
1267
+ }];
1268
+ }, {
1269
+ readonly id: "qwen-image-edit-max";
1270
+ readonly name: "Qwen Image Edit Max";
1271
+ readonly description: "Alibaba's flagship image editing model for high-quality image modifications.";
1272
+ readonly family: "alibaba";
1273
+ readonly output: ["text", "image"];
1274
+ readonly releasedAt: Date;
1275
+ readonly providers: [{
1276
+ readonly test: "skip";
1277
+ readonly providerId: "alibaba";
1278
+ readonly modelName: "qwen-image-edit-max";
1279
+ readonly inputPrice: 0;
1280
+ readonly outputPrice: 0;
1281
+ readonly requestPrice: 0.08;
1282
+ readonly contextSize: 2000;
1283
+ readonly maxOutput: 4096;
1284
+ readonly streaming: false;
1285
+ readonly vision: true;
1286
+ readonly tools: false;
1287
+ readonly jsonOutput: false;
1288
+ readonly imageGenerations: true;
1289
+ }];
705
1290
  }];