@llmgateway/models 1.3.0 → 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/minimax.d.ts +0 -1
- package/dist/models/minimax.js +0 -1
- package/dist/models/minimax.js.map +1 -1
- package/dist/models.d.ts +354 -1
- 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
|
}];
|