@llmgateway/models 1.80.0 → 1.83.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 +469 -469
- package/dist/models/alibaba.js +469 -469
- package/dist/models/alibaba.js.map +1 -1
- package/dist/models/anthropic.d.ts +266 -266
- package/dist/models/anthropic.js +266 -266
- package/dist/models/anthropic.js.map +1 -1
- package/dist/models/bytedance.d.ts +24 -24
- package/dist/models/bytedance.js +24 -24
- package/dist/models/bytedance.js.map +1 -1
- package/dist/models/deepseek.d.ts +62 -62
- package/dist/models/deepseek.js +62 -62
- package/dist/models/deepseek.js.map +1 -1
- package/dist/models/google.d.ts +360 -356
- package/dist/models/google.js +360 -356
- package/dist/models/google.js.map +1 -1
- package/dist/models/meta.d.ts +66 -66
- package/dist/models/meta.js +66 -66
- package/dist/models/meta.js.map +1 -1
- package/dist/models/minimax.d.ts +55 -55
- package/dist/models/minimax.js +55 -55
- package/dist/models/minimax.js.map +1 -1
- package/dist/models/mistral.d.ts +30 -30
- package/dist/models/mistral.js +30 -30
- package/dist/models/mistral.js.map +1 -1
- package/dist/models/moonshot.d.ts +70 -70
- package/dist/models/moonshot.js +70 -70
- package/dist/models/moonshot.js.map +1 -1
- package/dist/models/nousresearch.d.ts +6 -6
- package/dist/models/nousresearch.js +6 -6
- package/dist/models/nousresearch.js.map +1 -1
- package/dist/models/openai.d.ts +392 -327
- package/dist/models/openai.js +401 -327
- package/dist/models/openai.js.map +1 -1
- package/dist/models/perplexity.d.ts +12 -12
- package/dist/models/perplexity.js +12 -12
- package/dist/models/perplexity.js.map +1 -1
- package/dist/models/xai.d.ts +211 -188
- package/dist/models/xai.js +211 -188
- package/dist/models/xai.js.map +1 -1
- package/dist/models/xiaomi.d.ts +38 -38
- package/dist/models/xiaomi.js +38 -38
- package/dist/models/xiaomi.js.map +1 -1
- package/dist/models/zai.d.ts +177 -177
- package/dist/models/zai.js +177 -177
- package/dist/models/zai.js.map +1 -1
- package/dist/models.d.ts +2269 -2174
- package/dist/models.js.map +1 -1
- package/dist/providers.d.ts +62 -0
- package/dist/providers.js +60 -0
- package/dist/providers.js.map +1 -1
- package/dist/types.d.ts +4 -4
- package/package.json +1 -1
package/dist/models/meta.js
CHANGED
|
@@ -10,9 +10,9 @@ export const metaModels = [
|
|
|
10
10
|
providerId: "aws-bedrock",
|
|
11
11
|
modelName: "meta.llama3-1-8b-instruct-v1:0",
|
|
12
12
|
stability: "unstable",
|
|
13
|
-
inputPrice: 0.
|
|
14
|
-
outputPrice: 0.
|
|
15
|
-
requestPrice: 0,
|
|
13
|
+
inputPrice: "0.22e-6",
|
|
14
|
+
outputPrice: "0.22e-6",
|
|
15
|
+
requestPrice: "0",
|
|
16
16
|
contextSize: 128000,
|
|
17
17
|
maxOutput: 2048,
|
|
18
18
|
streaming: true,
|
|
@@ -24,9 +24,9 @@ export const metaModels = [
|
|
|
24
24
|
{
|
|
25
25
|
providerId: "nebius",
|
|
26
26
|
modelName: "meta-llama/Meta-Llama-3.1-8B-Instruct",
|
|
27
|
-
inputPrice: 0.
|
|
28
|
-
outputPrice: 0.
|
|
29
|
-
requestPrice: 0,
|
|
27
|
+
inputPrice: "0.02e-6",
|
|
28
|
+
outputPrice: "0.06e-6",
|
|
29
|
+
requestPrice: "0",
|
|
30
30
|
contextSize: 128000,
|
|
31
31
|
maxOutput: undefined,
|
|
32
32
|
streaming: true,
|
|
@@ -39,9 +39,9 @@ export const metaModels = [
|
|
|
39
39
|
providerId: "inference.net",
|
|
40
40
|
stability: "unstable",
|
|
41
41
|
modelName: "meta-llama/llama-3.1-8b-instruct/fp-8",
|
|
42
|
-
inputPrice: 0.
|
|
43
|
-
outputPrice: 0.
|
|
44
|
-
requestPrice: 0,
|
|
42
|
+
inputPrice: "0.07e-6",
|
|
43
|
+
outputPrice: "0.33e-6",
|
|
44
|
+
requestPrice: "0",
|
|
45
45
|
contextSize: 128000,
|
|
46
46
|
maxOutput: undefined,
|
|
47
47
|
streaming: true,
|
|
@@ -54,9 +54,9 @@ export const metaModels = [
|
|
|
54
54
|
providerId: "together-ai",
|
|
55
55
|
modelName: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
|
|
56
56
|
deactivatedAt: new Date("2026-03-27"),
|
|
57
|
-
inputPrice: 0.
|
|
58
|
-
outputPrice: 0.
|
|
59
|
-
requestPrice: 0,
|
|
57
|
+
inputPrice: "0.06e-6",
|
|
58
|
+
outputPrice: "0.06e-6",
|
|
59
|
+
requestPrice: "0",
|
|
60
60
|
contextSize: 128000,
|
|
61
61
|
maxOutput: undefined,
|
|
62
62
|
streaming: true,
|
|
@@ -67,9 +67,9 @@ export const metaModels = [
|
|
|
67
67
|
{
|
|
68
68
|
providerId: "cerebras",
|
|
69
69
|
modelName: "llama3.1-8b",
|
|
70
|
-
inputPrice: 0.
|
|
71
|
-
outputPrice: 0.
|
|
72
|
-
requestPrice: 0,
|
|
70
|
+
inputPrice: "0.1e-6",
|
|
71
|
+
outputPrice: "0.1e-6",
|
|
72
|
+
requestPrice: "0",
|
|
73
73
|
contextSize: 128000,
|
|
74
74
|
maxOutput: undefined,
|
|
75
75
|
streaming: true,
|
|
@@ -87,9 +87,9 @@ export const metaModels = [
|
|
|
87
87
|
{
|
|
88
88
|
providerId: "novita",
|
|
89
89
|
modelName: "meta-llama/llama-3.1-8b-instruct",
|
|
90
|
-
inputPrice: 0.
|
|
91
|
-
outputPrice: 0.
|
|
92
|
-
requestPrice: 0,
|
|
90
|
+
inputPrice: "0.02e-6",
|
|
91
|
+
outputPrice: "0.05e-6",
|
|
92
|
+
requestPrice: "0",
|
|
93
93
|
contextSize: 16384,
|
|
94
94
|
maxOutput: 16384,
|
|
95
95
|
streaming: true,
|
|
@@ -111,9 +111,9 @@ export const metaModels = [
|
|
|
111
111
|
providerId: "aws-bedrock",
|
|
112
112
|
modelName: "meta.llama3-1-70b-instruct-v1:0",
|
|
113
113
|
stability: "unstable",
|
|
114
|
-
inputPrice: 0.
|
|
115
|
-
outputPrice: 0.
|
|
116
|
-
requestPrice: 0,
|
|
114
|
+
inputPrice: "0.72e-6",
|
|
115
|
+
outputPrice: "0.72e-6",
|
|
116
|
+
requestPrice: "0",
|
|
117
117
|
contextSize: 128000,
|
|
118
118
|
maxOutput: 2048,
|
|
119
119
|
streaming: true,
|
|
@@ -134,9 +134,9 @@ export const metaModels = [
|
|
|
134
134
|
providerId: "inference.net",
|
|
135
135
|
stability: "unstable",
|
|
136
136
|
modelName: "meta-llama/llama-3.2-11b-instruct/fp-16",
|
|
137
|
-
inputPrice: 0.
|
|
138
|
-
outputPrice: 0.
|
|
139
|
-
requestPrice: 0,
|
|
137
|
+
inputPrice: "0.07e-6",
|
|
138
|
+
outputPrice: "0.33e-6",
|
|
139
|
+
requestPrice: "0",
|
|
140
140
|
contextSize: 128000,
|
|
141
141
|
maxOutput: undefined,
|
|
142
142
|
streaming: true,
|
|
@@ -156,9 +156,9 @@ export const metaModels = [
|
|
|
156
156
|
{
|
|
157
157
|
providerId: "nebius",
|
|
158
158
|
modelName: "nvidia/Llama-3_1-Nemotron-Ultra-253B-v1",
|
|
159
|
-
inputPrice: 0.6
|
|
160
|
-
outputPrice: 1.
|
|
161
|
-
requestPrice: 0,
|
|
159
|
+
inputPrice: "0.6e-6",
|
|
160
|
+
outputPrice: "1.8e-6",
|
|
161
|
+
requestPrice: "0",
|
|
162
162
|
contextSize: 128000,
|
|
163
163
|
maxOutput: undefined,
|
|
164
164
|
streaming: true,
|
|
@@ -179,9 +179,9 @@ export const metaModels = [
|
|
|
179
179
|
providerId: "groq",
|
|
180
180
|
modelName: "meta-llama/llama-guard-4-12b",
|
|
181
181
|
deactivatedAt: new Date("2026-03-29"),
|
|
182
|
-
inputPrice: 0.
|
|
183
|
-
outputPrice: 0.
|
|
184
|
-
requestPrice: 0,
|
|
182
|
+
inputPrice: "0.2e-6",
|
|
183
|
+
outputPrice: "0.2e-6",
|
|
184
|
+
requestPrice: "0",
|
|
185
185
|
contextSize: 131072,
|
|
186
186
|
maxOutput: undefined,
|
|
187
187
|
streaming: true,
|
|
@@ -201,9 +201,9 @@ export const metaModels = [
|
|
|
201
201
|
{
|
|
202
202
|
providerId: "nebius",
|
|
203
203
|
modelName: "meta-llama/Llama-3.3-70B-Instruct",
|
|
204
|
-
inputPrice: 0.
|
|
205
|
-
outputPrice: 0.
|
|
206
|
-
requestPrice: 0,
|
|
204
|
+
inputPrice: "0.13e-6",
|
|
205
|
+
outputPrice: "0.4e-6",
|
|
206
|
+
requestPrice: "0",
|
|
207
207
|
contextSize: 128000,
|
|
208
208
|
maxOutput: undefined,
|
|
209
209
|
streaming: true,
|
|
@@ -226,9 +226,9 @@ export const metaModels = [
|
|
|
226
226
|
providerId: "cerebras",
|
|
227
227
|
test: "skip",
|
|
228
228
|
modelName: "llama-3.3-70b",
|
|
229
|
-
inputPrice: 0.
|
|
230
|
-
outputPrice: 1.
|
|
231
|
-
requestPrice: 0,
|
|
229
|
+
inputPrice: "0.85e-6",
|
|
230
|
+
outputPrice: "1.2e-6",
|
|
231
|
+
requestPrice: "0",
|
|
232
232
|
contextSize: 128000,
|
|
233
233
|
maxOutput: undefined,
|
|
234
234
|
streaming: true,
|
|
@@ -246,9 +246,9 @@ export const metaModels = [
|
|
|
246
246
|
providerId: "novita",
|
|
247
247
|
test: "skip",
|
|
248
248
|
modelName: "meta-llama/llama-3.3-70b-instruct",
|
|
249
|
-
inputPrice: 0.
|
|
250
|
-
outputPrice: 0.
|
|
251
|
-
requestPrice: 0,
|
|
249
|
+
inputPrice: "0.135e-6",
|
|
250
|
+
outputPrice: "0.4e-6",
|
|
251
|
+
requestPrice: "0",
|
|
252
252
|
contextSize: 131072,
|
|
253
253
|
maxOutput: 120000,
|
|
254
254
|
streaming: true,
|
|
@@ -268,9 +268,9 @@ export const metaModels = [
|
|
|
268
268
|
{
|
|
269
269
|
providerId: "nebius",
|
|
270
270
|
modelName: "meta-llama/Meta-Llama-3.1-405B-Instruct",
|
|
271
|
-
inputPrice: 1.
|
|
272
|
-
outputPrice: 3.
|
|
273
|
-
requestPrice: 0,
|
|
271
|
+
inputPrice: "1.0e-6",
|
|
272
|
+
outputPrice: "3.0e-6",
|
|
273
|
+
requestPrice: "0",
|
|
274
274
|
contextSize: 128000,
|
|
275
275
|
maxOutput: undefined,
|
|
276
276
|
streaming: true,
|
|
@@ -292,9 +292,9 @@ export const metaModels = [
|
|
|
292
292
|
providerId: "together-ai",
|
|
293
293
|
stability: "unstable",
|
|
294
294
|
modelName: "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo",
|
|
295
|
-
inputPrice: 0.
|
|
296
|
-
outputPrice: 0.
|
|
297
|
-
requestPrice: 0,
|
|
295
|
+
inputPrice: "0.18e-6",
|
|
296
|
+
outputPrice: "0.59e-6",
|
|
297
|
+
requestPrice: "0",
|
|
298
298
|
contextSize: 32768,
|
|
299
299
|
maxOutput: undefined,
|
|
300
300
|
streaming: true,
|
|
@@ -316,9 +316,9 @@ export const metaModels = [
|
|
|
316
316
|
stability: "unstable",
|
|
317
317
|
providerId: "aws-bedrock",
|
|
318
318
|
modelName: "meta.llama4-scout-17b-instruct-v1:0",
|
|
319
|
-
inputPrice: 0.
|
|
320
|
-
outputPrice: 0.
|
|
321
|
-
requestPrice: 0,
|
|
319
|
+
inputPrice: "0.17e-6",
|
|
320
|
+
outputPrice: "0.66e-6",
|
|
321
|
+
requestPrice: "0",
|
|
322
322
|
contextSize: 8192,
|
|
323
323
|
maxOutput: 2048,
|
|
324
324
|
streaming: true,
|
|
@@ -331,9 +331,9 @@ export const metaModels = [
|
|
|
331
331
|
stability: "unstable",
|
|
332
332
|
providerId: "novita",
|
|
333
333
|
modelName: "meta-llama/llama-4-scout-17b-16e-instruct",
|
|
334
|
-
inputPrice: 0.
|
|
335
|
-
outputPrice: 0.
|
|
336
|
-
requestPrice: 0,
|
|
334
|
+
inputPrice: "0.18e-6",
|
|
335
|
+
outputPrice: "0.59e-6",
|
|
336
|
+
requestPrice: "0",
|
|
337
337
|
contextSize: 131072,
|
|
338
338
|
maxOutput: 131072,
|
|
339
339
|
streaming: true,
|
|
@@ -354,9 +354,9 @@ export const metaModels = [
|
|
|
354
354
|
stability: "unstable",
|
|
355
355
|
providerId: "aws-bedrock",
|
|
356
356
|
modelName: "meta.llama4-maverick-17b-instruct-v1:0",
|
|
357
|
-
inputPrice: 0.
|
|
358
|
-
outputPrice: 0.
|
|
359
|
-
requestPrice: 0,
|
|
357
|
+
inputPrice: "0.24e-6",
|
|
358
|
+
outputPrice: "0.97e-6",
|
|
359
|
+
requestPrice: "0",
|
|
360
360
|
contextSize: 8192,
|
|
361
361
|
maxOutput: 2048,
|
|
362
362
|
streaming: true,
|
|
@@ -368,9 +368,9 @@ export const metaModels = [
|
|
|
368
368
|
{
|
|
369
369
|
providerId: "novita",
|
|
370
370
|
modelName: "meta-llama/llama-4-maverick-17b-128e-instruct-fp8",
|
|
371
|
-
inputPrice: 0.
|
|
372
|
-
outputPrice: 0.
|
|
373
|
-
requestPrice: 0,
|
|
371
|
+
inputPrice: "0.27e-6",
|
|
372
|
+
outputPrice: "0.85e-6",
|
|
373
|
+
requestPrice: "0",
|
|
374
374
|
contextSize: 1048576,
|
|
375
375
|
maxOutput: 8192,
|
|
376
376
|
streaming: true,
|
|
@@ -390,9 +390,9 @@ export const metaModels = [
|
|
|
390
390
|
{
|
|
391
391
|
providerId: "novita",
|
|
392
392
|
modelName: "meta-llama/llama-3-8b-instruct",
|
|
393
|
-
inputPrice: 0.
|
|
394
|
-
outputPrice: 0.
|
|
395
|
-
requestPrice: 0,
|
|
393
|
+
inputPrice: "0.04e-6",
|
|
394
|
+
outputPrice: "0.04e-6",
|
|
395
|
+
requestPrice: "0",
|
|
396
396
|
contextSize: 8192,
|
|
397
397
|
maxOutput: 8192,
|
|
398
398
|
streaming: true,
|
|
@@ -413,9 +413,9 @@ export const metaModels = [
|
|
|
413
413
|
providerId: "novita",
|
|
414
414
|
test: "skip",
|
|
415
415
|
modelName: "meta-llama/llama-3-70b-instruct",
|
|
416
|
-
inputPrice: 0.
|
|
417
|
-
outputPrice: 0.
|
|
418
|
-
requestPrice: 0,
|
|
416
|
+
inputPrice: "0.51e-6",
|
|
417
|
+
outputPrice: "0.74e-6",
|
|
418
|
+
requestPrice: "0",
|
|
419
419
|
contextSize: 8192,
|
|
420
420
|
maxOutput: 8000,
|
|
421
421
|
streaming: true,
|
|
@@ -436,9 +436,9 @@ export const metaModels = [
|
|
|
436
436
|
providerId: "novita",
|
|
437
437
|
stability: "unstable",
|
|
438
438
|
modelName: "meta-llama/llama-3.2-3b-instruct",
|
|
439
|
-
inputPrice: 0.
|
|
440
|
-
outputPrice: 0.
|
|
441
|
-
requestPrice: 0,
|
|
439
|
+
inputPrice: "0.03e-6",
|
|
440
|
+
outputPrice: "0.05e-6",
|
|
441
|
+
requestPrice: "0",
|
|
442
442
|
contextSize: 32768,
|
|
443
443
|
maxOutput: 32000,
|
|
444
444
|
streaming: true,
|
package/dist/models/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../src/models/meta.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,UAAU,GAAG;IACzB;QACC,EAAE,EAAE,uBAAuB;QAC3B,IAAI,EAAE,uBAAuB;QAC7B,WAAW,EAAE,kDAAkD;QAC/D,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,IAAI,IAAI,CAAC,YAAY,CAAC;QAClC,SAAS,EAAE;YACV;gBACC,UAAU,EAAE,aAAa;gBACzB,SAAS,EAAE,gCAAgC;gBAC3C,SAAS,EAAE,UAAU;gBACrB,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../src/models/meta.ts"],"names":[],"mappings":"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"}
|
package/dist/models/minimax.d.ts
CHANGED
|
@@ -6,10 +6,10 @@ export declare const minimaxModels: [{
|
|
|
6
6
|
readonly providers: [{
|
|
7
7
|
readonly providerId: "minimax";
|
|
8
8
|
readonly modelName: "MiniMax-M2.7";
|
|
9
|
-
readonly inputPrice:
|
|
10
|
-
readonly cachedInputPrice:
|
|
11
|
-
readonly outputPrice:
|
|
12
|
-
readonly requestPrice: 0;
|
|
9
|
+
readonly inputPrice: "0.3e-6";
|
|
10
|
+
readonly cachedInputPrice: "0.06e-6";
|
|
11
|
+
readonly outputPrice: "1.2e-6";
|
|
12
|
+
readonly requestPrice: "0";
|
|
13
13
|
readonly contextSize: 204800;
|
|
14
14
|
readonly maxOutput: 131100;
|
|
15
15
|
readonly streaming: true;
|
|
@@ -21,10 +21,10 @@ export declare const minimaxModels: [{
|
|
|
21
21
|
}, {
|
|
22
22
|
readonly providerId: "novita";
|
|
23
23
|
readonly modelName: "minimax/minimax-m2.7";
|
|
24
|
-
readonly inputPrice:
|
|
25
|
-
readonly cachedInputPrice:
|
|
26
|
-
readonly outputPrice:
|
|
27
|
-
readonly requestPrice: 0;
|
|
24
|
+
readonly inputPrice: "0.3e-6";
|
|
25
|
+
readonly cachedInputPrice: "0.06e-6";
|
|
26
|
+
readonly outputPrice: "1.2e-6";
|
|
27
|
+
readonly requestPrice: "0";
|
|
28
28
|
readonly contextSize: 204800;
|
|
29
29
|
readonly maxOutput: 131100;
|
|
30
30
|
readonly streaming: true;
|
|
@@ -35,10 +35,10 @@ export declare const minimaxModels: [{
|
|
|
35
35
|
}, {
|
|
36
36
|
readonly providerId: "together-ai";
|
|
37
37
|
readonly modelName: "MiniMaxAI/MiniMax-M2.7";
|
|
38
|
-
readonly inputPrice:
|
|
39
|
-
readonly cachedInputPrice:
|
|
40
|
-
readonly outputPrice:
|
|
41
|
-
readonly requestPrice: 0;
|
|
38
|
+
readonly inputPrice: "0.3e-6";
|
|
39
|
+
readonly cachedInputPrice: "0.06e-6";
|
|
40
|
+
readonly outputPrice: "1.2e-6";
|
|
41
|
+
readonly requestPrice: "0";
|
|
42
42
|
readonly contextSize: 196608;
|
|
43
43
|
readonly maxOutput: 196608;
|
|
44
44
|
readonly streaming: true;
|
|
@@ -56,10 +56,10 @@ export declare const minimaxModels: [{
|
|
|
56
56
|
readonly providers: [{
|
|
57
57
|
readonly providerId: "minimax";
|
|
58
58
|
readonly modelName: "MiniMax-M2.7-highspeed";
|
|
59
|
-
readonly inputPrice:
|
|
60
|
-
readonly cachedInputPrice:
|
|
61
|
-
readonly outputPrice:
|
|
62
|
-
readonly requestPrice: 0;
|
|
59
|
+
readonly inputPrice: "0.6e-6";
|
|
60
|
+
readonly cachedInputPrice: "0.06e-6";
|
|
61
|
+
readonly outputPrice: "2.4e-6";
|
|
62
|
+
readonly requestPrice: "0";
|
|
63
63
|
readonly contextSize: 204800;
|
|
64
64
|
readonly maxOutput: 131100;
|
|
65
65
|
readonly streaming: true;
|
|
@@ -78,10 +78,10 @@ export declare const minimaxModels: [{
|
|
|
78
78
|
readonly providers: [{
|
|
79
79
|
readonly providerId: "minimax";
|
|
80
80
|
readonly modelName: "MiniMax-M2.5";
|
|
81
|
-
readonly inputPrice:
|
|
82
|
-
readonly cachedInputPrice:
|
|
83
|
-
readonly outputPrice:
|
|
84
|
-
readonly requestPrice: 0;
|
|
81
|
+
readonly inputPrice: "0.3e-6";
|
|
82
|
+
readonly cachedInputPrice: "0.03e-6";
|
|
83
|
+
readonly outputPrice: "1.2e-6";
|
|
84
|
+
readonly requestPrice: "0";
|
|
85
85
|
readonly contextSize: 204800;
|
|
86
86
|
readonly maxOutput: 131100;
|
|
87
87
|
readonly streaming: true;
|
|
@@ -93,10 +93,10 @@ export declare const minimaxModels: [{
|
|
|
93
93
|
}, {
|
|
94
94
|
readonly providerId: "novita";
|
|
95
95
|
readonly modelName: "minimax/minimax-m2.5";
|
|
96
|
-
readonly inputPrice:
|
|
97
|
-
readonly cachedInputPrice:
|
|
98
|
-
readonly outputPrice:
|
|
99
|
-
readonly requestPrice: 0;
|
|
96
|
+
readonly inputPrice: "0.3e-6";
|
|
97
|
+
readonly cachedInputPrice: "0.03e-6";
|
|
98
|
+
readonly outputPrice: "1.2e-6";
|
|
99
|
+
readonly requestPrice: "0";
|
|
100
100
|
readonly contextSize: 204800;
|
|
101
101
|
readonly maxOutput: 131100;
|
|
102
102
|
readonly streaming: true;
|
|
@@ -108,9 +108,9 @@ export declare const minimaxModels: [{
|
|
|
108
108
|
readonly deactivatedAt: Date;
|
|
109
109
|
readonly providerId: "together-ai";
|
|
110
110
|
readonly modelName: "MiniMaxAI/MiniMax-M2.5";
|
|
111
|
-
readonly inputPrice:
|
|
112
|
-
readonly outputPrice:
|
|
113
|
-
readonly requestPrice: 0;
|
|
111
|
+
readonly inputPrice: "0.3e-6";
|
|
112
|
+
readonly outputPrice: "1.2e-6";
|
|
113
|
+
readonly requestPrice: "0";
|
|
114
114
|
readonly contextSize: 228700;
|
|
115
115
|
readonly maxOutput: 131100;
|
|
116
116
|
readonly streaming: true;
|
|
@@ -122,10 +122,10 @@ export declare const minimaxModels: [{
|
|
|
122
122
|
}, {
|
|
123
123
|
readonly providerId: "embercloud";
|
|
124
124
|
readonly modelName: "minimax-m2.5";
|
|
125
|
-
readonly inputPrice:
|
|
126
|
-
readonly outputPrice:
|
|
127
|
-
readonly cachedInputPrice:
|
|
128
|
-
readonly requestPrice: 0;
|
|
125
|
+
readonly inputPrice: "0.2e-6";
|
|
126
|
+
readonly outputPrice: "1.2e-6";
|
|
127
|
+
readonly cachedInputPrice: "0.04e-6";
|
|
128
|
+
readonly requestPrice: "0";
|
|
129
129
|
readonly contextSize: 196608;
|
|
130
130
|
readonly maxOutput: 196608;
|
|
131
131
|
readonly streaming: true;
|
|
@@ -139,9 +139,9 @@ export declare const minimaxModels: [{
|
|
|
139
139
|
readonly providerId: "nebius";
|
|
140
140
|
readonly stability: "unstable";
|
|
141
141
|
readonly modelName: "MiniMaxAI/MiniMax-M2.5";
|
|
142
|
-
readonly inputPrice:
|
|
143
|
-
readonly outputPrice:
|
|
144
|
-
readonly requestPrice: 0;
|
|
142
|
+
readonly inputPrice: "0.3e-6";
|
|
143
|
+
readonly outputPrice: "1.2e-6";
|
|
144
|
+
readonly requestPrice: "0";
|
|
145
145
|
readonly contextSize: 204800;
|
|
146
146
|
readonly maxOutput: 131100;
|
|
147
147
|
readonly streaming: true;
|
|
@@ -158,10 +158,10 @@ export declare const minimaxModels: [{
|
|
|
158
158
|
readonly providers: [{
|
|
159
159
|
readonly providerId: "minimax";
|
|
160
160
|
readonly modelName: "MiniMax-M2.5-highspeed";
|
|
161
|
-
readonly inputPrice:
|
|
162
|
-
readonly cachedInputPrice:
|
|
163
|
-
readonly outputPrice:
|
|
164
|
-
readonly requestPrice: 0;
|
|
161
|
+
readonly inputPrice: "0.6e-6";
|
|
162
|
+
readonly cachedInputPrice: "0.03e-6";
|
|
163
|
+
readonly outputPrice: "2.4e-6";
|
|
164
|
+
readonly requestPrice: "0";
|
|
165
165
|
readonly contextSize: 204800;
|
|
166
166
|
readonly maxOutput: 131100;
|
|
167
167
|
readonly streaming: true;
|
|
@@ -180,10 +180,10 @@ export declare const minimaxModels: [{
|
|
|
180
180
|
readonly providers: [{
|
|
181
181
|
readonly providerId: "minimax";
|
|
182
182
|
readonly modelName: "MiniMax-M2";
|
|
183
|
-
readonly inputPrice:
|
|
184
|
-
readonly cachedInputPrice:
|
|
185
|
-
readonly outputPrice:
|
|
186
|
-
readonly requestPrice: 0;
|
|
183
|
+
readonly inputPrice: "0.2e-6";
|
|
184
|
+
readonly cachedInputPrice: "0.03e-6";
|
|
185
|
+
readonly outputPrice: "1.0e-6";
|
|
186
|
+
readonly requestPrice: "0";
|
|
187
187
|
readonly contextSize: 196608;
|
|
188
188
|
readonly maxOutput: 131072;
|
|
189
189
|
readonly streaming: true;
|
|
@@ -202,9 +202,9 @@ export declare const minimaxModels: [{
|
|
|
202
202
|
readonly providers: [{
|
|
203
203
|
readonly providerId: "minimax";
|
|
204
204
|
readonly modelName: "MiniMax-M2.1";
|
|
205
|
-
readonly inputPrice:
|
|
206
|
-
readonly outputPrice:
|
|
207
|
-
readonly requestPrice: 0;
|
|
205
|
+
readonly inputPrice: "0.27e-6";
|
|
206
|
+
readonly outputPrice: "1.1e-6";
|
|
207
|
+
readonly requestPrice: "0";
|
|
208
208
|
readonly contextSize: 196608;
|
|
209
209
|
readonly maxOutput: 131072;
|
|
210
210
|
readonly streaming: true;
|
|
@@ -217,10 +217,10 @@ export declare const minimaxModels: [{
|
|
|
217
217
|
readonly providerId: "novita";
|
|
218
218
|
readonly test: "skip";
|
|
219
219
|
readonly modelName: "minimax/minimax-m2.1";
|
|
220
|
-
readonly inputPrice:
|
|
221
|
-
readonly cachedInputPrice:
|
|
222
|
-
readonly outputPrice:
|
|
223
|
-
readonly requestPrice: 0;
|
|
220
|
+
readonly inputPrice: "0.3e-6";
|
|
221
|
+
readonly cachedInputPrice: "0.03e-6";
|
|
222
|
+
readonly outputPrice: "1.2e-6";
|
|
223
|
+
readonly requestPrice: "0";
|
|
224
224
|
readonly contextSize: 204800;
|
|
225
225
|
readonly maxOutput: 131072;
|
|
226
226
|
readonly streaming: true;
|
|
@@ -239,9 +239,9 @@ export declare const minimaxModels: [{
|
|
|
239
239
|
readonly providers: [{
|
|
240
240
|
readonly providerId: "minimax";
|
|
241
241
|
readonly modelName: "MiniMax-M2.1-lightning";
|
|
242
|
-
readonly inputPrice:
|
|
243
|
-
readonly outputPrice:
|
|
244
|
-
readonly requestPrice: 0;
|
|
242
|
+
readonly inputPrice: "0.12e-6";
|
|
243
|
+
readonly outputPrice: "0.48e-6";
|
|
244
|
+
readonly requestPrice: "0";
|
|
245
245
|
readonly contextSize: 196608;
|
|
246
246
|
readonly maxOutput: 131072;
|
|
247
247
|
readonly streaming: true;
|
|
@@ -260,9 +260,9 @@ export declare const minimaxModels: [{
|
|
|
260
260
|
readonly providers: [{
|
|
261
261
|
readonly providerId: "minimax";
|
|
262
262
|
readonly modelName: "MiniMax-Text-01";
|
|
263
|
-
readonly inputPrice:
|
|
264
|
-
readonly outputPrice:
|
|
265
|
-
readonly requestPrice: 0;
|
|
263
|
+
readonly inputPrice: "0.2e-6";
|
|
264
|
+
readonly outputPrice: "1.1e-6";
|
|
265
|
+
readonly requestPrice: "0";
|
|
266
266
|
readonly contextSize: 1000000;
|
|
267
267
|
readonly maxOutput: 131072;
|
|
268
268
|
readonly streaming: true;
|