@llmgateway/models 1.64.0 → 1.66.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/deepseek.d.ts +30 -0
- package/dist/models/deepseek.js +36 -4
- package/dist/models/deepseek.js.map +1 -1
- package/dist/models/google.d.ts +0 -20
- package/dist/models/google.js +0 -23
- package/dist/models/google.js.map +1 -1
- package/dist/models/meta.d.ts +6 -0
- package/dist/models/meta.js +6 -0
- package/dist/models/meta.js.map +1 -1
- package/dist/models/mistral.d.ts +0 -40
- package/dist/models/mistral.js +0 -46
- package/dist/models/mistral.js.map +1 -1
- package/dist/models/moonshot.d.ts +15 -0
- package/dist/models/moonshot.js +16 -0
- package/dist/models/moonshot.js.map +1 -1
- package/dist/models/openai.d.ts +26 -0
- package/dist/models/openai.js +28 -0
- package/dist/models/openai.js.map +1 -1
- package/dist/models/zai.d.ts +14 -0
- package/dist/models/zai.js +15 -0
- package/dist/models/zai.js.map +1 -1
- package/dist/models.d.ts +91 -60
- package/package.json +1 -1
package/dist/models.d.ts
CHANGED
|
@@ -732,6 +732,19 @@ export declare const models: [{
|
|
|
732
732
|
readonly tools: true;
|
|
733
733
|
readonly reasoning: true;
|
|
734
734
|
readonly jsonOutput: true;
|
|
735
|
+
}, {
|
|
736
|
+
readonly providerId: "together-ai";
|
|
737
|
+
readonly modelName: "openai/gpt-oss-120b";
|
|
738
|
+
readonly inputPrice: number;
|
|
739
|
+
readonly outputPrice: number;
|
|
740
|
+
readonly requestPrice: 0;
|
|
741
|
+
readonly contextSize: 131072;
|
|
742
|
+
readonly maxOutput: 32768;
|
|
743
|
+
readonly streaming: true;
|
|
744
|
+
readonly vision: false;
|
|
745
|
+
readonly tools: true;
|
|
746
|
+
readonly reasoning: true;
|
|
747
|
+
readonly jsonOutput: false;
|
|
735
748
|
}];
|
|
736
749
|
}, {
|
|
737
750
|
readonly id: "gpt-oss-20b";
|
|
@@ -766,6 +779,19 @@ export declare const models: [{
|
|
|
766
779
|
readonly tools: true;
|
|
767
780
|
readonly reasoning: true;
|
|
768
781
|
readonly jsonOutput: true;
|
|
782
|
+
}, {
|
|
783
|
+
readonly providerId: "together-ai";
|
|
784
|
+
readonly modelName: "openai/gpt-oss-20b";
|
|
785
|
+
readonly inputPrice: number;
|
|
786
|
+
readonly outputPrice: number;
|
|
787
|
+
readonly requestPrice: 0;
|
|
788
|
+
readonly contextSize: 131072;
|
|
789
|
+
readonly maxOutput: 32768;
|
|
790
|
+
readonly streaming: true;
|
|
791
|
+
readonly vision: false;
|
|
792
|
+
readonly tools: true;
|
|
793
|
+
readonly reasoning: true;
|
|
794
|
+
readonly jsonOutput: false;
|
|
769
795
|
}];
|
|
770
796
|
}, {
|
|
771
797
|
readonly id: "gpt-5";
|
|
@@ -4169,26 +4195,6 @@ export declare const models: [{
|
|
|
4169
4195
|
readonly jsonOutput: false;
|
|
4170
4196
|
readonly deactivatedAt: Date;
|
|
4171
4197
|
}];
|
|
4172
|
-
}, {
|
|
4173
|
-
readonly id: "gemma-2-27b-it-together";
|
|
4174
|
-
readonly name: "Gemma 2 27B IT";
|
|
4175
|
-
readonly description: "Gemma 2 27B via Together AI inference.";
|
|
4176
|
-
readonly family: "google";
|
|
4177
|
-
readonly releasedAt: Date;
|
|
4178
|
-
readonly providers: [{
|
|
4179
|
-
readonly test: "skip";
|
|
4180
|
-
readonly providerId: "together-ai";
|
|
4181
|
-
readonly modelName: "google/gemma-2-27b-it";
|
|
4182
|
-
readonly inputPrice: number;
|
|
4183
|
-
readonly outputPrice: number;
|
|
4184
|
-
readonly requestPrice: 0;
|
|
4185
|
-
readonly contextSize: 8192;
|
|
4186
|
-
readonly maxOutput: undefined;
|
|
4187
|
-
readonly streaming: true;
|
|
4188
|
-
readonly vision: false;
|
|
4189
|
-
readonly tools: false;
|
|
4190
|
-
readonly jsonOutput: false;
|
|
4191
|
-
}];
|
|
4192
4198
|
}, {
|
|
4193
4199
|
readonly id: "sonar-reasoning-pro";
|
|
4194
4200
|
readonly name: "Sonar Reasoning Pro";
|
|
@@ -4919,6 +4925,7 @@ export declare const models: [{
|
|
|
4919
4925
|
readonly vision: false;
|
|
4920
4926
|
readonly tools: false;
|
|
4921
4927
|
readonly jsonOutput: false;
|
|
4928
|
+
readonly deactivatedAt: Date;
|
|
4922
4929
|
}, {
|
|
4923
4930
|
readonly providerId: "nebius";
|
|
4924
4931
|
readonly modelName: "meta-llama/Meta-Llama-3.1-8B-Instruct";
|
|
@@ -4931,6 +4938,7 @@ export declare const models: [{
|
|
|
4931
4938
|
readonly vision: false;
|
|
4932
4939
|
readonly tools: false;
|
|
4933
4940
|
readonly jsonOutput: false;
|
|
4941
|
+
readonly deactivatedAt: Date;
|
|
4934
4942
|
}, {
|
|
4935
4943
|
readonly providerId: "inference.net";
|
|
4936
4944
|
readonly stability: "unstable";
|
|
@@ -4944,6 +4952,7 @@ export declare const models: [{
|
|
|
4944
4952
|
readonly vision: false;
|
|
4945
4953
|
readonly tools: false;
|
|
4946
4954
|
readonly jsonOutput: false;
|
|
4955
|
+
readonly deactivatedAt: Date;
|
|
4947
4956
|
}, {
|
|
4948
4957
|
readonly providerId: "together-ai";
|
|
4949
4958
|
readonly modelName: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo";
|
|
@@ -4970,6 +4979,7 @@ export declare const models: [{
|
|
|
4970
4979
|
readonly tools: false;
|
|
4971
4980
|
readonly jsonOutput: true;
|
|
4972
4981
|
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "response_format"];
|
|
4982
|
+
readonly deactivatedAt: Date;
|
|
4973
4983
|
}, {
|
|
4974
4984
|
readonly providerId: "novita";
|
|
4975
4985
|
readonly modelName: "meta-llama/llama-3.1-8b-instruct";
|
|
@@ -4982,6 +4992,7 @@ export declare const models: [{
|
|
|
4982
4992
|
readonly vision: false;
|
|
4983
4993
|
readonly tools: false;
|
|
4984
4994
|
readonly jsonOutput: true;
|
|
4995
|
+
readonly deactivatedAt: Date;
|
|
4985
4996
|
}];
|
|
4986
4997
|
}, {
|
|
4987
4998
|
readonly id: "llama-3.1-70b-instruct";
|
|
@@ -5148,6 +5159,7 @@ export declare const models: [{
|
|
|
5148
5159
|
readonly vision: false;
|
|
5149
5160
|
readonly tools: true;
|
|
5150
5161
|
readonly jsonOutput: false;
|
|
5162
|
+
readonly deactivatedAt: Date;
|
|
5151
5163
|
}];
|
|
5152
5164
|
}, {
|
|
5153
5165
|
readonly id: "llama-4-scout-17b-instruct";
|
|
@@ -5512,6 +5524,22 @@ export declare const models: [{
|
|
|
5512
5524
|
readonly vision: false;
|
|
5513
5525
|
readonly tools: true;
|
|
5514
5526
|
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "presence_penalty", "stop", "stream", "response_format", "tools"];
|
|
5527
|
+
}, {
|
|
5528
|
+
readonly providerId: "together-ai";
|
|
5529
|
+
readonly modelName: "deepseek-ai/DeepSeek-V4-Pro";
|
|
5530
|
+
readonly inputPrice: number;
|
|
5531
|
+
readonly cachedInputPrice: number;
|
|
5532
|
+
readonly outputPrice: number;
|
|
5533
|
+
readonly requestPrice: 0;
|
|
5534
|
+
readonly contextSize: 163840;
|
|
5535
|
+
readonly maxOutput: 163840;
|
|
5536
|
+
readonly streaming: true;
|
|
5537
|
+
readonly reasoning: true;
|
|
5538
|
+
readonly reasoningOutput: "omit";
|
|
5539
|
+
readonly vision: false;
|
|
5540
|
+
readonly tools: true;
|
|
5541
|
+
readonly jsonOutput: true;
|
|
5542
|
+
readonly jsonOutputSchema: true;
|
|
5515
5543
|
}];
|
|
5516
5544
|
}, {
|
|
5517
5545
|
readonly id: "deepseek-v4-flash";
|
|
@@ -5534,6 +5562,20 @@ export declare const models: [{
|
|
|
5534
5562
|
readonly vision: false;
|
|
5535
5563
|
readonly tools: true;
|
|
5536
5564
|
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "presence_penalty", "stop", "stream", "response_format", "tools"];
|
|
5565
|
+
}, {
|
|
5566
|
+
readonly providerId: "novita";
|
|
5567
|
+
readonly modelName: "deepseek/deepseek-v4-flash";
|
|
5568
|
+
readonly inputPrice: number;
|
|
5569
|
+
readonly cachedInputPrice: number;
|
|
5570
|
+
readonly outputPrice: number;
|
|
5571
|
+
readonly requestPrice: 0;
|
|
5572
|
+
readonly contextSize: 1050000;
|
|
5573
|
+
readonly maxOutput: 393216;
|
|
5574
|
+
readonly streaming: true;
|
|
5575
|
+
readonly reasoning: true;
|
|
5576
|
+
readonly vision: false;
|
|
5577
|
+
readonly tools: true;
|
|
5578
|
+
readonly jsonOutput: true;
|
|
5537
5579
|
}];
|
|
5538
5580
|
}, {
|
|
5539
5581
|
readonly id: "mistral-large-latest";
|
|
@@ -5554,46 +5596,6 @@ export declare const models: [{
|
|
|
5554
5596
|
readonly tools: false;
|
|
5555
5597
|
readonly jsonOutput: false;
|
|
5556
5598
|
}];
|
|
5557
|
-
}, {
|
|
5558
|
-
readonly id: "mixtral-8x7b-instruct-together";
|
|
5559
|
-
readonly name: "Mixtral 8x7B Instruct";
|
|
5560
|
-
readonly description: "Mixture-of-experts model with 8x7B architecture.";
|
|
5561
|
-
readonly family: "mistral";
|
|
5562
|
-
readonly releasedAt: Date;
|
|
5563
|
-
readonly providers: [{
|
|
5564
|
-
readonly deactivatedAt: Date;
|
|
5565
|
-
readonly providerId: "together-ai";
|
|
5566
|
-
readonly modelName: "mistralai/mixtral-8x7b-instruct-v0.1";
|
|
5567
|
-
readonly inputPrice: number;
|
|
5568
|
-
readonly outputPrice: number;
|
|
5569
|
-
readonly requestPrice: 0;
|
|
5570
|
-
readonly contextSize: 32768;
|
|
5571
|
-
readonly maxOutput: undefined;
|
|
5572
|
-
readonly streaming: true;
|
|
5573
|
-
readonly vision: false;
|
|
5574
|
-
readonly tools: false;
|
|
5575
|
-
readonly jsonOutput: true;
|
|
5576
|
-
}];
|
|
5577
|
-
}, {
|
|
5578
|
-
readonly id: "mistral-7b-instruct-together";
|
|
5579
|
-
readonly name: "Mistral 7B Instruct";
|
|
5580
|
-
readonly description: "Compact 7B instruction-tuned Mistral model.";
|
|
5581
|
-
readonly family: "mistral";
|
|
5582
|
-
readonly releasedAt: Date;
|
|
5583
|
-
readonly providers: [{
|
|
5584
|
-
readonly deactivatedAt: Date;
|
|
5585
|
-
readonly providerId: "together-ai";
|
|
5586
|
-
readonly modelName: "mistralai/mistral-7b-instruct-v0.1";
|
|
5587
|
-
readonly inputPrice: number;
|
|
5588
|
-
readonly outputPrice: number;
|
|
5589
|
-
readonly requestPrice: 0;
|
|
5590
|
-
readonly contextSize: 8192;
|
|
5591
|
-
readonly maxOutput: undefined;
|
|
5592
|
-
readonly streaming: true;
|
|
5593
|
-
readonly vision: false;
|
|
5594
|
-
readonly tools: false;
|
|
5595
|
-
readonly jsonOutput: true;
|
|
5596
|
-
}];
|
|
5597
5599
|
}, {
|
|
5598
5600
|
readonly id: "pixtral-large-latest";
|
|
5599
5601
|
readonly name: "Pixtral Large Latest";
|
|
@@ -6447,6 +6449,21 @@ export declare const models: [{
|
|
|
6447
6449
|
readonly vision: true;
|
|
6448
6450
|
readonly tools: true;
|
|
6449
6451
|
readonly jsonOutput: true;
|
|
6452
|
+
}, {
|
|
6453
|
+
readonly providerId: "together-ai";
|
|
6454
|
+
readonly modelName: "moonshotai/Kimi-K2.6";
|
|
6455
|
+
readonly test: "skip";
|
|
6456
|
+
readonly inputPrice: number;
|
|
6457
|
+
readonly cachedInputPrice: number;
|
|
6458
|
+
readonly outputPrice: number;
|
|
6459
|
+
readonly requestPrice: 0;
|
|
6460
|
+
readonly contextSize: 262144;
|
|
6461
|
+
readonly maxOutput: 32768;
|
|
6462
|
+
readonly streaming: true;
|
|
6463
|
+
readonly reasoning: true;
|
|
6464
|
+
readonly vision: true;
|
|
6465
|
+
readonly tools: false;
|
|
6466
|
+
readonly jsonOutput: false;
|
|
6450
6467
|
}];
|
|
6451
6468
|
}, {
|
|
6452
6469
|
readonly id: "qwen-max";
|
|
@@ -8457,6 +8474,20 @@ export declare const models: [{
|
|
|
8457
8474
|
readonly vision: false;
|
|
8458
8475
|
readonly tools: true;
|
|
8459
8476
|
readonly jsonOutput: true;
|
|
8477
|
+
}, {
|
|
8478
|
+
readonly providerId: "together-ai";
|
|
8479
|
+
readonly modelName: "zai-org/GLM-5.1";
|
|
8480
|
+
readonly inputPrice: number;
|
|
8481
|
+
readonly outputPrice: number;
|
|
8482
|
+
readonly requestPrice: 0;
|
|
8483
|
+
readonly contextSize: 202752;
|
|
8484
|
+
readonly maxOutput: 202752;
|
|
8485
|
+
readonly streaming: true;
|
|
8486
|
+
readonly reasoning: true;
|
|
8487
|
+
readonly vision: false;
|
|
8488
|
+
readonly tools: true;
|
|
8489
|
+
readonly jsonOutput: true;
|
|
8490
|
+
readonly jsonOutputSchema: true;
|
|
8460
8491
|
}];
|
|
8461
8492
|
}, {
|
|
8462
8493
|
readonly id: "glm-5";
|