@llmgateway/models 1.60.0 → 1.60.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/google.d.ts +1 -1
- package/dist/models/google.js +1 -1
- package/dist/models/meta.d.ts +2 -2
- package/dist/models/meta.js +2 -2
- package/dist/models/minimax.d.ts +2 -2
- package/dist/models/minimax.js +2 -2
- package/dist/models/mistral.d.ts +2 -2
- package/dist/models/mistral.js +2 -2
- package/dist/models/moonshot.d.ts +1 -1
- package/dist/models/moonshot.js +1 -1
- package/dist/models/zai.d.ts +2 -2
- package/dist/models/zai.js +2 -2
- package/dist/models.d.ts +10 -10
- package/dist/providers.d.ts +1 -1
- package/dist/providers.js +1 -1
- package/package.json +1 -1
package/dist/models/google.d.ts
CHANGED
|
@@ -1556,7 +1556,7 @@ export declare const googleModels: [{
|
|
|
1556
1556
|
readonly releasedAt: Date;
|
|
1557
1557
|
readonly providers: [{
|
|
1558
1558
|
readonly test: "skip";
|
|
1559
|
-
readonly providerId: "together
|
|
1559
|
+
readonly providerId: "together-ai";
|
|
1560
1560
|
readonly modelName: "google/gemma-2-27b-it";
|
|
1561
1561
|
readonly inputPrice: number;
|
|
1562
1562
|
readonly outputPrice: number;
|
package/dist/models/google.js
CHANGED
package/dist/models/meta.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ export declare const metaModels: [{
|
|
|
43
43
|
readonly tools: false;
|
|
44
44
|
readonly jsonOutput: false;
|
|
45
45
|
}, {
|
|
46
|
-
readonly providerId: "together
|
|
46
|
+
readonly providerId: "together-ai";
|
|
47
47
|
readonly modelName: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo";
|
|
48
48
|
readonly deactivatedAt: Date;
|
|
49
49
|
readonly inputPrice: number;
|
|
@@ -234,7 +234,7 @@ export declare const metaModels: [{
|
|
|
234
234
|
readonly family: "meta";
|
|
235
235
|
readonly releasedAt: Date;
|
|
236
236
|
readonly providers: [{
|
|
237
|
-
readonly providerId: "together
|
|
237
|
+
readonly providerId: "together-ai";
|
|
238
238
|
readonly stability: "unstable";
|
|
239
239
|
readonly modelName: "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo";
|
|
240
240
|
readonly inputPrice: number;
|
package/dist/models/meta.js
CHANGED
|
@@ -48,7 +48,7 @@ export const metaModels = [
|
|
|
48
48
|
jsonOutput: false,
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
providerId: "together
|
|
51
|
+
providerId: "together-ai",
|
|
52
52
|
modelName: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
|
|
53
53
|
deactivatedAt: new Date("2026-03-27"),
|
|
54
54
|
inputPrice: 0.06 / 1e6,
|
|
@@ -284,7 +284,7 @@ export const metaModels = [
|
|
|
284
284
|
releasedAt: new Date("2025-04-05"),
|
|
285
285
|
providers: [
|
|
286
286
|
{
|
|
287
|
-
providerId: "together
|
|
287
|
+
providerId: "together-ai",
|
|
288
288
|
stability: "unstable",
|
|
289
289
|
modelName: "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo",
|
|
290
290
|
inputPrice: 0.18 / 1e6,
|
package/dist/models/minimax.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export declare const minimaxModels: [{
|
|
|
33
33
|
readonly tools: true;
|
|
34
34
|
readonly jsonOutput: true;
|
|
35
35
|
}, {
|
|
36
|
-
readonly providerId: "together
|
|
36
|
+
readonly providerId: "together-ai";
|
|
37
37
|
readonly modelName: "MiniMaxAI/MiniMax-M2.7";
|
|
38
38
|
readonly inputPrice: number;
|
|
39
39
|
readonly cachedInputPrice: number;
|
|
@@ -122,7 +122,7 @@ export declare const minimaxModels: [{
|
|
|
122
122
|
readonly jsonOutput: true;
|
|
123
123
|
}, {
|
|
124
124
|
readonly deactivatedAt: Date;
|
|
125
|
-
readonly providerId: "together
|
|
125
|
+
readonly providerId: "together-ai";
|
|
126
126
|
readonly modelName: "MiniMaxAI/MiniMax-M2.5";
|
|
127
127
|
readonly inputPrice: number;
|
|
128
128
|
readonly outputPrice: number;
|
package/dist/models/minimax.js
CHANGED
|
@@ -37,7 +37,7 @@ export const minimaxModels = [
|
|
|
37
37
|
jsonOutput: true,
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
providerId: "together
|
|
40
|
+
providerId: "together-ai",
|
|
41
41
|
modelName: "MiniMaxAI/MiniMax-M2.7",
|
|
42
42
|
inputPrice: 0.3 / 1e6,
|
|
43
43
|
cachedInputPrice: 0.06 / 1e6,
|
|
@@ -135,7 +135,7 @@ export const minimaxModels = [
|
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
deactivatedAt: new Date("2026-04-27"),
|
|
138
|
-
providerId: "together
|
|
138
|
+
providerId: "together-ai",
|
|
139
139
|
modelName: "MiniMaxAI/MiniMax-M2.5",
|
|
140
140
|
inputPrice: 0.3 / 1e6,
|
|
141
141
|
outputPrice: 1.2 / 1e6,
|
package/dist/models/mistral.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export declare const mistralModels: [{
|
|
|
25
25
|
readonly releasedAt: Date;
|
|
26
26
|
readonly providers: [{
|
|
27
27
|
readonly deactivatedAt: Date;
|
|
28
|
-
readonly providerId: "together
|
|
28
|
+
readonly providerId: "together-ai";
|
|
29
29
|
readonly modelName: "mistralai/mixtral-8x7b-instruct-v0.1";
|
|
30
30
|
readonly inputPrice: number;
|
|
31
31
|
readonly outputPrice: number;
|
|
@@ -45,7 +45,7 @@ export declare const mistralModels: [{
|
|
|
45
45
|
readonly releasedAt: Date;
|
|
46
46
|
readonly providers: [{
|
|
47
47
|
readonly deactivatedAt: Date;
|
|
48
|
-
readonly providerId: "together
|
|
48
|
+
readonly providerId: "together-ai";
|
|
49
49
|
readonly modelName: "mistralai/mistral-7b-instruct-v0.1";
|
|
50
50
|
readonly inputPrice: number;
|
|
51
51
|
readonly outputPrice: number;
|
package/dist/models/mistral.js
CHANGED
|
@@ -30,7 +30,7 @@ export const mistralModels = [
|
|
|
30
30
|
providers: [
|
|
31
31
|
{
|
|
32
32
|
deactivatedAt: new Date("2026-04-16"),
|
|
33
|
-
providerId: "together
|
|
33
|
+
providerId: "together-ai",
|
|
34
34
|
modelName: "mistralai/mixtral-8x7b-instruct-v0.1",
|
|
35
35
|
inputPrice: 0.06 / 1e6,
|
|
36
36
|
outputPrice: 0.06 / 1e6,
|
|
@@ -53,7 +53,7 @@ export const mistralModels = [
|
|
|
53
53
|
providers: [
|
|
54
54
|
{
|
|
55
55
|
deactivatedAt: new Date("2025-11-13"),
|
|
56
|
-
providerId: "together
|
|
56
|
+
providerId: "together-ai",
|
|
57
57
|
modelName: "mistralai/mistral-7b-instruct-v0.1",
|
|
58
58
|
inputPrice: 0.06 / 1e6,
|
|
59
59
|
outputPrice: 0.06 / 1e6,
|
|
@@ -227,7 +227,7 @@ export declare const moonshotModels: [{
|
|
|
227
227
|
readonly tools: true;
|
|
228
228
|
readonly jsonOutput: true;
|
|
229
229
|
}, {
|
|
230
|
-
readonly providerId: "together
|
|
230
|
+
readonly providerId: "together-ai";
|
|
231
231
|
readonly modelName: "moonshotai/Kimi-K2.5";
|
|
232
232
|
readonly stability: "unstable";
|
|
233
233
|
readonly inputPrice: number;
|
package/dist/models/moonshot.js
CHANGED
package/dist/models/zai.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ export declare const zaiModels: [{
|
|
|
77
77
|
readonly jsonOutput: false;
|
|
78
78
|
}, {
|
|
79
79
|
readonly deactivatedAt: Date;
|
|
80
|
-
readonly providerId: "together
|
|
80
|
+
readonly providerId: "together-ai";
|
|
81
81
|
readonly modelName: "zai-org/GLM-5";
|
|
82
82
|
readonly inputPrice: number;
|
|
83
83
|
readonly outputPrice: number;
|
|
@@ -416,7 +416,7 @@ export declare const zaiModels: [{
|
|
|
416
416
|
readonly tools: true;
|
|
417
417
|
readonly jsonOutput: false;
|
|
418
418
|
}, {
|
|
419
|
-
readonly providerId: "together
|
|
419
|
+
readonly providerId: "together-ai";
|
|
420
420
|
readonly test: "skip";
|
|
421
421
|
readonly modelName: "zai-org/GLM-4.7";
|
|
422
422
|
readonly inputPrice: number;
|
package/dist/models/zai.js
CHANGED
|
@@ -85,7 +85,7 @@ export const zaiModels = [
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
deactivatedAt: new Date("2026-04-22"),
|
|
88
|
-
providerId: "together
|
|
88
|
+
providerId: "together-ai",
|
|
89
89
|
modelName: "zai-org/GLM-5",
|
|
90
90
|
inputPrice: 1 / 1e6,
|
|
91
91
|
outputPrice: 3.2 / 1e6,
|
|
@@ -513,7 +513,7 @@ export const zaiModels = [
|
|
|
513
513
|
jsonOutput: false,
|
|
514
514
|
},
|
|
515
515
|
{
|
|
516
|
-
providerId: "together
|
|
516
|
+
providerId: "together-ai",
|
|
517
517
|
test: "skip",
|
|
518
518
|
modelName: "zai-org/GLM-4.7",
|
|
519
519
|
inputPrice: 0.45 / 1e6,
|
package/dist/models.d.ts
CHANGED
|
@@ -4040,7 +4040,7 @@ export declare const models: [{
|
|
|
4040
4040
|
readonly releasedAt: Date;
|
|
4041
4041
|
readonly providers: [{
|
|
4042
4042
|
readonly test: "skip";
|
|
4043
|
-
readonly providerId: "together
|
|
4043
|
+
readonly providerId: "together-ai";
|
|
4044
4044
|
readonly modelName: "google/gemma-2-27b-it";
|
|
4045
4045
|
readonly inputPrice: number;
|
|
4046
4046
|
readonly outputPrice: number;
|
|
@@ -4808,7 +4808,7 @@ export declare const models: [{
|
|
|
4808
4808
|
readonly tools: false;
|
|
4809
4809
|
readonly jsonOutput: false;
|
|
4810
4810
|
}, {
|
|
4811
|
-
readonly providerId: "together
|
|
4811
|
+
readonly providerId: "together-ai";
|
|
4812
4812
|
readonly modelName: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo";
|
|
4813
4813
|
readonly deactivatedAt: Date;
|
|
4814
4814
|
readonly inputPrice: number;
|
|
@@ -4999,7 +4999,7 @@ export declare const models: [{
|
|
|
4999
4999
|
readonly family: "meta";
|
|
5000
5000
|
readonly releasedAt: Date;
|
|
5001
5001
|
readonly providers: [{
|
|
5002
|
-
readonly providerId: "together
|
|
5002
|
+
readonly providerId: "together-ai";
|
|
5003
5003
|
readonly stability: "unstable";
|
|
5004
5004
|
readonly modelName: "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo";
|
|
5005
5005
|
readonly inputPrice: number;
|
|
@@ -5368,7 +5368,7 @@ export declare const models: [{
|
|
|
5368
5368
|
readonly releasedAt: Date;
|
|
5369
5369
|
readonly providers: [{
|
|
5370
5370
|
readonly deactivatedAt: Date;
|
|
5371
|
-
readonly providerId: "together
|
|
5371
|
+
readonly providerId: "together-ai";
|
|
5372
5372
|
readonly modelName: "mistralai/mixtral-8x7b-instruct-v0.1";
|
|
5373
5373
|
readonly inputPrice: number;
|
|
5374
5374
|
readonly outputPrice: number;
|
|
@@ -5388,7 +5388,7 @@ export declare const models: [{
|
|
|
5388
5388
|
readonly releasedAt: Date;
|
|
5389
5389
|
readonly providers: [{
|
|
5390
5390
|
readonly deactivatedAt: Date;
|
|
5391
|
-
readonly providerId: "together
|
|
5391
|
+
readonly providerId: "together-ai";
|
|
5392
5392
|
readonly modelName: "mistralai/mistral-7b-instruct-v0.1";
|
|
5393
5393
|
readonly inputPrice: number;
|
|
5394
5394
|
readonly outputPrice: number;
|
|
@@ -5625,7 +5625,7 @@ export declare const models: [{
|
|
|
5625
5625
|
readonly tools: true;
|
|
5626
5626
|
readonly jsonOutput: true;
|
|
5627
5627
|
}, {
|
|
5628
|
-
readonly providerId: "together
|
|
5628
|
+
readonly providerId: "together-ai";
|
|
5629
5629
|
readonly modelName: "MiniMaxAI/MiniMax-M2.7";
|
|
5630
5630
|
readonly inputPrice: number;
|
|
5631
5631
|
readonly cachedInputPrice: number;
|
|
@@ -5714,7 +5714,7 @@ export declare const models: [{
|
|
|
5714
5714
|
readonly jsonOutput: true;
|
|
5715
5715
|
}, {
|
|
5716
5716
|
readonly deactivatedAt: Date;
|
|
5717
|
-
readonly providerId: "together
|
|
5717
|
+
readonly providerId: "together-ai";
|
|
5718
5718
|
readonly modelName: "MiniMaxAI/MiniMax-M2.5";
|
|
5719
5719
|
readonly inputPrice: number;
|
|
5720
5720
|
readonly outputPrice: number;
|
|
@@ -6128,7 +6128,7 @@ export declare const models: [{
|
|
|
6128
6128
|
readonly tools: true;
|
|
6129
6129
|
readonly jsonOutput: true;
|
|
6130
6130
|
}, {
|
|
6131
|
-
readonly providerId: "together
|
|
6131
|
+
readonly providerId: "together-ai";
|
|
6132
6132
|
readonly modelName: "moonshotai/Kimi-K2.5";
|
|
6133
6133
|
readonly stability: "unstable";
|
|
6134
6134
|
readonly inputPrice: number;
|
|
@@ -8244,7 +8244,7 @@ export declare const models: [{
|
|
|
8244
8244
|
readonly jsonOutput: false;
|
|
8245
8245
|
}, {
|
|
8246
8246
|
readonly deactivatedAt: Date;
|
|
8247
|
-
readonly providerId: "together
|
|
8247
|
+
readonly providerId: "together-ai";
|
|
8248
8248
|
readonly modelName: "zai-org/GLM-5";
|
|
8249
8249
|
readonly inputPrice: number;
|
|
8250
8250
|
readonly outputPrice: number;
|
|
@@ -8583,7 +8583,7 @@ export declare const models: [{
|
|
|
8583
8583
|
readonly tools: true;
|
|
8584
8584
|
readonly jsonOutput: false;
|
|
8585
8585
|
}, {
|
|
8586
|
-
readonly providerId: "together
|
|
8586
|
+
readonly providerId: "together-ai";
|
|
8587
8587
|
readonly test: "skip";
|
|
8588
8588
|
readonly modelName: "zai-org/GLM-4.7";
|
|
8589
8589
|
readonly inputPrice: number;
|
package/dist/providers.d.ts
CHANGED
|
@@ -425,7 +425,7 @@ export declare const providers: [{
|
|
|
425
425
|
readonly website: "https://inference.net";
|
|
426
426
|
readonly announcement: null;
|
|
427
427
|
}, {
|
|
428
|
-
readonly id: "together
|
|
428
|
+
readonly id: "together-ai";
|
|
429
429
|
readonly name: "Together AI";
|
|
430
430
|
readonly description: "Together AI is a platform for running large language models in the cloud with fast inference.";
|
|
431
431
|
readonly env: {
|
package/dist/providers.js
CHANGED
|
@@ -413,7 +413,7 @@ export const providers = [
|
|
|
413
413
|
announcement: null,
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
|
-
id: "together
|
|
416
|
+
id: "together-ai",
|
|
417
417
|
name: "Together AI",
|
|
418
418
|
description: "Together AI is a platform for running large language models in the cloud with fast inference.",
|
|
419
419
|
env: {
|