@llmgateway/models 1.79.0 → 1.82.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 +402 -336
- package/dist/models/google.js +402 -336
- 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 +335 -327
- package/dist/models/openai.js +335 -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 +2253 -2151
- 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 +13 -5
- package/dist/types.js +3 -0
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
|
@@ -8,10 +8,10 @@ export declare const moonshotModels: [{
|
|
|
8
8
|
readonly providerId: "groq";
|
|
9
9
|
readonly modelName: "moonshotai/kimi-k2-instruct";
|
|
10
10
|
readonly stability: "unstable";
|
|
11
|
-
readonly inputPrice:
|
|
12
|
-
readonly cachedInputPrice:
|
|
13
|
-
readonly outputPrice:
|
|
14
|
-
readonly requestPrice: 0;
|
|
11
|
+
readonly inputPrice: "1.0e-6";
|
|
12
|
+
readonly cachedInputPrice: "0.5e-6";
|
|
13
|
+
readonly outputPrice: "3.0e-6";
|
|
14
|
+
readonly requestPrice: "0";
|
|
15
15
|
readonly contextSize: 131072;
|
|
16
16
|
readonly maxOutput: 16384;
|
|
17
17
|
readonly streaming: true;
|
|
@@ -22,9 +22,9 @@ export declare const moonshotModels: [{
|
|
|
22
22
|
readonly providerId: "novita";
|
|
23
23
|
readonly modelName: "moonshotai/kimi-k2-instruct";
|
|
24
24
|
readonly stability: "unstable";
|
|
25
|
-
readonly inputPrice:
|
|
26
|
-
readonly outputPrice:
|
|
27
|
-
readonly requestPrice: 0;
|
|
25
|
+
readonly inputPrice: "0.57e-6";
|
|
26
|
+
readonly outputPrice: "2.3e-6";
|
|
27
|
+
readonly requestPrice: "0";
|
|
28
28
|
readonly contextSize: 131072;
|
|
29
29
|
readonly maxOutput: 131072;
|
|
30
30
|
readonly streaming: true;
|
|
@@ -34,10 +34,10 @@ export declare const moonshotModels: [{
|
|
|
34
34
|
}, {
|
|
35
35
|
readonly providerId: "moonshot";
|
|
36
36
|
readonly modelName: "kimi-k2-0711-preview";
|
|
37
|
-
readonly inputPrice:
|
|
38
|
-
readonly outputPrice:
|
|
39
|
-
readonly cachedInputPrice:
|
|
40
|
-
readonly requestPrice: 0;
|
|
37
|
+
readonly inputPrice: "0.6e-6";
|
|
38
|
+
readonly outputPrice: "2.5e-6";
|
|
39
|
+
readonly cachedInputPrice: "0.15e-6";
|
|
40
|
+
readonly requestPrice: "0";
|
|
41
41
|
readonly contextSize: 128000;
|
|
42
42
|
readonly maxOutput: 128000;
|
|
43
43
|
readonly streaming: true;
|
|
@@ -47,10 +47,10 @@ export declare const moonshotModels: [{
|
|
|
47
47
|
}, {
|
|
48
48
|
readonly providerId: "moonshot";
|
|
49
49
|
readonly modelName: "kimi-k2-0905-preview";
|
|
50
|
-
readonly inputPrice:
|
|
51
|
-
readonly outputPrice:
|
|
52
|
-
readonly cachedInputPrice:
|
|
53
|
-
readonly requestPrice: 0;
|
|
50
|
+
readonly inputPrice: "0.6e-6";
|
|
51
|
+
readonly outputPrice: "2.5e-6";
|
|
52
|
+
readonly cachedInputPrice: "0.15e-6";
|
|
53
|
+
readonly requestPrice: "0";
|
|
54
54
|
readonly contextSize: 128000;
|
|
55
55
|
readonly maxOutput: 128000;
|
|
56
56
|
readonly streaming: true;
|
|
@@ -60,9 +60,9 @@ export declare const moonshotModels: [{
|
|
|
60
60
|
}, {
|
|
61
61
|
readonly providerId: "nebius";
|
|
62
62
|
readonly modelName: "moonshotai/Kimi-K2-Instruct";
|
|
63
|
-
readonly inputPrice:
|
|
64
|
-
readonly outputPrice:
|
|
65
|
-
readonly requestPrice: 0;
|
|
63
|
+
readonly inputPrice: "0.5e-6";
|
|
64
|
+
readonly outputPrice: "2.4e-6";
|
|
65
|
+
readonly requestPrice: "0";
|
|
66
66
|
readonly contextSize: 131072;
|
|
67
67
|
readonly maxOutput: 8192;
|
|
68
68
|
readonly streaming: true;
|
|
@@ -73,10 +73,10 @@ export declare const moonshotModels: [{
|
|
|
73
73
|
}, {
|
|
74
74
|
readonly providerId: "bytedance";
|
|
75
75
|
readonly modelName: "kimi-k2-250905";
|
|
76
|
-
readonly inputPrice:
|
|
77
|
-
readonly cachedInputPrice:
|
|
78
|
-
readonly outputPrice:
|
|
79
|
-
readonly requestPrice: 0;
|
|
76
|
+
readonly inputPrice: "0.6e-6";
|
|
77
|
+
readonly cachedInputPrice: "0.12e-6";
|
|
78
|
+
readonly outputPrice: "2.5e-6";
|
|
79
|
+
readonly requestPrice: "0";
|
|
80
80
|
readonly contextSize: 256000;
|
|
81
81
|
readonly maxOutput: 32768;
|
|
82
82
|
readonly streaming: true;
|
|
@@ -87,12 +87,12 @@ export declare const moonshotModels: [{
|
|
|
87
87
|
readonly test: "skip";
|
|
88
88
|
readonly providerId: "alibaba";
|
|
89
89
|
readonly modelName: "Moonshot-Kimi-K2-Instruct";
|
|
90
|
-
readonly inputPrice:
|
|
91
|
-
readonly outputPrice:
|
|
90
|
+
readonly inputPrice: "0.574e-6";
|
|
91
|
+
readonly outputPrice: "2.294e-6";
|
|
92
92
|
readonly regions: [{
|
|
93
93
|
readonly id: "cn-beijing";
|
|
94
94
|
}];
|
|
95
|
-
readonly requestPrice: 0;
|
|
95
|
+
readonly requestPrice: "0";
|
|
96
96
|
readonly contextSize: 131072;
|
|
97
97
|
readonly maxOutput: 8192;
|
|
98
98
|
readonly streaming: true;
|
|
@@ -110,10 +110,10 @@ export declare const moonshotModels: [{
|
|
|
110
110
|
readonly providers: [{
|
|
111
111
|
readonly providerId: "moonshot";
|
|
112
112
|
readonly modelName: "kimi-k2-thinking";
|
|
113
|
-
readonly inputPrice:
|
|
114
|
-
readonly outputPrice:
|
|
115
|
-
readonly cachedInputPrice:
|
|
116
|
-
readonly requestPrice: 0;
|
|
113
|
+
readonly inputPrice: "0.6e-6";
|
|
114
|
+
readonly outputPrice: "2.5e-6";
|
|
115
|
+
readonly cachedInputPrice: "0.15e-6";
|
|
116
|
+
readonly requestPrice: "0";
|
|
117
117
|
readonly contextSize: 262144;
|
|
118
118
|
readonly maxOutput: 262144;
|
|
119
119
|
readonly reasoning: true;
|
|
@@ -124,10 +124,10 @@ export declare const moonshotModels: [{
|
|
|
124
124
|
}, {
|
|
125
125
|
readonly providerId: "bytedance";
|
|
126
126
|
readonly modelName: "kimi-k2-thinking-251104";
|
|
127
|
-
readonly inputPrice:
|
|
128
|
-
readonly cachedInputPrice:
|
|
129
|
-
readonly outputPrice:
|
|
130
|
-
readonly requestPrice: 0;
|
|
127
|
+
readonly inputPrice: "0.6e-6";
|
|
128
|
+
readonly cachedInputPrice: "0.12e-6";
|
|
129
|
+
readonly outputPrice: "2.5e-6";
|
|
130
|
+
readonly requestPrice: "0";
|
|
131
131
|
readonly contextSize: 256000;
|
|
132
132
|
readonly maxOutput: 32768;
|
|
133
133
|
readonly reasoning: true;
|
|
@@ -139,12 +139,12 @@ export declare const moonshotModels: [{
|
|
|
139
139
|
readonly test: "skip";
|
|
140
140
|
readonly providerId: "alibaba";
|
|
141
141
|
readonly modelName: "kimi-k2-thinking";
|
|
142
|
-
readonly inputPrice:
|
|
143
|
-
readonly outputPrice:
|
|
142
|
+
readonly inputPrice: "0.574e-6";
|
|
143
|
+
readonly outputPrice: "2.294e-6";
|
|
144
144
|
readonly regions: [{
|
|
145
145
|
readonly id: "cn-beijing";
|
|
146
146
|
}];
|
|
147
|
-
readonly requestPrice: 0;
|
|
147
|
+
readonly requestPrice: "0";
|
|
148
148
|
readonly contextSize: 262144;
|
|
149
149
|
readonly maxOutput: 16384;
|
|
150
150
|
readonly reasoning: true;
|
|
@@ -163,10 +163,10 @@ export declare const moonshotModels: [{
|
|
|
163
163
|
readonly providerId: "moonshot";
|
|
164
164
|
readonly modelName: "kimi-k2-thinking-turbo";
|
|
165
165
|
readonly stability: "unstable";
|
|
166
|
-
readonly inputPrice:
|
|
167
|
-
readonly outputPrice:
|
|
168
|
-
readonly cachedInputPrice:
|
|
169
|
-
readonly requestPrice: 0;
|
|
166
|
+
readonly inputPrice: "1.15e-6";
|
|
167
|
+
readonly outputPrice: "8.0e-6";
|
|
168
|
+
readonly cachedInputPrice: "0.15e-6";
|
|
169
|
+
readonly requestPrice: "0";
|
|
170
170
|
readonly contextSize: 262144;
|
|
171
171
|
readonly maxOutput: 262144;
|
|
172
172
|
readonly reasoning: true;
|
|
@@ -184,10 +184,10 @@ export declare const moonshotModels: [{
|
|
|
184
184
|
readonly providers: [{
|
|
185
185
|
readonly providerId: "moonshot";
|
|
186
186
|
readonly modelName: "kimi-k2.5";
|
|
187
|
-
readonly inputPrice:
|
|
188
|
-
readonly outputPrice:
|
|
189
|
-
readonly cachedInputPrice:
|
|
190
|
-
readonly requestPrice: 0;
|
|
187
|
+
readonly inputPrice: "0.6e-6";
|
|
188
|
+
readonly outputPrice: "3.0e-6";
|
|
189
|
+
readonly cachedInputPrice: "0.1e-6";
|
|
190
|
+
readonly requestPrice: "0";
|
|
191
191
|
readonly contextSize: 262144;
|
|
192
192
|
readonly maxOutput: 32768;
|
|
193
193
|
readonly reasoning: true;
|
|
@@ -200,9 +200,9 @@ export declare const moonshotModels: [{
|
|
|
200
200
|
readonly providerId: "together-ai";
|
|
201
201
|
readonly modelName: "moonshotai/Kimi-K2.5";
|
|
202
202
|
readonly stability: "unstable";
|
|
203
|
-
readonly inputPrice:
|
|
204
|
-
readonly outputPrice:
|
|
205
|
-
readonly requestPrice: 0;
|
|
203
|
+
readonly inputPrice: "0.5e-6";
|
|
204
|
+
readonly outputPrice: "2.8e-6";
|
|
205
|
+
readonly requestPrice: "0";
|
|
206
206
|
readonly contextSize: 262144;
|
|
207
207
|
readonly maxOutput: 32768;
|
|
208
208
|
readonly streaming: true;
|
|
@@ -214,10 +214,10 @@ export declare const moonshotModels: [{
|
|
|
214
214
|
readonly providerId: "nebius";
|
|
215
215
|
readonly stability: "unstable";
|
|
216
216
|
readonly modelName: "moonshotai/Kimi-K2.5";
|
|
217
|
-
readonly inputPrice:
|
|
218
|
-
readonly cachedInputPrice:
|
|
219
|
-
readonly outputPrice:
|
|
220
|
-
readonly requestPrice: 0;
|
|
217
|
+
readonly inputPrice: "0.5e-6";
|
|
218
|
+
readonly cachedInputPrice: "0.02e-6";
|
|
219
|
+
readonly outputPrice: "2.5e-6";
|
|
220
|
+
readonly requestPrice: "0";
|
|
221
221
|
readonly contextSize: 262144;
|
|
222
222
|
readonly maxOutput: 32768;
|
|
223
223
|
readonly streaming: true;
|
|
@@ -229,12 +229,12 @@ export declare const moonshotModels: [{
|
|
|
229
229
|
readonly test: "skip";
|
|
230
230
|
readonly providerId: "alibaba";
|
|
231
231
|
readonly modelName: "kimi-k2.5";
|
|
232
|
-
readonly inputPrice:
|
|
233
|
-
readonly outputPrice:
|
|
232
|
+
readonly inputPrice: "0.574e-6";
|
|
233
|
+
readonly outputPrice: "3.011e-6";
|
|
234
234
|
readonly regions: [{
|
|
235
235
|
readonly id: "cn-beijing";
|
|
236
236
|
}];
|
|
237
|
-
readonly requestPrice: 0;
|
|
237
|
+
readonly requestPrice: "0";
|
|
238
238
|
readonly contextSize: 262144;
|
|
239
239
|
readonly maxOutput: 98304;
|
|
240
240
|
readonly reasoning: true;
|
|
@@ -245,10 +245,10 @@ export declare const moonshotModels: [{
|
|
|
245
245
|
}, {
|
|
246
246
|
readonly providerId: "embercloud";
|
|
247
247
|
readonly modelName: "kimi-k2.5";
|
|
248
|
-
readonly inputPrice:
|
|
249
|
-
readonly outputPrice:
|
|
250
|
-
readonly cachedInputPrice:
|
|
251
|
-
readonly requestPrice: 0;
|
|
248
|
+
readonly inputPrice: "0.405e-6";
|
|
249
|
+
readonly outputPrice: "1.98e-6";
|
|
250
|
+
readonly cachedInputPrice: "0.225e-6";
|
|
251
|
+
readonly requestPrice: "0";
|
|
252
252
|
readonly contextSize: 262144;
|
|
253
253
|
readonly maxOutput: 262144;
|
|
254
254
|
readonly streaming: true;
|
|
@@ -267,10 +267,10 @@ export declare const moonshotModels: [{
|
|
|
267
267
|
readonly providers: [{
|
|
268
268
|
readonly providerId: "moonshot";
|
|
269
269
|
readonly modelName: "kimi-k2.6";
|
|
270
|
-
readonly inputPrice:
|
|
271
|
-
readonly cachedInputPrice:
|
|
272
|
-
readonly outputPrice:
|
|
273
|
-
readonly requestPrice: 0;
|
|
270
|
+
readonly inputPrice: "0.95e-6";
|
|
271
|
+
readonly cachedInputPrice: "0.16e-6";
|
|
272
|
+
readonly outputPrice: "4.0e-6";
|
|
273
|
+
readonly requestPrice: "0";
|
|
274
274
|
readonly contextSize: 262144;
|
|
275
275
|
readonly maxOutput: 262144;
|
|
276
276
|
readonly reasoning: true;
|
|
@@ -282,10 +282,10 @@ export declare const moonshotModels: [{
|
|
|
282
282
|
}, {
|
|
283
283
|
readonly providerId: "novita";
|
|
284
284
|
readonly modelName: "moonshotai/kimi-k2.6";
|
|
285
|
-
readonly inputPrice:
|
|
286
|
-
readonly cachedInputPrice:
|
|
287
|
-
readonly outputPrice:
|
|
288
|
-
readonly requestPrice: 0;
|
|
285
|
+
readonly inputPrice: "0.95e-6";
|
|
286
|
+
readonly cachedInputPrice: "0.16e-6";
|
|
287
|
+
readonly outputPrice: "4.0e-6";
|
|
288
|
+
readonly requestPrice: "0";
|
|
289
289
|
readonly contextSize: 262144;
|
|
290
290
|
readonly maxOutput: 262144;
|
|
291
291
|
readonly streaming: true;
|
|
@@ -297,10 +297,10 @@ export declare const moonshotModels: [{
|
|
|
297
297
|
readonly providerId: "together-ai";
|
|
298
298
|
readonly modelName: "moonshotai/Kimi-K2.6";
|
|
299
299
|
readonly test: "skip";
|
|
300
|
-
readonly inputPrice:
|
|
301
|
-
readonly cachedInputPrice:
|
|
302
|
-
readonly outputPrice:
|
|
303
|
-
readonly requestPrice: 0;
|
|
300
|
+
readonly inputPrice: "1.2e-6";
|
|
301
|
+
readonly cachedInputPrice: "0.2e-6";
|
|
302
|
+
readonly outputPrice: "4.5e-6";
|
|
303
|
+
readonly requestPrice: "0";
|
|
304
304
|
readonly contextSize: 262144;
|
|
305
305
|
readonly maxOutput: 32768;
|
|
306
306
|
readonly streaming: true;
|
package/dist/models/moonshot.js
CHANGED
|
@@ -10,10 +10,10 @@ export const moonshotModels = [
|
|
|
10
10
|
providerId: "groq",
|
|
11
11
|
modelName: "moonshotai/kimi-k2-instruct",
|
|
12
12
|
stability: "unstable",
|
|
13
|
-
inputPrice: 1.
|
|
14
|
-
cachedInputPrice: 0.
|
|
15
|
-
outputPrice: 3.
|
|
16
|
-
requestPrice: 0,
|
|
13
|
+
inputPrice: "1.0e-6",
|
|
14
|
+
cachedInputPrice: "0.5e-6",
|
|
15
|
+
outputPrice: "3.0e-6",
|
|
16
|
+
requestPrice: "0",
|
|
17
17
|
contextSize: 131072,
|
|
18
18
|
maxOutput: 16384,
|
|
19
19
|
streaming: true,
|
|
@@ -25,9 +25,9 @@ export const moonshotModels = [
|
|
|
25
25
|
providerId: "novita",
|
|
26
26
|
modelName: "moonshotai/kimi-k2-instruct",
|
|
27
27
|
stability: "unstable",
|
|
28
|
-
inputPrice: 0.
|
|
29
|
-
outputPrice: 2.
|
|
30
|
-
requestPrice: 0,
|
|
28
|
+
inputPrice: "0.57e-6",
|
|
29
|
+
outputPrice: "2.3e-6",
|
|
30
|
+
requestPrice: "0",
|
|
31
31
|
contextSize: 131072,
|
|
32
32
|
maxOutput: 131072,
|
|
33
33
|
streaming: true,
|
|
@@ -38,10 +38,10 @@ export const moonshotModels = [
|
|
|
38
38
|
{
|
|
39
39
|
providerId: "moonshot",
|
|
40
40
|
modelName: "kimi-k2-0711-preview",
|
|
41
|
-
inputPrice: 0.6
|
|
42
|
-
outputPrice: 2.
|
|
43
|
-
cachedInputPrice: 0.
|
|
44
|
-
requestPrice: 0,
|
|
41
|
+
inputPrice: "0.6e-6",
|
|
42
|
+
outputPrice: "2.5e-6",
|
|
43
|
+
cachedInputPrice: "0.15e-6",
|
|
44
|
+
requestPrice: "0",
|
|
45
45
|
contextSize: 128000,
|
|
46
46
|
maxOutput: 128000,
|
|
47
47
|
streaming: true,
|
|
@@ -52,10 +52,10 @@ export const moonshotModels = [
|
|
|
52
52
|
{
|
|
53
53
|
providerId: "moonshot",
|
|
54
54
|
modelName: "kimi-k2-0905-preview",
|
|
55
|
-
inputPrice: 0.6
|
|
56
|
-
outputPrice: 2.
|
|
57
|
-
cachedInputPrice: 0.
|
|
58
|
-
requestPrice: 0,
|
|
55
|
+
inputPrice: "0.6e-6",
|
|
56
|
+
outputPrice: "2.5e-6",
|
|
57
|
+
cachedInputPrice: "0.15e-6",
|
|
58
|
+
requestPrice: "0",
|
|
59
59
|
contextSize: 128000,
|
|
60
60
|
maxOutput: 128000,
|
|
61
61
|
streaming: true,
|
|
@@ -66,9 +66,9 @@ export const moonshotModels = [
|
|
|
66
66
|
{
|
|
67
67
|
providerId: "nebius",
|
|
68
68
|
modelName: "moonshotai/Kimi-K2-Instruct",
|
|
69
|
-
inputPrice: 0.
|
|
70
|
-
outputPrice: 2.
|
|
71
|
-
requestPrice: 0,
|
|
69
|
+
inputPrice: "0.5e-6",
|
|
70
|
+
outputPrice: "2.4e-6",
|
|
71
|
+
requestPrice: "0",
|
|
72
72
|
contextSize: 131072,
|
|
73
73
|
maxOutput: 8192,
|
|
74
74
|
streaming: true,
|
|
@@ -80,10 +80,10 @@ export const moonshotModels = [
|
|
|
80
80
|
{
|
|
81
81
|
providerId: "bytedance",
|
|
82
82
|
modelName: "kimi-k2-250905",
|
|
83
|
-
inputPrice: 0.6
|
|
84
|
-
cachedInputPrice: 0.
|
|
85
|
-
outputPrice: 2.
|
|
86
|
-
requestPrice: 0,
|
|
83
|
+
inputPrice: "0.6e-6",
|
|
84
|
+
cachedInputPrice: "0.12e-6",
|
|
85
|
+
outputPrice: "2.5e-6",
|
|
86
|
+
requestPrice: "0",
|
|
87
87
|
contextSize: 256000,
|
|
88
88
|
maxOutput: 32768,
|
|
89
89
|
streaming: true,
|
|
@@ -95,10 +95,10 @@ export const moonshotModels = [
|
|
|
95
95
|
test: "skip",
|
|
96
96
|
providerId: "alibaba",
|
|
97
97
|
modelName: "Moonshot-Kimi-K2-Instruct",
|
|
98
|
-
inputPrice: 0.
|
|
99
|
-
outputPrice: 2.
|
|
98
|
+
inputPrice: "0.574e-6",
|
|
99
|
+
outputPrice: "2.294e-6",
|
|
100
100
|
regions: [{ id: "cn-beijing" }],
|
|
101
|
-
requestPrice: 0,
|
|
101
|
+
requestPrice: "0",
|
|
102
102
|
contextSize: 131072,
|
|
103
103
|
maxOutput: 8192,
|
|
104
104
|
streaming: true,
|
|
@@ -119,10 +119,10 @@ export const moonshotModels = [
|
|
|
119
119
|
{
|
|
120
120
|
providerId: "moonshot",
|
|
121
121
|
modelName: "kimi-k2-thinking",
|
|
122
|
-
inputPrice: 0.6
|
|
123
|
-
outputPrice: 2.
|
|
124
|
-
cachedInputPrice: 0.
|
|
125
|
-
requestPrice: 0,
|
|
122
|
+
inputPrice: "0.6e-6",
|
|
123
|
+
outputPrice: "2.5e-6",
|
|
124
|
+
cachedInputPrice: "0.15e-6",
|
|
125
|
+
requestPrice: "0",
|
|
126
126
|
contextSize: 262144,
|
|
127
127
|
maxOutput: 262144,
|
|
128
128
|
reasoning: true,
|
|
@@ -134,10 +134,10 @@ export const moonshotModels = [
|
|
|
134
134
|
{
|
|
135
135
|
providerId: "bytedance",
|
|
136
136
|
modelName: "kimi-k2-thinking-251104",
|
|
137
|
-
inputPrice: 0.6
|
|
138
|
-
cachedInputPrice: 0.
|
|
139
|
-
outputPrice: 2.
|
|
140
|
-
requestPrice: 0,
|
|
137
|
+
inputPrice: "0.6e-6",
|
|
138
|
+
cachedInputPrice: "0.12e-6",
|
|
139
|
+
outputPrice: "2.5e-6",
|
|
140
|
+
requestPrice: "0",
|
|
141
141
|
contextSize: 256000,
|
|
142
142
|
maxOutput: 32768,
|
|
143
143
|
reasoning: true,
|
|
@@ -150,10 +150,10 @@ export const moonshotModels = [
|
|
|
150
150
|
test: "skip",
|
|
151
151
|
providerId: "alibaba",
|
|
152
152
|
modelName: "kimi-k2-thinking",
|
|
153
|
-
inputPrice: 0.
|
|
154
|
-
outputPrice: 2.
|
|
153
|
+
inputPrice: "0.574e-6",
|
|
154
|
+
outputPrice: "2.294e-6",
|
|
155
155
|
regions: [{ id: "cn-beijing" }],
|
|
156
|
-
requestPrice: 0,
|
|
156
|
+
requestPrice: "0",
|
|
157
157
|
contextSize: 262144,
|
|
158
158
|
maxOutput: 16384,
|
|
159
159
|
reasoning: true,
|
|
@@ -175,10 +175,10 @@ export const moonshotModels = [
|
|
|
175
175
|
providerId: "moonshot",
|
|
176
176
|
modelName: "kimi-k2-thinking-turbo",
|
|
177
177
|
stability: "unstable",
|
|
178
|
-
inputPrice: 1.
|
|
179
|
-
outputPrice: 8.
|
|
180
|
-
cachedInputPrice: 0.
|
|
181
|
-
requestPrice: 0,
|
|
178
|
+
inputPrice: "1.15e-6",
|
|
179
|
+
outputPrice: "8.0e-6",
|
|
180
|
+
cachedInputPrice: "0.15e-6",
|
|
181
|
+
requestPrice: "0",
|
|
182
182
|
contextSize: 262144,
|
|
183
183
|
maxOutput: 262144,
|
|
184
184
|
reasoning: true,
|
|
@@ -199,10 +199,10 @@ export const moonshotModels = [
|
|
|
199
199
|
{
|
|
200
200
|
providerId: "moonshot",
|
|
201
201
|
modelName: "kimi-k2.5",
|
|
202
|
-
inputPrice: 0.6
|
|
203
|
-
outputPrice: 3.
|
|
204
|
-
cachedInputPrice: 0.
|
|
205
|
-
requestPrice: 0,
|
|
202
|
+
inputPrice: "0.6e-6",
|
|
203
|
+
outputPrice: "3.0e-6",
|
|
204
|
+
cachedInputPrice: "0.1e-6",
|
|
205
|
+
requestPrice: "0",
|
|
206
206
|
contextSize: 262144,
|
|
207
207
|
maxOutput: 32768,
|
|
208
208
|
reasoning: true,
|
|
@@ -221,9 +221,9 @@ export const moonshotModels = [
|
|
|
221
221
|
providerId: "together-ai",
|
|
222
222
|
modelName: "moonshotai/Kimi-K2.5",
|
|
223
223
|
stability: "unstable",
|
|
224
|
-
inputPrice: 0.
|
|
225
|
-
outputPrice: 2.
|
|
226
|
-
requestPrice: 0,
|
|
224
|
+
inputPrice: "0.5e-6",
|
|
225
|
+
outputPrice: "2.8e-6",
|
|
226
|
+
requestPrice: "0",
|
|
227
227
|
contextSize: 262144,
|
|
228
228
|
maxOutput: 32768,
|
|
229
229
|
streaming: true,
|
|
@@ -236,10 +236,10 @@ export const moonshotModels = [
|
|
|
236
236
|
providerId: "nebius",
|
|
237
237
|
stability: "unstable",
|
|
238
238
|
modelName: "moonshotai/Kimi-K2.5",
|
|
239
|
-
inputPrice: 0.
|
|
240
|
-
cachedInputPrice: 0.
|
|
241
|
-
outputPrice: 2.
|
|
242
|
-
requestPrice: 0,
|
|
239
|
+
inputPrice: "0.5e-6",
|
|
240
|
+
cachedInputPrice: "0.02e-6",
|
|
241
|
+
outputPrice: "2.5e-6",
|
|
242
|
+
requestPrice: "0",
|
|
243
243
|
contextSize: 262144,
|
|
244
244
|
maxOutput: 32768,
|
|
245
245
|
streaming: true,
|
|
@@ -252,10 +252,10 @@ export const moonshotModels = [
|
|
|
252
252
|
test: "skip",
|
|
253
253
|
providerId: "alibaba",
|
|
254
254
|
modelName: "kimi-k2.5",
|
|
255
|
-
inputPrice: 0.
|
|
256
|
-
outputPrice: 3.
|
|
255
|
+
inputPrice: "0.574e-6",
|
|
256
|
+
outputPrice: "3.011e-6",
|
|
257
257
|
regions: [{ id: "cn-beijing" }],
|
|
258
|
-
requestPrice: 0,
|
|
258
|
+
requestPrice: "0",
|
|
259
259
|
contextSize: 262144,
|
|
260
260
|
maxOutput: 98304,
|
|
261
261
|
reasoning: true,
|
|
@@ -267,10 +267,10 @@ export const moonshotModels = [
|
|
|
267
267
|
{
|
|
268
268
|
providerId: "embercloud",
|
|
269
269
|
modelName: "kimi-k2.5",
|
|
270
|
-
inputPrice: 0.
|
|
271
|
-
outputPrice: 1.
|
|
272
|
-
cachedInputPrice: 0.
|
|
273
|
-
requestPrice: 0,
|
|
270
|
+
inputPrice: "0.405e-6",
|
|
271
|
+
outputPrice: "1.98e-6",
|
|
272
|
+
cachedInputPrice: "0.225e-6",
|
|
273
|
+
requestPrice: "0",
|
|
274
274
|
contextSize: 262144,
|
|
275
275
|
maxOutput: 262144,
|
|
276
276
|
streaming: true,
|
|
@@ -307,10 +307,10 @@ export const moonshotModels = [
|
|
|
307
307
|
{
|
|
308
308
|
providerId: "moonshot",
|
|
309
309
|
modelName: "kimi-k2.6",
|
|
310
|
-
inputPrice: 0.
|
|
311
|
-
cachedInputPrice: 0.
|
|
312
|
-
outputPrice: 4.
|
|
313
|
-
requestPrice: 0,
|
|
310
|
+
inputPrice: "0.95e-6",
|
|
311
|
+
cachedInputPrice: "0.16e-6",
|
|
312
|
+
outputPrice: "4.0e-6",
|
|
313
|
+
requestPrice: "0",
|
|
314
314
|
contextSize: 262144,
|
|
315
315
|
maxOutput: 262144,
|
|
316
316
|
reasoning: true,
|
|
@@ -328,10 +328,10 @@ export const moonshotModels = [
|
|
|
328
328
|
{
|
|
329
329
|
providerId: "novita",
|
|
330
330
|
modelName: "moonshotai/kimi-k2.6",
|
|
331
|
-
inputPrice: 0.
|
|
332
|
-
cachedInputPrice: 0.
|
|
333
|
-
outputPrice: 4.
|
|
334
|
-
requestPrice: 0,
|
|
331
|
+
inputPrice: "0.95e-6",
|
|
332
|
+
cachedInputPrice: "0.16e-6",
|
|
333
|
+
outputPrice: "4.0e-6",
|
|
334
|
+
requestPrice: "0",
|
|
335
335
|
contextSize: 262144,
|
|
336
336
|
maxOutput: 262144,
|
|
337
337
|
streaming: true,
|
|
@@ -344,10 +344,10 @@ export const moonshotModels = [
|
|
|
344
344
|
providerId: "together-ai",
|
|
345
345
|
modelName: "moonshotai/Kimi-K2.6",
|
|
346
346
|
test: "skip",
|
|
347
|
-
inputPrice: 1.
|
|
348
|
-
cachedInputPrice: 0.
|
|
349
|
-
outputPrice: 4.
|
|
350
|
-
requestPrice: 0,
|
|
347
|
+
inputPrice: "1.2e-6",
|
|
348
|
+
cachedInputPrice: "0.2e-6",
|
|
349
|
+
outputPrice: "4.5e-6",
|
|
350
|
+
requestPrice: "0",
|
|
351
351
|
contextSize: 262144,
|
|
352
352
|
maxOutput: 32768,
|
|
353
353
|
streaming: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"moonshot.js","sourceRoot":"","sources":["../../src/models/moonshot.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,cAAc,GAAG;IAC7B;QACC,EAAE,EAAE,SAAS;QACb,IAAI,EAAE,SAAS;QACf,WAAW,EAAE,6CAA6C;QAC1D,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,IAAI,IAAI,CAAC,YAAY,CAAC;QAClC,SAAS,EAAE;YACV;gBACC,UAAU,EAAE,MAAM;gBAClB,SAAS,EAAE,6BAA6B;gBAGxC,SAAS,EAAE,UAAU;gBACrB,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"moonshot.js","sourceRoot":"","sources":["../../src/models/moonshot.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,9 +7,9 @@ export declare const nousresearchModels: [{
|
|
|
7
7
|
readonly providers: [{
|
|
8
8
|
readonly providerId: "nebius";
|
|
9
9
|
readonly modelName: "NousResearch/Hermes-3-Llama-405B";
|
|
10
|
-
readonly inputPrice:
|
|
11
|
-
readonly outputPrice:
|
|
12
|
-
readonly requestPrice: 0;
|
|
10
|
+
readonly inputPrice: "1.0e-6";
|
|
11
|
+
readonly outputPrice: "3.0e-6";
|
|
12
|
+
readonly requestPrice: "0";
|
|
13
13
|
readonly contextSize: 131072;
|
|
14
14
|
readonly maxOutput: undefined;
|
|
15
15
|
readonly streaming: true;
|
|
@@ -28,9 +28,9 @@ export declare const nousresearchModels: [{
|
|
|
28
28
|
readonly providerId: "novita";
|
|
29
29
|
readonly stability: "unstable";
|
|
30
30
|
readonly modelName: "nousresearch/hermes-2-pro-llama-3-8b";
|
|
31
|
-
readonly inputPrice:
|
|
32
|
-
readonly outputPrice:
|
|
33
|
-
readonly requestPrice: 0;
|
|
31
|
+
readonly inputPrice: "0.14e-6";
|
|
32
|
+
readonly outputPrice: "0.14e-6";
|
|
33
|
+
readonly requestPrice: "0";
|
|
34
34
|
readonly contextSize: 8192;
|
|
35
35
|
readonly maxOutput: 8192;
|
|
36
36
|
readonly streaming: true;
|
|
@@ -9,9 +9,9 @@ export const nousresearchModels = [
|
|
|
9
9
|
{
|
|
10
10
|
providerId: "nebius",
|
|
11
11
|
modelName: "NousResearch/Hermes-3-Llama-405B",
|
|
12
|
-
inputPrice: 1.
|
|
13
|
-
outputPrice: 3.
|
|
14
|
-
requestPrice: 0,
|
|
12
|
+
inputPrice: "1.0e-6",
|
|
13
|
+
outputPrice: "3.0e-6",
|
|
14
|
+
requestPrice: "0",
|
|
15
15
|
contextSize: 131072,
|
|
16
16
|
maxOutput: undefined,
|
|
17
17
|
streaming: true,
|
|
@@ -33,9 +33,9 @@ export const nousresearchModels = [
|
|
|
33
33
|
providerId: "novita",
|
|
34
34
|
stability: "unstable",
|
|
35
35
|
modelName: "nousresearch/hermes-2-pro-llama-3-8b",
|
|
36
|
-
inputPrice: 0.
|
|
37
|
-
outputPrice: 0.
|
|
38
|
-
requestPrice: 0,
|
|
36
|
+
inputPrice: "0.14e-6",
|
|
37
|
+
outputPrice: "0.14e-6",
|
|
38
|
+
requestPrice: "0",
|
|
39
39
|
contextSize: 8192,
|
|
40
40
|
maxOutput: 8192,
|
|
41
41
|
streaming: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nousresearch.js","sourceRoot":"","sources":["../../src/models/nousresearch.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IACjC;QACC,EAAE,EAAE,qBAAqB;QACzB,IAAI,EAAE,qBAAqB;QAC3B,WAAW,EAAE,6CAA6C;QAC1D,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,IAAI,IAAI,CAAC,YAAY,CAAC;QAClC,SAAS,EAAE;YACV;gBACC,UAAU,EAAE,QAAQ;gBACpB,SAAS,EAAE,kCAAkC;gBAC7C,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"nousresearch.js","sourceRoot":"","sources":["../../src/models/nousresearch.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IACjC;QACC,EAAE,EAAE,qBAAqB;QACzB,IAAI,EAAE,qBAAqB;QAC3B,WAAW,EAAE,6CAA6C;QAC1D,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,IAAI,IAAI,CAAC,YAAY,CAAC;QAClC,SAAS,EAAE;YACV;gBACC,UAAU,EAAE,QAAQ;gBACpB,SAAS,EAAE,kCAAkC;gBAC7C,UAAU,EAAE,QAAQ;gBACpB,WAAW,EAAE,QAAQ;gBACrB,YAAY,EAAE,GAAG;gBACjB,WAAW,EAAE,MAAM;gBACnB,SAAS,EAAE,SAAS;gBACpB,SAAS,EAAE,IAAI;gBACf,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,KAAK;gBACZ,UAAU,EAAE,IAAI;gBAChB,aAAa,EAAE,IAAI,IAAI,CAAC,YAAY,CAAC;aACrC;SACD;KACD;IACD;QACC,EAAE,EAAE,yBAAyB;QAC7B,IAAI,EAAE,yBAAyB;QAC/B,WAAW,EAAE,iDAAiD;QAC9D,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,IAAI,IAAI,CAAC,YAAY,CAAC;QAClC,SAAS,EAAE;YACV;gBACC,UAAU,EAAE,QAAQ;gBACpB,SAAS,EAAE,UAAU;gBACrB,SAAS,EAAE,sCAAsC;gBACjD,UAAU,EAAE,SAAS;gBACrB,WAAW,EAAE,SAAS;gBACtB,YAAY,EAAE,GAAG;gBACjB,WAAW,EAAE,IAAI;gBACjB,SAAS,EAAE,IAAI;gBACf,SAAS,EAAE,IAAI;gBACf,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,KAAK;gBACZ,UAAU,EAAE,KAAK;aACjB;SACD;KACD;CACoC,CAAC"}
|