@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.d.ts CHANGED
@@ -3639,7 +3639,6 @@ export declare const models: [{
3639
3639
  readonly releasedAt: Date;
3640
3640
  readonly providers: [{
3641
3641
  readonly providerId: "minimax";
3642
- readonly stability: "unstable";
3643
3642
  readonly modelName: "MiniMax-M2.1";
3644
3643
  readonly inputPrice: number;
3645
3644
  readonly outputPrice: number;
@@ -3895,6 +3894,7 @@ export declare const models: [{
3895
3894
  readonly family: "alibaba";
3896
3895
  readonly releasedAt: Date;
3897
3896
  readonly providers: [{
3897
+ readonly test: "skip";
3898
3898
  readonly providerId: "alibaba";
3899
3899
  readonly modelName: "qwen-max";
3900
3900
  readonly inputPrice: number;
@@ -3914,6 +3914,7 @@ export declare const models: [{
3914
3914
  readonly family: "alibaba";
3915
3915
  readonly releasedAt: Date;
3916
3916
  readonly providers: [{
3917
+ readonly test: "skip";
3917
3918
  readonly providerId: "alibaba";
3918
3919
  readonly modelName: "qwen-max-latest";
3919
3920
  readonly inputPrice: number;
@@ -3937,6 +3938,20 @@ export declare const models: [{
3937
3938
  readonly modelName: "qwen-plus";
3938
3939
  readonly inputPrice: number;
3939
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
+ }];
3940
3955
  readonly requestPrice: 0;
3941
3956
  readonly contextSize: 131072;
3942
3957
  readonly maxOutput: 32000;
@@ -3956,6 +3971,20 @@ export declare const models: [{
3956
3971
  readonly modelName: "qwen-plus-latest";
3957
3972
  readonly inputPrice: number;
3958
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
+ }];
3959
3988
  readonly requestPrice: 0;
3960
3989
  readonly contextSize: 1000000;
3961
3990
  readonly maxOutput: 32000;
@@ -3975,6 +4004,20 @@ export declare const models: [{
3975
4004
  readonly modelName: "qwen-flash";
3976
4005
  readonly inputPrice: number;
3977
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
+ }];
3978
4021
  readonly requestPrice: 0;
3979
4022
  readonly contextSize: 1000000;
3980
4023
  readonly maxOutput: 32000;
@@ -4592,6 +4635,316 @@ export declare const models: [{
4592
4635
  readonly jsonOutput: false;
4593
4636
  readonly imageGenerations: true;
4594
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
+ }];
4595
4948
  }, {
4596
4949
  readonly id: "seed-1-6-250615";
4597
4950
  readonly name: "Seed 1.6 (250615)";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llmgateway/models",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",