@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/zai.js
CHANGED
|
@@ -9,11 +9,11 @@ export const zaiModels = [
|
|
|
9
9
|
{
|
|
10
10
|
providerId: "zai",
|
|
11
11
|
modelName: "glm-5.1",
|
|
12
|
-
inputPrice: 1.
|
|
13
|
-
cachedInputPrice: 0.
|
|
14
|
-
outputPrice: 4.
|
|
15
|
-
discount: 0.1,
|
|
16
|
-
requestPrice: 0,
|
|
12
|
+
inputPrice: "1.4e-6",
|
|
13
|
+
cachedInputPrice: "0.26e-6",
|
|
14
|
+
outputPrice: "4.4e-6",
|
|
15
|
+
discount: "0.1",
|
|
16
|
+
requestPrice: "0",
|
|
17
17
|
contextSize: 200000,
|
|
18
18
|
maxOutput: 128000,
|
|
19
19
|
streaming: true,
|
|
@@ -21,16 +21,16 @@ export const zaiModels = [
|
|
|
21
21
|
vision: false,
|
|
22
22
|
tools: true,
|
|
23
23
|
webSearch: true,
|
|
24
|
-
webSearchPrice: 0.01,
|
|
24
|
+
webSearchPrice: "0.01",
|
|
25
25
|
jsonOutput: true,
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
providerId: "novita",
|
|
29
29
|
modelName: "zai-org/glm-5.1",
|
|
30
|
-
inputPrice: 1.
|
|
31
|
-
cachedInputPrice: 0.
|
|
32
|
-
outputPrice: 4.
|
|
33
|
-
requestPrice: 0,
|
|
30
|
+
inputPrice: "1.4e-6",
|
|
31
|
+
cachedInputPrice: "0.26e-6",
|
|
32
|
+
outputPrice: "4.4e-6",
|
|
33
|
+
requestPrice: "0",
|
|
34
34
|
contextSize: 204800,
|
|
35
35
|
maxOutput: 131100,
|
|
36
36
|
streaming: true,
|
|
@@ -42,9 +42,9 @@ export const zaiModels = [
|
|
|
42
42
|
{
|
|
43
43
|
providerId: "together-ai",
|
|
44
44
|
modelName: "zai-org/GLM-5.1",
|
|
45
|
-
inputPrice: 1.
|
|
46
|
-
outputPrice: 4.
|
|
47
|
-
requestPrice: 0,
|
|
45
|
+
inputPrice: "1.4e-6",
|
|
46
|
+
outputPrice: "4.4e-6",
|
|
47
|
+
requestPrice: "0",
|
|
48
48
|
contextSize: 202752,
|
|
49
49
|
maxOutput: 202752,
|
|
50
50
|
streaming: true,
|
|
@@ -66,11 +66,11 @@ export const zaiModels = [
|
|
|
66
66
|
{
|
|
67
67
|
providerId: "zai",
|
|
68
68
|
modelName: "glm-5",
|
|
69
|
-
inputPrice:
|
|
70
|
-
cachedInputPrice: 0.
|
|
71
|
-
outputPrice: 3.
|
|
72
|
-
discount: 0.1,
|
|
73
|
-
requestPrice: 0,
|
|
69
|
+
inputPrice: "1e-6",
|
|
70
|
+
cachedInputPrice: "0.2e-6",
|
|
71
|
+
outputPrice: "3.2e-6",
|
|
72
|
+
discount: "0.1",
|
|
73
|
+
requestPrice: "0",
|
|
74
74
|
contextSize: 202800,
|
|
75
75
|
maxOutput: 131100,
|
|
76
76
|
streaming: true,
|
|
@@ -78,16 +78,16 @@ export const zaiModels = [
|
|
|
78
78
|
vision: false,
|
|
79
79
|
tools: true,
|
|
80
80
|
webSearch: true,
|
|
81
|
-
webSearchPrice: 0.01,
|
|
81
|
+
webSearchPrice: "0.01",
|
|
82
82
|
jsonOutput: true,
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
deactivatedAt: new Date("2026-04-22"),
|
|
86
86
|
providerId: "together-ai",
|
|
87
87
|
modelName: "zai-org/GLM-5",
|
|
88
|
-
inputPrice:
|
|
89
|
-
outputPrice: 3.
|
|
90
|
-
requestPrice: 0,
|
|
88
|
+
inputPrice: "1e-6",
|
|
89
|
+
outputPrice: "3.2e-6",
|
|
90
|
+
requestPrice: "0",
|
|
91
91
|
contextSize: 202752,
|
|
92
92
|
maxOutput: 202752,
|
|
93
93
|
streaming: true,
|
|
@@ -100,10 +100,10 @@ export const zaiModels = [
|
|
|
100
100
|
{
|
|
101
101
|
providerId: "novita",
|
|
102
102
|
modelName: "zai-org/glm-5",
|
|
103
|
-
inputPrice:
|
|
104
|
-
cachedInputPrice: 0.
|
|
105
|
-
outputPrice: 3.
|
|
106
|
-
requestPrice: 0,
|
|
103
|
+
inputPrice: "1e-6",
|
|
104
|
+
cachedInputPrice: "0.2e-6",
|
|
105
|
+
outputPrice: "3.2e-6",
|
|
106
|
+
requestPrice: "0",
|
|
107
107
|
contextSize: 202800,
|
|
108
108
|
maxOutput: 131100,
|
|
109
109
|
streaming: true,
|
|
@@ -116,24 +116,24 @@ export const zaiModels = [
|
|
|
116
116
|
test: "skip",
|
|
117
117
|
providerId: "alibaba",
|
|
118
118
|
modelName: "glm-5",
|
|
119
|
-
inputPrice: 0.
|
|
120
|
-
outputPrice: 2.
|
|
119
|
+
inputPrice: "0.573e-6",
|
|
120
|
+
outputPrice: "2.58e-6",
|
|
121
121
|
pricingTiers: [
|
|
122
122
|
{
|
|
123
123
|
name: "Up to 32K",
|
|
124
124
|
upToTokens: 32000,
|
|
125
|
-
inputPrice: 0.
|
|
126
|
-
outputPrice: 2.
|
|
125
|
+
inputPrice: "0.573e-6",
|
|
126
|
+
outputPrice: "2.58e-6",
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
name: "Over 32K",
|
|
130
130
|
upToTokens: Infinity,
|
|
131
|
-
inputPrice: 0.
|
|
132
|
-
outputPrice: 3.
|
|
131
|
+
inputPrice: "0.86e-6",
|
|
132
|
+
outputPrice: "3.154e-6",
|
|
133
133
|
},
|
|
134
134
|
],
|
|
135
135
|
regions: [{ id: "cn-beijing" }],
|
|
136
|
-
requestPrice: 0,
|
|
136
|
+
requestPrice: "0",
|
|
137
137
|
contextSize: 202752,
|
|
138
138
|
maxOutput: 16384,
|
|
139
139
|
streaming: true,
|
|
@@ -145,10 +145,10 @@ export const zaiModels = [
|
|
|
145
145
|
{
|
|
146
146
|
providerId: "embercloud",
|
|
147
147
|
modelName: "glm-5",
|
|
148
|
-
inputPrice: 0.
|
|
149
|
-
outputPrice: 2.
|
|
150
|
-
cachedInputPrice: 0.
|
|
151
|
-
requestPrice: 0,
|
|
148
|
+
inputPrice: "0.72e-6",
|
|
149
|
+
outputPrice: "2.3e-6",
|
|
150
|
+
cachedInputPrice: "0.144e-6",
|
|
151
|
+
requestPrice: "0",
|
|
152
152
|
contextSize: 203000,
|
|
153
153
|
maxOutput: 131000,
|
|
154
154
|
streaming: true,
|
|
@@ -178,9 +178,9 @@ export const zaiModels = [
|
|
|
178
178
|
{
|
|
179
179
|
providerId: "nebius",
|
|
180
180
|
modelName: "zai-org/GLM-5",
|
|
181
|
-
inputPrice: 1.
|
|
182
|
-
outputPrice: 3.
|
|
183
|
-
requestPrice: 0,
|
|
181
|
+
inputPrice: "1.0e-6",
|
|
182
|
+
outputPrice: "3.2e-6",
|
|
183
|
+
requestPrice: "0",
|
|
184
184
|
contextSize: 202752,
|
|
185
185
|
maxOutput: 32768,
|
|
186
186
|
streaming: true,
|
|
@@ -201,11 +201,11 @@ export const zaiModels = [
|
|
|
201
201
|
{
|
|
202
202
|
providerId: "zai",
|
|
203
203
|
modelName: "glm-4.5",
|
|
204
|
-
inputPrice: 0.6
|
|
205
|
-
cachedInputPrice: 0.
|
|
206
|
-
outputPrice: 2.
|
|
207
|
-
discount: 0.1,
|
|
208
|
-
requestPrice: 0,
|
|
204
|
+
inputPrice: "0.6e-6",
|
|
205
|
+
cachedInputPrice: "0.11e-6",
|
|
206
|
+
outputPrice: "2.2e-6",
|
|
207
|
+
discount: "0.1",
|
|
208
|
+
requestPrice: "0",
|
|
209
209
|
contextSize: 128000,
|
|
210
210
|
maxOutput: undefined,
|
|
211
211
|
streaming: true,
|
|
@@ -213,16 +213,16 @@ export const zaiModels = [
|
|
|
213
213
|
vision: false,
|
|
214
214
|
tools: true,
|
|
215
215
|
webSearch: true,
|
|
216
|
-
webSearchPrice: 0.01,
|
|
216
|
+
webSearchPrice: "0.01",
|
|
217
217
|
jsonOutput: true,
|
|
218
218
|
},
|
|
219
219
|
{
|
|
220
220
|
providerId: "embercloud",
|
|
221
221
|
modelName: "glm-4.5",
|
|
222
|
-
inputPrice: 0.6
|
|
223
|
-
outputPrice: 2.
|
|
224
|
-
cachedInputPrice: 0.
|
|
225
|
-
requestPrice: 0,
|
|
222
|
+
inputPrice: "0.6e-6",
|
|
223
|
+
outputPrice: "2.2e-6",
|
|
224
|
+
cachedInputPrice: "0.11e-6",
|
|
225
|
+
requestPrice: "0",
|
|
226
226
|
contextSize: 131000,
|
|
227
227
|
maxOutput: 96000,
|
|
228
228
|
streaming: true,
|
|
@@ -259,11 +259,11 @@ export const zaiModels = [
|
|
|
259
259
|
{
|
|
260
260
|
providerId: "zai",
|
|
261
261
|
modelName: "glm-4.5v",
|
|
262
|
-
inputPrice: 0.6
|
|
263
|
-
cachedInputPrice: 0.
|
|
264
|
-
outputPrice: 1.
|
|
265
|
-
discount: 0.1,
|
|
266
|
-
requestPrice: 0,
|
|
262
|
+
inputPrice: "0.6e-6",
|
|
263
|
+
cachedInputPrice: "0.11e-6",
|
|
264
|
+
outputPrice: "1.8e-6",
|
|
265
|
+
discount: "0.1",
|
|
266
|
+
requestPrice: "0",
|
|
267
267
|
contextSize: 128000,
|
|
268
268
|
maxOutput: 16000,
|
|
269
269
|
streaming: true,
|
|
@@ -276,10 +276,10 @@ export const zaiModels = [
|
|
|
276
276
|
{
|
|
277
277
|
providerId: "novita",
|
|
278
278
|
modelName: "zai-org/glm-4.5v",
|
|
279
|
-
inputPrice: 0.6
|
|
280
|
-
cachedInputPrice: 0.
|
|
281
|
-
outputPrice: 1.
|
|
282
|
-
requestPrice: 0,
|
|
279
|
+
inputPrice: "0.6e-6",
|
|
280
|
+
cachedInputPrice: "0.11e-6",
|
|
281
|
+
outputPrice: "1.8e-6",
|
|
282
|
+
requestPrice: "0",
|
|
283
283
|
contextSize: 65536,
|
|
284
284
|
maxOutput: 16000,
|
|
285
285
|
streaming: true,
|
|
@@ -301,11 +301,11 @@ export const zaiModels = [
|
|
|
301
301
|
{
|
|
302
302
|
providerId: "zai",
|
|
303
303
|
modelName: "glm-4.5-air",
|
|
304
|
-
inputPrice: 0.
|
|
305
|
-
cachedInputPrice: 0.
|
|
306
|
-
outputPrice: 1.
|
|
307
|
-
discount: 0.1,
|
|
308
|
-
requestPrice: 0,
|
|
304
|
+
inputPrice: "0.2e-6",
|
|
305
|
+
cachedInputPrice: "0.03e-6",
|
|
306
|
+
outputPrice: "1.1e-6",
|
|
307
|
+
discount: "0.1",
|
|
308
|
+
requestPrice: "0",
|
|
309
309
|
contextSize: 128000,
|
|
310
310
|
maxOutput: undefined,
|
|
311
311
|
streaming: true,
|
|
@@ -318,10 +318,10 @@ export const zaiModels = [
|
|
|
318
318
|
{
|
|
319
319
|
providerId: "embercloud",
|
|
320
320
|
modelName: "glm-4.5-air",
|
|
321
|
-
inputPrice: 0.
|
|
322
|
-
outputPrice: 0.
|
|
323
|
-
cachedInputPrice: 0.
|
|
324
|
-
requestPrice: 0,
|
|
321
|
+
inputPrice: "0.13e-6",
|
|
322
|
+
outputPrice: "0.85e-6",
|
|
323
|
+
cachedInputPrice: "0.025e-6",
|
|
324
|
+
requestPrice: "0",
|
|
325
325
|
contextSize: 131000,
|
|
326
326
|
maxOutput: 96000,
|
|
327
327
|
streaming: true,
|
|
@@ -359,11 +359,11 @@ export const zaiModels = [
|
|
|
359
359
|
{
|
|
360
360
|
providerId: "zai",
|
|
361
361
|
modelName: "glm-4.5-x",
|
|
362
|
-
inputPrice: 2.
|
|
363
|
-
cachedInputPrice: 0.
|
|
364
|
-
outputPrice: 8.
|
|
365
|
-
discount: 0.1,
|
|
366
|
-
requestPrice: 0,
|
|
362
|
+
inputPrice: "2.2e-6",
|
|
363
|
+
cachedInputPrice: "0.45e-6",
|
|
364
|
+
outputPrice: "8.9e-6",
|
|
365
|
+
discount: "0.1",
|
|
366
|
+
requestPrice: "0",
|
|
367
367
|
contextSize: 128000,
|
|
368
368
|
maxOutput: undefined,
|
|
369
369
|
streaming: true,
|
|
@@ -385,11 +385,11 @@ export const zaiModels = [
|
|
|
385
385
|
{
|
|
386
386
|
providerId: "zai",
|
|
387
387
|
modelName: "glm-4.5-airx",
|
|
388
|
-
inputPrice: 1.
|
|
389
|
-
cachedInputPrice: 0.
|
|
390
|
-
outputPrice: 4.
|
|
391
|
-
discount: 0.1,
|
|
392
|
-
requestPrice: 0,
|
|
388
|
+
inputPrice: "1.1e-6",
|
|
389
|
+
cachedInputPrice: "0.22e-6",
|
|
390
|
+
outputPrice: "4.5e-6",
|
|
391
|
+
discount: "0.1",
|
|
392
|
+
requestPrice: "0",
|
|
393
393
|
contextSize: 128000,
|
|
394
394
|
maxOutput: undefined,
|
|
395
395
|
streaming: true,
|
|
@@ -413,10 +413,10 @@ export const zaiModels = [
|
|
|
413
413
|
{
|
|
414
414
|
providerId: "zai",
|
|
415
415
|
modelName: "glm-4.5-flash",
|
|
416
|
-
inputPrice: 0,
|
|
417
|
-
cachedInputPrice: 0,
|
|
418
|
-
outputPrice: 0,
|
|
419
|
-
requestPrice: 0,
|
|
416
|
+
inputPrice: "0",
|
|
417
|
+
cachedInputPrice: "0",
|
|
418
|
+
outputPrice: "0",
|
|
419
|
+
requestPrice: "0",
|
|
420
420
|
contextSize: 128000,
|
|
421
421
|
maxOutput: undefined,
|
|
422
422
|
streaming: true,
|
|
@@ -438,11 +438,11 @@ export const zaiModels = [
|
|
|
438
438
|
providerId: "zai",
|
|
439
439
|
test: "skip",
|
|
440
440
|
modelName: "glm-4.7",
|
|
441
|
-
inputPrice: 0.6
|
|
442
|
-
cachedInputPrice: 0.
|
|
443
|
-
outputPrice: 2.
|
|
444
|
-
discount: 0.1,
|
|
445
|
-
requestPrice: 0,
|
|
441
|
+
inputPrice: "0.6e-6",
|
|
442
|
+
cachedInputPrice: "0.11e-6",
|
|
443
|
+
outputPrice: "2.2e-6",
|
|
444
|
+
discount: "0.1",
|
|
445
|
+
requestPrice: "0",
|
|
446
446
|
contextSize: 200000,
|
|
447
447
|
maxOutput: 128000,
|
|
448
448
|
streaming: true,
|
|
@@ -450,17 +450,17 @@ export const zaiModels = [
|
|
|
450
450
|
vision: false,
|
|
451
451
|
tools: true,
|
|
452
452
|
webSearch: true,
|
|
453
|
-
webSearchPrice: 0.01,
|
|
453
|
+
webSearchPrice: "0.01",
|
|
454
454
|
jsonOutput: true,
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
457
|
providerId: "novita",
|
|
458
458
|
test: "skip",
|
|
459
459
|
modelName: "zai-org/glm-4.7",
|
|
460
|
-
inputPrice: 0.6
|
|
461
|
-
cachedInputPrice: 0.
|
|
462
|
-
outputPrice: 2.
|
|
463
|
-
requestPrice: 0,
|
|
460
|
+
inputPrice: "0.6e-6",
|
|
461
|
+
cachedInputPrice: "0.11e-6",
|
|
462
|
+
outputPrice: "2.2e-6",
|
|
463
|
+
requestPrice: "0",
|
|
464
464
|
contextSize: 204800,
|
|
465
465
|
maxOutput: 128000,
|
|
466
466
|
streaming: true,
|
|
@@ -473,9 +473,9 @@ export const zaiModels = [
|
|
|
473
473
|
providerId: "cerebras",
|
|
474
474
|
test: "skip",
|
|
475
475
|
modelName: "zai-glm-4.7",
|
|
476
|
-
inputPrice: 2.
|
|
477
|
-
outputPrice: 2.
|
|
478
|
-
requestPrice: 0,
|
|
476
|
+
inputPrice: "2.25e-6",
|
|
477
|
+
outputPrice: "2.75e-6",
|
|
478
|
+
requestPrice: "0",
|
|
479
479
|
contextSize: 200000,
|
|
480
480
|
maxOutput: 128000,
|
|
481
481
|
streaming: true,
|
|
@@ -495,10 +495,10 @@ export const zaiModels = [
|
|
|
495
495
|
{
|
|
496
496
|
providerId: "bytedance",
|
|
497
497
|
modelName: "glm-4-7-251222",
|
|
498
|
-
inputPrice: 0.6
|
|
499
|
-
cachedInputPrice: 0.
|
|
500
|
-
outputPrice: 2.
|
|
501
|
-
requestPrice: 0,
|
|
498
|
+
inputPrice: "0.6e-6",
|
|
499
|
+
cachedInputPrice: "0.11e-6",
|
|
500
|
+
outputPrice: "2.2e-6",
|
|
501
|
+
requestPrice: "0",
|
|
502
502
|
contextSize: 200000,
|
|
503
503
|
maxOutput: 128000,
|
|
504
504
|
streaming: true,
|
|
@@ -511,9 +511,9 @@ export const zaiModels = [
|
|
|
511
511
|
providerId: "together-ai",
|
|
512
512
|
test: "skip",
|
|
513
513
|
modelName: "zai-org/GLM-4.7",
|
|
514
|
-
inputPrice: 0.
|
|
515
|
-
outputPrice: 2.
|
|
516
|
-
requestPrice: 0,
|
|
514
|
+
inputPrice: "0.45e-6",
|
|
515
|
+
outputPrice: "2.0e-6",
|
|
516
|
+
requestPrice: "0",
|
|
517
517
|
contextSize: 202752,
|
|
518
518
|
maxOutput: 128000,
|
|
519
519
|
streaming: true,
|
|
@@ -526,24 +526,24 @@ export const zaiModels = [
|
|
|
526
526
|
test: "skip",
|
|
527
527
|
providerId: "alibaba",
|
|
528
528
|
modelName: "glm-4.7",
|
|
529
|
-
inputPrice: 0.
|
|
530
|
-
outputPrice: 2.
|
|
529
|
+
inputPrice: "0.431e-6",
|
|
530
|
+
outputPrice: "2.007e-6",
|
|
531
531
|
pricingTiers: [
|
|
532
532
|
{
|
|
533
533
|
name: "Up to 32K",
|
|
534
534
|
upToTokens: 32000,
|
|
535
|
-
inputPrice: 0.
|
|
536
|
-
outputPrice: 2.
|
|
535
|
+
inputPrice: "0.431e-6",
|
|
536
|
+
outputPrice: "2.007e-6",
|
|
537
537
|
},
|
|
538
538
|
{
|
|
539
539
|
name: "Over 32K",
|
|
540
540
|
upToTokens: Infinity,
|
|
541
|
-
inputPrice: 0.
|
|
542
|
-
outputPrice: 2.
|
|
541
|
+
inputPrice: "0.574e-6",
|
|
542
|
+
outputPrice: "2.294e-6",
|
|
543
543
|
},
|
|
544
544
|
],
|
|
545
545
|
regions: [{ id: "cn-beijing" }],
|
|
546
|
-
requestPrice: 0,
|
|
546
|
+
requestPrice: "0",
|
|
547
547
|
contextSize: 202752,
|
|
548
548
|
maxOutput: 16384,
|
|
549
549
|
streaming: true,
|
|
@@ -555,10 +555,10 @@ export const zaiModels = [
|
|
|
555
555
|
{
|
|
556
556
|
providerId: "embercloud",
|
|
557
557
|
modelName: "glm-4.7",
|
|
558
|
-
inputPrice: 0.
|
|
559
|
-
outputPrice: 1.
|
|
560
|
-
cachedInputPrice: 0.
|
|
561
|
-
requestPrice: 0,
|
|
558
|
+
inputPrice: "0.38e-6",
|
|
559
|
+
outputPrice: "1.98e-6",
|
|
560
|
+
cachedInputPrice: "0.19e-6",
|
|
561
|
+
requestPrice: "0",
|
|
562
562
|
contextSize: 200000,
|
|
563
563
|
maxOutput: 131000,
|
|
564
564
|
streaming: true,
|
|
@@ -600,11 +600,11 @@ export const zaiModels = [
|
|
|
600
600
|
providerId: "zai",
|
|
601
601
|
modelName: "glm-4.7-flashx",
|
|
602
602
|
stability: "unstable",
|
|
603
|
-
inputPrice: 0.
|
|
604
|
-
cachedInputPrice: 0.
|
|
605
|
-
outputPrice: 0.
|
|
606
|
-
discount: 0.1,
|
|
607
|
-
requestPrice: 0,
|
|
603
|
+
inputPrice: "0.07e-6",
|
|
604
|
+
cachedInputPrice: "0.01e-6",
|
|
605
|
+
outputPrice: "0.4e-6",
|
|
606
|
+
discount: "0.1",
|
|
607
|
+
requestPrice: "0",
|
|
608
608
|
contextSize: 200000,
|
|
609
609
|
maxOutput: 128000,
|
|
610
610
|
streaming: true,
|
|
@@ -627,10 +627,10 @@ export const zaiModels = [
|
|
|
627
627
|
{
|
|
628
628
|
providerId: "zai",
|
|
629
629
|
modelName: "glm-4.7-flash",
|
|
630
|
-
inputPrice: 0,
|
|
631
|
-
cachedInputPrice: 0,
|
|
632
|
-
outputPrice: 0,
|
|
633
|
-
requestPrice: 0,
|
|
630
|
+
inputPrice: "0",
|
|
631
|
+
cachedInputPrice: "0",
|
|
632
|
+
outputPrice: "0",
|
|
633
|
+
requestPrice: "0",
|
|
634
634
|
contextSize: 200000,
|
|
635
635
|
maxOutput: 128000,
|
|
636
636
|
streaming: true,
|
|
@@ -642,10 +642,10 @@ export const zaiModels = [
|
|
|
642
642
|
{
|
|
643
643
|
providerId: "embercloud",
|
|
644
644
|
modelName: "glm-4.7-flash",
|
|
645
|
-
inputPrice: 0.
|
|
646
|
-
outputPrice: 0.
|
|
647
|
-
cachedInputPrice: 0.
|
|
648
|
-
requestPrice: 0,
|
|
645
|
+
inputPrice: "0.06e-6",
|
|
646
|
+
outputPrice: "0.4e-6",
|
|
647
|
+
cachedInputPrice: "0.01e-6",
|
|
648
|
+
requestPrice: "0",
|
|
649
649
|
contextSize: 200000,
|
|
650
650
|
maxOutput: 131000,
|
|
651
651
|
streaming: true,
|
|
@@ -683,11 +683,11 @@ export const zaiModels = [
|
|
|
683
683
|
{
|
|
684
684
|
providerId: "zai",
|
|
685
685
|
modelName: "glm-4.6",
|
|
686
|
-
inputPrice: 0.6
|
|
687
|
-
cachedInputPrice: 0.
|
|
688
|
-
outputPrice: 2.
|
|
689
|
-
discount: 0.1,
|
|
690
|
-
requestPrice: 0,
|
|
686
|
+
inputPrice: "0.6e-6",
|
|
687
|
+
cachedInputPrice: "0.11e-6",
|
|
688
|
+
outputPrice: "2.2e-6",
|
|
689
|
+
discount: "0.1",
|
|
690
|
+
requestPrice: "0",
|
|
691
691
|
contextSize: 200000,
|
|
692
692
|
maxOutput: undefined,
|
|
693
693
|
streaming: true,
|
|
@@ -695,7 +695,7 @@ export const zaiModels = [
|
|
|
695
695
|
vision: false,
|
|
696
696
|
tools: true,
|
|
697
697
|
webSearch: true,
|
|
698
|
-
webSearchPrice: 0.01,
|
|
698
|
+
webSearchPrice: "0.01",
|
|
699
699
|
jsonOutput: true,
|
|
700
700
|
},
|
|
701
701
|
{
|
|
@@ -703,9 +703,9 @@ export const zaiModels = [
|
|
|
703
703
|
test: "skip",
|
|
704
704
|
deactivatedAt: new Date("2026-01-20"),
|
|
705
705
|
modelName: "zai-glm-4.6",
|
|
706
|
-
inputPrice: 2.
|
|
707
|
-
outputPrice: 2.
|
|
708
|
-
requestPrice: 0,
|
|
706
|
+
inputPrice: "2.25e-6",
|
|
707
|
+
outputPrice: "2.75e-6",
|
|
708
|
+
requestPrice: "0",
|
|
709
709
|
contextSize: 200000,
|
|
710
710
|
maxOutput: undefined,
|
|
711
711
|
streaming: true,
|
|
@@ -718,24 +718,24 @@ export const zaiModels = [
|
|
|
718
718
|
test: "skip",
|
|
719
719
|
providerId: "alibaba",
|
|
720
720
|
modelName: "glm-4.6",
|
|
721
|
-
inputPrice: 0.
|
|
722
|
-
outputPrice: 2.
|
|
721
|
+
inputPrice: "0.431e-6",
|
|
722
|
+
outputPrice: "2.007e-6",
|
|
723
723
|
pricingTiers: [
|
|
724
724
|
{
|
|
725
725
|
name: "Up to 32K",
|
|
726
726
|
upToTokens: 32000,
|
|
727
|
-
inputPrice: 0.
|
|
728
|
-
outputPrice: 2.
|
|
727
|
+
inputPrice: "0.431e-6",
|
|
728
|
+
outputPrice: "2.007e-6",
|
|
729
729
|
},
|
|
730
730
|
{
|
|
731
731
|
name: "Over 32K",
|
|
732
732
|
upToTokens: Infinity,
|
|
733
|
-
inputPrice: 0.
|
|
734
|
-
outputPrice: 2.
|
|
733
|
+
inputPrice: "0.574e-6",
|
|
734
|
+
outputPrice: "2.294e-6",
|
|
735
735
|
},
|
|
736
736
|
],
|
|
737
737
|
regions: [{ id: "cn-beijing" }],
|
|
738
|
-
requestPrice: 0,
|
|
738
|
+
requestPrice: "0",
|
|
739
739
|
contextSize: 202752,
|
|
740
740
|
maxOutput: 16384,
|
|
741
741
|
streaming: true,
|
|
@@ -748,10 +748,10 @@ export const zaiModels = [
|
|
|
748
748
|
providerId: "novita",
|
|
749
749
|
test: "skip",
|
|
750
750
|
modelName: "zai-org/glm-4.6",
|
|
751
|
-
inputPrice: 0.
|
|
752
|
-
cachedInputPrice: 0.
|
|
753
|
-
outputPrice: 2.
|
|
754
|
-
requestPrice: 0,
|
|
751
|
+
inputPrice: "0.55e-6",
|
|
752
|
+
cachedInputPrice: "0.11e-6",
|
|
753
|
+
outputPrice: "2.2e-6",
|
|
754
|
+
requestPrice: "0",
|
|
755
755
|
contextSize: 204800,
|
|
756
756
|
maxOutput: undefined,
|
|
757
757
|
streaming: true,
|
|
@@ -772,11 +772,11 @@ export const zaiModels = [
|
|
|
772
772
|
{
|
|
773
773
|
providerId: "zai",
|
|
774
774
|
modelName: "glm-4-32b-0414-128k",
|
|
775
|
-
inputPrice: 0.
|
|
776
|
-
cachedInputPrice: 0,
|
|
777
|
-
outputPrice: 0.
|
|
778
|
-
discount: 0.1,
|
|
779
|
-
requestPrice: 0,
|
|
775
|
+
inputPrice: "0.1e-6",
|
|
776
|
+
cachedInputPrice: "0",
|
|
777
|
+
outputPrice: "0.1e-6",
|
|
778
|
+
discount: "0.1",
|
|
779
|
+
requestPrice: "0",
|
|
780
780
|
contextSize: 128000,
|
|
781
781
|
maxOutput: undefined,
|
|
782
782
|
streaming: true,
|
|
@@ -797,11 +797,11 @@ export const zaiModels = [
|
|
|
797
797
|
{
|
|
798
798
|
providerId: "zai",
|
|
799
799
|
modelName: "glm-4.6v",
|
|
800
|
-
inputPrice: 0.
|
|
801
|
-
cachedInputPrice: 0.
|
|
802
|
-
outputPrice: 0.
|
|
803
|
-
discount: 0.1,
|
|
804
|
-
requestPrice: 0,
|
|
800
|
+
inputPrice: "0.3e-6",
|
|
801
|
+
cachedInputPrice: "0.05e-6",
|
|
802
|
+
outputPrice: "0.9e-6",
|
|
803
|
+
discount: "0.1",
|
|
804
|
+
requestPrice: "0",
|
|
805
805
|
contextSize: 128000,
|
|
806
806
|
maxOutput: 16000,
|
|
807
807
|
streaming: true,
|
|
@@ -813,10 +813,10 @@ export const zaiModels = [
|
|
|
813
813
|
{
|
|
814
814
|
providerId: "novita",
|
|
815
815
|
modelName: "zai-org/glm-4.6v",
|
|
816
|
-
inputPrice: 0.
|
|
817
|
-
cachedInputPrice: 0.
|
|
818
|
-
outputPrice: 0.
|
|
819
|
-
requestPrice: 0,
|
|
816
|
+
inputPrice: "0.3e-6",
|
|
817
|
+
cachedInputPrice: "0.055e-6",
|
|
818
|
+
outputPrice: "0.9e-6",
|
|
819
|
+
requestPrice: "0",
|
|
820
820
|
contextSize: 131072,
|
|
821
821
|
maxOutput: 16000,
|
|
822
822
|
streaming: true,
|
|
@@ -837,11 +837,11 @@ export const zaiModels = [
|
|
|
837
837
|
{
|
|
838
838
|
providerId: "zai",
|
|
839
839
|
modelName: "glm-4.6v-flashx",
|
|
840
|
-
inputPrice: 0.
|
|
841
|
-
cachedInputPrice: 0.
|
|
842
|
-
outputPrice: 0.
|
|
843
|
-
discount: 0.1,
|
|
844
|
-
requestPrice: 0,
|
|
840
|
+
inputPrice: "0.04e-6",
|
|
841
|
+
cachedInputPrice: "0.004e-6",
|
|
842
|
+
outputPrice: "0.4e-6",
|
|
843
|
+
discount: "0.1",
|
|
844
|
+
requestPrice: "0",
|
|
845
845
|
contextSize: 128000,
|
|
846
846
|
maxOutput: 16000,
|
|
847
847
|
streaming: true,
|
|
@@ -864,10 +864,10 @@ export const zaiModels = [
|
|
|
864
864
|
{
|
|
865
865
|
providerId: "zai",
|
|
866
866
|
modelName: "glm-4.6v-flash",
|
|
867
|
-
inputPrice: 0,
|
|
868
|
-
cachedInputPrice: 0,
|
|
869
|
-
outputPrice: 0,
|
|
870
|
-
requestPrice: 0,
|
|
867
|
+
inputPrice: "0",
|
|
868
|
+
cachedInputPrice: "0",
|
|
869
|
+
outputPrice: "0",
|
|
870
|
+
requestPrice: "0",
|
|
871
871
|
contextSize: 128000,
|
|
872
872
|
maxOutput: 16000,
|
|
873
873
|
streaming: true,
|
|
@@ -890,10 +890,10 @@ export const zaiModels = [
|
|
|
890
890
|
test: "skip",
|
|
891
891
|
providerId: "zai",
|
|
892
892
|
modelName: "cogView-4-250304",
|
|
893
|
-
inputPrice: 0,
|
|
894
|
-
outputPrice: 0,
|
|
895
|
-
requestPrice: 0.01,
|
|
896
|
-
discount: 0.1,
|
|
893
|
+
inputPrice: "0",
|
|
894
|
+
outputPrice: "0",
|
|
895
|
+
requestPrice: "0.01",
|
|
896
|
+
discount: "0.1",
|
|
897
897
|
contextSize: 2000,
|
|
898
898
|
maxOutput: 4096,
|
|
899
899
|
streaming: false,
|
|
@@ -916,10 +916,10 @@ export const zaiModels = [
|
|
|
916
916
|
test: "skip",
|
|
917
917
|
providerId: "zai",
|
|
918
918
|
modelName: "glm-image",
|
|
919
|
-
inputPrice: 0,
|
|
920
|
-
outputPrice: 0,
|
|
921
|
-
requestPrice: 0.015,
|
|
922
|
-
discount: 0.1,
|
|
919
|
+
inputPrice: "0",
|
|
920
|
+
outputPrice: "0",
|
|
921
|
+
requestPrice: "0.015",
|
|
922
|
+
discount: "0.1",
|
|
923
923
|
contextSize: 2000,
|
|
924
924
|
maxOutput: 4096,
|
|
925
925
|
streaming: false,
|