@llmgateway/models 1.210.0 → 1.211.1

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
@@ -4036,6 +4036,7 @@ export declare const models: [{
4036
4036
  readonly supportsN: true;
4037
4037
  readonly supportsNStreaming: false;
4038
4038
  readonly maxN: 8;
4039
+ readonly deactivatedAt: Date;
4039
4040
  }, {
4040
4041
  readonly providerId: "google-vertex";
4041
4042
  readonly externalId: "gemini-2.5-pro";
@@ -4073,6 +4074,7 @@ export declare const models: [{
4073
4074
  readonly supportsN: true;
4074
4075
  readonly supportsNStreaming: false;
4075
4076
  readonly maxN: 8;
4077
+ readonly deactivatedAt: Date;
4076
4078
  }];
4077
4079
  }, {
4078
4080
  readonly id: "gemini-2.5-pro-preview-05-06";
@@ -4367,6 +4369,7 @@ export declare const models: [{
4367
4369
  readonly supportsN: true;
4368
4370
  readonly supportsNStreaming: false;
4369
4371
  readonly maxN: 8;
4372
+ readonly deactivatedAt: Date;
4370
4373
  }, {
4371
4374
  readonly providerId: "google-vertex";
4372
4375
  readonly externalId: "gemini-2.5-flash";
@@ -4393,6 +4396,7 @@ export declare const models: [{
4393
4396
  readonly supportsN: true;
4394
4397
  readonly supportsNStreaming: false;
4395
4398
  readonly maxN: 8;
4399
+ readonly deactivatedAt: Date;
4396
4400
  }];
4397
4401
  }, {
4398
4402
  readonly id: "gemini-2.5-flash-lite";
@@ -4422,6 +4426,7 @@ export declare const models: [{
4422
4426
  readonly supportsN: true;
4423
4427
  readonly supportsNStreaming: false;
4424
4428
  readonly maxN: 8;
4429
+ readonly deactivatedAt: Date;
4425
4430
  }, {
4426
4431
  readonly providerId: "google-vertex";
4427
4432
  readonly externalId: "gemini-2.5-flash-lite";
@@ -4444,6 +4449,7 @@ export declare const models: [{
4444
4449
  readonly supportsN: true;
4445
4450
  readonly supportsNStreaming: false;
4446
4451
  readonly maxN: 8;
4452
+ readonly deactivatedAt: Date;
4447
4453
  }];
4448
4454
  }, {
4449
4455
  readonly id: "gemini-2.5-flash-lite-preview-09-2025";
@@ -9776,6 +9782,7 @@ export declare const models: [{
9776
9782
  readonly vision: false;
9777
9783
  readonly tools: true;
9778
9784
  readonly jsonOutput: true;
9785
+ readonly deactivatedAt: Date;
9779
9786
  }];
9780
9787
  }, {
9781
9788
  readonly id: "qwen-qwq-32b";
@@ -10461,6 +10468,7 @@ export declare const models: [{
10461
10468
  readonly vision: true;
10462
10469
  readonly tools: true;
10463
10470
  readonly jsonOutput: true;
10471
+ readonly deactivatedAt: Date;
10464
10472
  }, {
10465
10473
  readonly providerId: "novita";
10466
10474
  readonly externalId: "qwen/qwen3-max";
@@ -10600,6 +10608,62 @@ export declare const models: [{
10600
10608
  readonly jsonOutput: true;
10601
10609
  readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "presence_penalty", "stop", "stream", "tools", "response_format", "reasoning_effort"];
10602
10610
  }];
10611
+ }, {
10612
+ readonly id: "qwen3.7-flash";
10613
+ readonly name: "Qwen3.7 Flash";
10614
+ readonly description: "Fast, cost-effective Qwen3.7 model with hybrid reasoning and tool calling for high-volume tasks.";
10615
+ readonly family: "alibaba";
10616
+ readonly releasedAt: Date;
10617
+ readonly providers: [{
10618
+ readonly providerId: "alibaba";
10619
+ readonly externalId: "qwen3.7-flash";
10620
+ readonly inputPrice: "0.03e-6";
10621
+ readonly outputPrice: "0.13e-6";
10622
+ readonly cachedInputPrice: "0.006e-6";
10623
+ readonly cacheReadInputPrice: "0.003e-6";
10624
+ readonly cacheWriteInputPrice: "0.0375e-6";
10625
+ readonly pricingTiers: [{
10626
+ readonly name: "Up to 32K";
10627
+ readonly upToTokens: 32000;
10628
+ readonly inputPrice: "0.03e-6";
10629
+ readonly outputPrice: "0.13e-6";
10630
+ readonly cachedInputPrice: "0.006e-6";
10631
+ readonly cacheReadInputPrice: "0.003e-6";
10632
+ readonly cacheWriteInputPrice: "0.0375e-6";
10633
+ }, {
10634
+ readonly name: "32K-256K";
10635
+ readonly upToTokens: 256000;
10636
+ readonly inputPrice: "0.10e-6";
10637
+ readonly outputPrice: "0.40e-6";
10638
+ readonly cachedInputPrice: "0.02e-6";
10639
+ readonly cacheReadInputPrice: "0.01e-6";
10640
+ readonly cacheWriteInputPrice: "0.125e-6";
10641
+ }, {
10642
+ readonly name: "256K-1M";
10643
+ readonly upToTokens: 1000000;
10644
+ readonly inputPrice: "0.20e-6";
10645
+ readonly outputPrice: "0.80e-6";
10646
+ readonly cachedInputPrice: "0.04e-6";
10647
+ readonly cacheReadInputPrice: "0.02e-6";
10648
+ readonly cacheWriteInputPrice: "0.25e-6";
10649
+ }];
10650
+ readonly regions: [{
10651
+ readonly id: "singapore";
10652
+ }, {
10653
+ readonly id: "cn-beijing";
10654
+ }];
10655
+ readonly requestPrice: "0";
10656
+ readonly contextSize: 1000000;
10657
+ readonly maxOutput: 65536;
10658
+ readonly reasoning: true;
10659
+ readonly reasoningMaxTokens: true;
10660
+ readonly reasoningOutput: "omit";
10661
+ readonly streaming: true;
10662
+ readonly vision: true;
10663
+ readonly tools: true;
10664
+ readonly jsonOutput: true;
10665
+ readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "presence_penalty", "stop", "stream", "tools", "response_format", "reasoning_effort"];
10666
+ }];
10603
10667
  }, {
10604
10668
  readonly id: "qwen3-coder-next";
10605
10669
  readonly name: "Qwen3 Coder Next";
@@ -10641,6 +10705,21 @@ export declare const models: [{
10641
10705
  readonly tools: true;
10642
10706
  readonly jsonOutput: false;
10643
10707
  readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "response_format", "tools", "tool_choice"];
10708
+ }, {
10709
+ readonly providerId: "deepinfra";
10710
+ readonly externalId: "Qwen/Qwen3-VL-30B-A3B-Instruct";
10711
+ readonly inputPrice: "0.15e-6";
10712
+ readonly outputPrice: "0.60e-6";
10713
+ readonly requestPrice: "0";
10714
+ readonly contextSize: 262144;
10715
+ readonly maxOutput: 32768;
10716
+ readonly quantization: "fp8";
10717
+ readonly streaming: true;
10718
+ readonly vision: true;
10719
+ readonly tools: true;
10720
+ readonly supportedToolChoices: ["auto", "none", "function"];
10721
+ readonly jsonOutput: true;
10722
+ readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "response_format", "tools", "tool_choice"];
10644
10723
  }];
10645
10724
  }, {
10646
10725
  readonly id: "qwen3-vl-30b-a3b-thinking";
@@ -11283,6 +11362,7 @@ export declare const models: [{
11283
11362
  readonly vision: true;
11284
11363
  readonly tools: true;
11285
11364
  readonly jsonOutput: true;
11365
+ readonly deactivatedAt: Date;
11286
11366
  }];
11287
11367
  }, {
11288
11368
  readonly id: "qwen3-vl-235b-a22b-instruct";
@@ -11315,6 +11395,21 @@ export declare const models: [{
11315
11395
  readonly vision: true;
11316
11396
  readonly tools: true;
11317
11397
  readonly jsonOutput: true;
11398
+ }, {
11399
+ readonly providerId: "deepinfra";
11400
+ readonly externalId: "Qwen/Qwen3-VL-235B-A22B-Instruct";
11401
+ readonly inputPrice: "0.20e-6";
11402
+ readonly outputPrice: "0.88e-6";
11403
+ readonly cachedInputPrice: "0.11e-6";
11404
+ readonly requestPrice: "0";
11405
+ readonly contextSize: 262144;
11406
+ readonly maxOutput: 32768;
11407
+ readonly quantization: "fp8";
11408
+ readonly streaming: true;
11409
+ readonly vision: true;
11410
+ readonly tools: true;
11411
+ readonly jsonOutput: true;
11412
+ readonly supportedParameters: ["temperature", "max_tokens", "top_p", "stream", "tools", "response_format"];
11318
11413
  }];
11319
11414
  }, {
11320
11415
  readonly id: "qwen3-vl-235b-a22b-thinking";
@@ -11560,6 +11655,7 @@ export declare const models: [{
11560
11655
  readonly tools: true;
11561
11656
  readonly jsonOutput: true;
11562
11657
  readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "presence_penalty", "stop", "stream", "response_format", "tools", "reasoning_effort"];
11658
+ readonly deactivatedAt: Date;
11563
11659
  }];
11564
11660
  }, {
11565
11661
  readonly id: "qwen3.6-plus";
@@ -11633,29 +11729,92 @@ export declare const models: [{
11633
11729
  }, {
11634
11730
  readonly id: "qwen3.6-flash";
11635
11731
  readonly name: "Qwen3.6 Flash";
11636
- readonly description: "Fast, cost-effective Qwen3.6 model with hybrid reasoning, tool calling, and a 262K context window for high-volume tasks.";
11732
+ readonly description: "Fast, cost-effective Qwen3.6 model with native vision-language capabilities, hybrid reasoning, tool calling, and a 1M context window for high-volume tasks.";
11637
11733
  readonly family: "alibaba";
11638
11734
  readonly releasedAt: Date;
11639
11735
  readonly providers: [{
11640
11736
  readonly providerId: "alibaba";
11641
11737
  readonly externalId: "qwen3.6-flash";
11642
- readonly inputPrice: "0.15e-6";
11643
- readonly outputPrice: "0.9e-6";
11644
- readonly cachedInputPrice: "0.015e-6";
11738
+ readonly inputPrice: "0.25e-6";
11739
+ readonly outputPrice: "1.5e-6";
11740
+ readonly cachedInputPrice: "0.05e-6";
11741
+ readonly cacheReadInputPrice: "0.025e-6";
11742
+ readonly cacheWriteInputPrice: "0.3125e-6";
11743
+ readonly pricingTiers: [{
11744
+ readonly name: "Up to 256K";
11745
+ readonly upToTokens: 256000;
11746
+ readonly inputPrice: "0.25e-6";
11747
+ readonly outputPrice: "1.5e-6";
11748
+ readonly cachedInputPrice: "0.05e-6";
11749
+ readonly cacheReadInputPrice: "0.025e-6";
11750
+ readonly cacheWriteInputPrice: "0.3125e-6";
11751
+ }, {
11752
+ readonly name: "Over 256K";
11753
+ readonly upToTokens: number;
11754
+ readonly inputPrice: "1.0e-6";
11755
+ readonly outputPrice: "4e-6";
11756
+ readonly cachedInputPrice: "0.2e-6";
11757
+ readonly cacheReadInputPrice: "0.1e-6";
11758
+ readonly cacheWriteInputPrice: "1.25e-6";
11759
+ }];
11645
11760
  readonly regions: [{
11646
11761
  readonly id: "singapore";
11647
11762
  }, {
11648
11763
  readonly id: "us-virginia";
11764
+ readonly inputPrice: "0.165e-6";
11765
+ readonly outputPrice: "0.99e-6";
11766
+ readonly cachedInputPrice: "0.033e-6";
11767
+ readonly cacheReadInputPrice: "0.0165e-6";
11768
+ readonly cacheWriteInputPrice: "0.20625e-6";
11769
+ readonly pricingTiers: [{
11770
+ readonly name: "Up to 256K";
11771
+ readonly upToTokens: 256000;
11772
+ readonly inputPrice: "0.165e-6";
11773
+ readonly outputPrice: "0.99e-6";
11774
+ readonly cachedInputPrice: "0.033e-6";
11775
+ readonly cacheReadInputPrice: "0.0165e-6";
11776
+ readonly cacheWriteInputPrice: "0.20625e-6";
11777
+ }, {
11778
+ readonly name: "Over 256K";
11779
+ readonly upToTokens: number;
11780
+ readonly inputPrice: "0.66e-6";
11781
+ readonly outputPrice: "3.961e-6";
11782
+ readonly cachedInputPrice: "0.132e-6";
11783
+ readonly cacheReadInputPrice: "0.066e-6";
11784
+ readonly cacheWriteInputPrice: "0.825e-6";
11785
+ }];
11649
11786
  }, {
11650
11787
  readonly id: "cn-beijing";
11788
+ readonly inputPrice: "0.165e-6";
11789
+ readonly outputPrice: "0.99e-6";
11790
+ readonly cachedInputPrice: "0.033e-6";
11791
+ readonly cacheReadInputPrice: "0.0165e-6";
11792
+ readonly cacheWriteInputPrice: "0.20625e-6";
11793
+ readonly pricingTiers: [{
11794
+ readonly name: "Up to 256K";
11795
+ readonly upToTokens: 256000;
11796
+ readonly inputPrice: "0.165e-6";
11797
+ readonly outputPrice: "0.99e-6";
11798
+ readonly cachedInputPrice: "0.033e-6";
11799
+ readonly cacheReadInputPrice: "0.0165e-6";
11800
+ readonly cacheWriteInputPrice: "0.20625e-6";
11801
+ }, {
11802
+ readonly name: "Over 256K";
11803
+ readonly upToTokens: number;
11804
+ readonly inputPrice: "0.66e-6";
11805
+ readonly outputPrice: "3.961e-6";
11806
+ readonly cachedInputPrice: "0.132e-6";
11807
+ readonly cacheReadInputPrice: "0.066e-6";
11808
+ readonly cacheWriteInputPrice: "0.825e-6";
11809
+ }];
11651
11810
  }];
11652
11811
  readonly requestPrice: "0";
11653
- readonly contextSize: 262144;
11812
+ readonly contextSize: 1000000;
11654
11813
  readonly maxOutput: 65536;
11655
11814
  readonly reasoning: true;
11656
11815
  readonly reasoningMaxTokens: true;
11657
11816
  readonly streaming: true;
11658
- readonly vision: false;
11817
+ readonly vision: true;
11659
11818
  readonly tools: true;
11660
11819
  readonly jsonOutput: true;
11661
11820
  readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "presence_penalty", "stop", "stream", "response_format", "tools", "reasoning_effort"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llmgateway/models",
3
- "version": "1.210.0",
3
+ "version": "1.211.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",