@elyracode/ai 0.9.16 → 0.9.18
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/image-models.generated.d.ts +15 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +15 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +205 -41
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +258 -118
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -4685,7 +4685,7 @@ export const MODELS = {
|
|
|
4685
4685
|
input: 1,
|
|
4686
4686
|
output: 6,
|
|
4687
4687
|
cacheRead: 0.1,
|
|
4688
|
-
cacheWrite:
|
|
4688
|
+
cacheWrite: 1.25,
|
|
4689
4689
|
},
|
|
4690
4690
|
contextWindow: 1050000,
|
|
4691
4691
|
maxTokens: 128000,
|
|
@@ -4704,7 +4704,7 @@ export const MODELS = {
|
|
|
4704
4704
|
input: 5,
|
|
4705
4705
|
output: 30,
|
|
4706
4706
|
cacheRead: 0.5,
|
|
4707
|
-
cacheWrite:
|
|
4707
|
+
cacheWrite: 6.25,
|
|
4708
4708
|
},
|
|
4709
4709
|
contextWindow: 1050000,
|
|
4710
4710
|
maxTokens: 128000,
|
|
@@ -4723,7 +4723,7 @@ export const MODELS = {
|
|
|
4723
4723
|
input: 2.5,
|
|
4724
4724
|
output: 15,
|
|
4725
4725
|
cacheRead: 0.25,
|
|
4726
|
-
cacheWrite:
|
|
4726
|
+
cacheWrite: 3.125,
|
|
4727
4727
|
},
|
|
4728
4728
|
contextWindow: 1050000,
|
|
4729
4729
|
maxTokens: 128000,
|
|
@@ -4988,9 +4988,9 @@ export const MODELS = {
|
|
|
4988
4988
|
reasoning: true,
|
|
4989
4989
|
input: ["text", "image"],
|
|
4990
4990
|
cost: {
|
|
4991
|
-
input:
|
|
4992
|
-
output:
|
|
4993
|
-
cacheRead: 0.
|
|
4991
|
+
input: 1.5,
|
|
4992
|
+
output: 9,
|
|
4993
|
+
cacheRead: 0.15,
|
|
4994
4994
|
cacheWrite: 0,
|
|
4995
4995
|
},
|
|
4996
4996
|
contextWindow: 1048576,
|
|
@@ -5005,8 +5005,8 @@ export const MODELS = {
|
|
|
5005
5005
|
reasoning: true,
|
|
5006
5006
|
input: ["text", "image"],
|
|
5007
5007
|
cost: {
|
|
5008
|
-
input: 0.
|
|
5009
|
-
output:
|
|
5008
|
+
input: 0.25,
|
|
5009
|
+
output: 1.5,
|
|
5010
5010
|
cacheRead: 0.025,
|
|
5011
5011
|
cacheWrite: 0,
|
|
5012
5012
|
},
|
|
@@ -6284,9 +6284,9 @@ export const MODELS = {
|
|
|
6284
6284
|
contextWindow: 262144,
|
|
6285
6285
|
maxTokens: 32768,
|
|
6286
6286
|
},
|
|
6287
|
-
"
|
|
6288
|
-
id: "
|
|
6289
|
-
name: "Kimi
|
|
6287
|
+
"k3": {
|
|
6288
|
+
id: "k3",
|
|
6289
|
+
name: "Kimi K3",
|
|
6290
6290
|
api: "anthropic-messages",
|
|
6291
6291
|
provider: "kimi-coding",
|
|
6292
6292
|
baseUrl: "https://api.kimi.com/coding",
|
|
@@ -6299,18 +6299,18 @@ export const MODELS = {
|
|
|
6299
6299
|
cacheRead: 0,
|
|
6300
6300
|
cacheWrite: 0,
|
|
6301
6301
|
},
|
|
6302
|
-
contextWindow:
|
|
6303
|
-
maxTokens:
|
|
6302
|
+
contextWindow: 1048576,
|
|
6303
|
+
maxTokens: 131072,
|
|
6304
6304
|
},
|
|
6305
|
-
"kimi-
|
|
6306
|
-
id: "kimi-
|
|
6307
|
-
name: "Kimi
|
|
6305
|
+
"kimi-for-coding-highspeed": {
|
|
6306
|
+
id: "kimi-for-coding-highspeed",
|
|
6307
|
+
name: "Kimi For Coding HighSpeed",
|
|
6308
6308
|
api: "anthropic-messages",
|
|
6309
6309
|
provider: "kimi-coding",
|
|
6310
6310
|
baseUrl: "https://api.kimi.com/coding",
|
|
6311
6311
|
headers: { "User-Agent": "KimiCLI/1.5" },
|
|
6312
6312
|
reasoning: true,
|
|
6313
|
-
input: ["text"],
|
|
6313
|
+
input: ["text", "image"],
|
|
6314
6314
|
cost: {
|
|
6315
6315
|
input: 0,
|
|
6316
6316
|
output: 0,
|
|
@@ -7102,6 +7102,24 @@ export const MODELS = {
|
|
|
7102
7102
|
contextWindow: 262144,
|
|
7103
7103
|
maxTokens: 262144,
|
|
7104
7104
|
},
|
|
7105
|
+
"kimi-k3": {
|
|
7106
|
+
id: "kimi-k3",
|
|
7107
|
+
name: "Kimi K3",
|
|
7108
|
+
api: "openai-completions",
|
|
7109
|
+
provider: "moonshotai",
|
|
7110
|
+
baseUrl: "https://api.moonshot.ai/v1",
|
|
7111
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
7112
|
+
reasoning: true,
|
|
7113
|
+
input: ["text", "image"],
|
|
7114
|
+
cost: {
|
|
7115
|
+
input: 3,
|
|
7116
|
+
output: 15,
|
|
7117
|
+
cacheRead: 0.3,
|
|
7118
|
+
cacheWrite: 0,
|
|
7119
|
+
},
|
|
7120
|
+
contextWindow: 1048576,
|
|
7121
|
+
maxTokens: 131072,
|
|
7122
|
+
},
|
|
7105
7123
|
},
|
|
7106
7124
|
"moonshotai-cn": {
|
|
7107
7125
|
"kimi-k2-0711-preview": {
|
|
@@ -7266,6 +7284,24 @@ export const MODELS = {
|
|
|
7266
7284
|
contextWindow: 262144,
|
|
7267
7285
|
maxTokens: 262144,
|
|
7268
7286
|
},
|
|
7287
|
+
"kimi-k3": {
|
|
7288
|
+
id: "kimi-k3",
|
|
7289
|
+
name: "Kimi K3",
|
|
7290
|
+
api: "openai-completions",
|
|
7291
|
+
provider: "moonshotai-cn",
|
|
7292
|
+
baseUrl: "https://api.moonshot.cn/v1",
|
|
7293
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
7294
|
+
reasoning: true,
|
|
7295
|
+
input: ["text", "image"],
|
|
7296
|
+
cost: {
|
|
7297
|
+
input: 3,
|
|
7298
|
+
output: 15,
|
|
7299
|
+
cacheRead: 0.3,
|
|
7300
|
+
cacheWrite: 0,
|
|
7301
|
+
},
|
|
7302
|
+
contextWindow: 1048576,
|
|
7303
|
+
maxTokens: 131072,
|
|
7304
|
+
},
|
|
7269
7305
|
},
|
|
7270
7306
|
"openai": {
|
|
7271
7307
|
"gpt-4": {
|
|
@@ -9191,9 +9227,9 @@ export const MODELS = {
|
|
|
9191
9227
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
9192
9228
|
input: ["text"],
|
|
9193
9229
|
cost: {
|
|
9194
|
-
input:
|
|
9195
|
-
output:
|
|
9196
|
-
cacheRead: 0.
|
|
9230
|
+
input: 0.435,
|
|
9231
|
+
output: 0.87,
|
|
9232
|
+
cacheRead: 0.003625,
|
|
9197
9233
|
cacheWrite: 0,
|
|
9198
9234
|
},
|
|
9199
9235
|
contextWindow: 1000000,
|
|
@@ -9233,6 +9269,23 @@ export const MODELS = {
|
|
|
9233
9269
|
contextWindow: 1000000,
|
|
9234
9270
|
maxTokens: 131072,
|
|
9235
9271
|
},
|
|
9272
|
+
"grok-4.5": {
|
|
9273
|
+
id: "grok-4.5",
|
|
9274
|
+
name: "Grok 4.5",
|
|
9275
|
+
api: "openai-completions",
|
|
9276
|
+
provider: "opencode-go",
|
|
9277
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
9278
|
+
reasoning: true,
|
|
9279
|
+
input: ["text", "image"],
|
|
9280
|
+
cost: {
|
|
9281
|
+
input: 2,
|
|
9282
|
+
output: 6,
|
|
9283
|
+
cacheRead: 0.5,
|
|
9284
|
+
cacheWrite: 0,
|
|
9285
|
+
},
|
|
9286
|
+
contextWindow: 500000,
|
|
9287
|
+
maxTokens: 500000,
|
|
9288
|
+
},
|
|
9236
9289
|
"kimi-k2.6": {
|
|
9237
9290
|
id: "kimi-k2.6",
|
|
9238
9291
|
name: "Kimi K2.6",
|
|
@@ -9267,6 +9320,23 @@ export const MODELS = {
|
|
|
9267
9320
|
contextWindow: 262144,
|
|
9268
9321
|
maxTokens: 262144,
|
|
9269
9322
|
},
|
|
9323
|
+
"kimi-k3": {
|
|
9324
|
+
id: "kimi-k3",
|
|
9325
|
+
name: "Kimi K3 (2x usage)",
|
|
9326
|
+
api: "openai-completions",
|
|
9327
|
+
provider: "opencode-go",
|
|
9328
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
9329
|
+
reasoning: true,
|
|
9330
|
+
input: ["text", "image"],
|
|
9331
|
+
cost: {
|
|
9332
|
+
input: 3,
|
|
9333
|
+
output: 15,
|
|
9334
|
+
cacheRead: 0.3,
|
|
9335
|
+
cacheWrite: 0,
|
|
9336
|
+
},
|
|
9337
|
+
contextWindow: 1048576,
|
|
9338
|
+
maxTokens: 131072,
|
|
9339
|
+
},
|
|
9270
9340
|
"mimo-v2.5": {
|
|
9271
9341
|
id: "mimo-v2.5",
|
|
9272
9342
|
name: "MiMo V2.5",
|
|
@@ -9293,9 +9363,9 @@ export const MODELS = {
|
|
|
9293
9363
|
reasoning: true,
|
|
9294
9364
|
input: ["text"],
|
|
9295
9365
|
cost: {
|
|
9296
|
-
input:
|
|
9297
|
-
output:
|
|
9298
|
-
cacheRead: 0.
|
|
9366
|
+
input: 0.435,
|
|
9367
|
+
output: 0.87,
|
|
9368
|
+
cacheRead: 0.003625,
|
|
9299
9369
|
cacheWrite: 0,
|
|
9300
9370
|
},
|
|
9301
9371
|
contextWindow: 1048576,
|
|
@@ -10122,7 +10192,7 @@ export const MODELS = {
|
|
|
10122
10192
|
cost: {
|
|
10123
10193
|
input: 0.098,
|
|
10124
10194
|
output: 0.196,
|
|
10125
|
-
cacheRead: 0.
|
|
10195
|
+
cacheRead: 0.0196,
|
|
10126
10196
|
cacheWrite: 0,
|
|
10127
10197
|
},
|
|
10128
10198
|
contextWindow: 1048576,
|
|
@@ -10377,13 +10447,13 @@ export const MODELS = {
|
|
|
10377
10447
|
reasoning: false,
|
|
10378
10448
|
input: ["text", "image"],
|
|
10379
10449
|
cost: {
|
|
10380
|
-
input: 0.
|
|
10381
|
-
output: 0.
|
|
10382
|
-
cacheRead: 0
|
|
10450
|
+
input: 0.09999999999999999,
|
|
10451
|
+
output: 0.3,
|
|
10452
|
+
cacheRead: 0,
|
|
10383
10453
|
cacheWrite: 0,
|
|
10384
10454
|
},
|
|
10385
10455
|
contextWindow: 131072,
|
|
10386
|
-
maxTokens:
|
|
10456
|
+
maxTokens: 4096,
|
|
10387
10457
|
},
|
|
10388
10458
|
"google/gemma-4-26b-a4b-it": {
|
|
10389
10459
|
id: "google/gemma-4-26b-a4b-it",
|
|
@@ -10691,6 +10761,23 @@ export const MODELS = {
|
|
|
10691
10761
|
contextWindow: 10000000,
|
|
10692
10762
|
maxTokens: 16384,
|
|
10693
10763
|
},
|
|
10764
|
+
"meta/muse-spark-1.1": {
|
|
10765
|
+
id: "meta/muse-spark-1.1",
|
|
10766
|
+
name: "Meta: Muse Spark 1.1",
|
|
10767
|
+
api: "openai-completions",
|
|
10768
|
+
provider: "openrouter",
|
|
10769
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10770
|
+
reasoning: true,
|
|
10771
|
+
input: ["text", "image"],
|
|
10772
|
+
cost: {
|
|
10773
|
+
input: 1.25,
|
|
10774
|
+
output: 4.25,
|
|
10775
|
+
cacheRead: 0.15,
|
|
10776
|
+
cacheWrite: 0,
|
|
10777
|
+
},
|
|
10778
|
+
contextWindow: 1048576,
|
|
10779
|
+
maxTokens: 4096,
|
|
10780
|
+
},
|
|
10694
10781
|
"minimax/minimax-m1": {
|
|
10695
10782
|
id: "minimax/minimax-m1",
|
|
10696
10783
|
name: "MiniMax: MiniMax M1",
|
|
@@ -10768,9 +10855,9 @@ export const MODELS = {
|
|
|
10768
10855
|
reasoning: true,
|
|
10769
10856
|
input: ["text"],
|
|
10770
10857
|
cost: {
|
|
10771
|
-
input: 0.
|
|
10772
|
-
output: 1
|
|
10773
|
-
cacheRead: 0.
|
|
10858
|
+
input: 0.25,
|
|
10859
|
+
output: 1,
|
|
10860
|
+
cacheRead: 0.049999999999999996,
|
|
10774
10861
|
cacheWrite: 0,
|
|
10775
10862
|
},
|
|
10776
10863
|
contextWindow: 204800,
|
|
@@ -10989,8 +11076,8 @@ export const MODELS = {
|
|
|
10989
11076
|
reasoning: false,
|
|
10990
11077
|
input: ["text"],
|
|
10991
11078
|
cost: {
|
|
10992
|
-
input: 0.
|
|
10993
|
-
output: 0.
|
|
11079
|
+
input: 0.019000000000000003,
|
|
11080
|
+
output: 0.03,
|
|
10994
11081
|
cacheRead: 0,
|
|
10995
11082
|
cacheWrite: 0,
|
|
10996
11083
|
},
|
|
@@ -11127,11 +11214,11 @@ export const MODELS = {
|
|
|
11127
11214
|
cost: {
|
|
11128
11215
|
input: 0.6,
|
|
11129
11216
|
output: 2.5,
|
|
11130
|
-
cacheRead: 0,
|
|
11217
|
+
cacheRead: 0.15,
|
|
11131
11218
|
cacheWrite: 0,
|
|
11132
11219
|
},
|
|
11133
11220
|
contextWindow: 262144,
|
|
11134
|
-
maxTokens:
|
|
11221
|
+
maxTokens: 100352,
|
|
11135
11222
|
},
|
|
11136
11223
|
"moonshotai/kimi-k2.5": {
|
|
11137
11224
|
id: "moonshotai/kimi-k2.5",
|
|
@@ -11159,13 +11246,13 @@ export const MODELS = {
|
|
|
11159
11246
|
reasoning: true,
|
|
11160
11247
|
input: ["text", "image"],
|
|
11161
11248
|
cost: {
|
|
11162
|
-
input: 0.
|
|
11163
|
-
output:
|
|
11164
|
-
cacheRead: 0.
|
|
11249
|
+
input: 0.95,
|
|
11250
|
+
output: 4,
|
|
11251
|
+
cacheRead: 0.16,
|
|
11165
11252
|
cacheWrite: 0,
|
|
11166
11253
|
},
|
|
11167
11254
|
contextWindow: 262144,
|
|
11168
|
-
maxTokens:
|
|
11255
|
+
maxTokens: 4096,
|
|
11169
11256
|
},
|
|
11170
11257
|
"moonshotai/kimi-k2.7-code": {
|
|
11171
11258
|
id: "moonshotai/kimi-k2.7-code",
|
|
@@ -11176,14 +11263,31 @@ export const MODELS = {
|
|
|
11176
11263
|
reasoning: true,
|
|
11177
11264
|
input: ["text", "image"],
|
|
11178
11265
|
cost: {
|
|
11179
|
-
input:
|
|
11180
|
-
output:
|
|
11181
|
-
cacheRead: 0.
|
|
11266
|
+
input: 1,
|
|
11267
|
+
output: 4.4,
|
|
11268
|
+
cacheRead: 0.19999999999999998,
|
|
11182
11269
|
cacheWrite: 0,
|
|
11183
11270
|
},
|
|
11184
11271
|
contextWindow: 262144,
|
|
11185
11272
|
maxTokens: 262144,
|
|
11186
11273
|
},
|
|
11274
|
+
"moonshotai/kimi-k3": {
|
|
11275
|
+
id: "moonshotai/kimi-k3",
|
|
11276
|
+
name: "MoonshotAI: Kimi K3",
|
|
11277
|
+
api: "openai-completions",
|
|
11278
|
+
provider: "openrouter",
|
|
11279
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11280
|
+
reasoning: true,
|
|
11281
|
+
input: ["text", "image"],
|
|
11282
|
+
cost: {
|
|
11283
|
+
input: 3,
|
|
11284
|
+
output: 15,
|
|
11285
|
+
cacheRead: 0.3,
|
|
11286
|
+
cacheWrite: 0,
|
|
11287
|
+
},
|
|
11288
|
+
contextWindow: 1048576,
|
|
11289
|
+
maxTokens: 4096,
|
|
11290
|
+
},
|
|
11187
11291
|
"nex-agi/nex-n2-mini": {
|
|
11188
11292
|
id: "nex-agi/nex-n2-mini",
|
|
11189
11293
|
name: "Nex AGI: Nex-N2-Mini",
|
|
@@ -11218,23 +11322,6 @@ export const MODELS = {
|
|
|
11218
11322
|
contextWindow: 262144,
|
|
11219
11323
|
maxTokens: 262144,
|
|
11220
11324
|
},
|
|
11221
|
-
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
11222
|
-
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
11223
|
-
name: "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
|
|
11224
|
-
api: "openai-completions",
|
|
11225
|
-
provider: "openrouter",
|
|
11226
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11227
|
-
reasoning: true,
|
|
11228
|
-
input: ["text"],
|
|
11229
|
-
cost: {
|
|
11230
|
-
input: 0.39999999999999997,
|
|
11231
|
-
output: 0.39999999999999997,
|
|
11232
|
-
cacheRead: 0,
|
|
11233
|
-
cacheWrite: 0,
|
|
11234
|
-
},
|
|
11235
|
-
contextWindow: 131072,
|
|
11236
|
-
maxTokens: 16384,
|
|
11237
|
-
},
|
|
11238
11325
|
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
11239
11326
|
id: "nvidia/nemotron-3-nano-30b-a3b",
|
|
11240
11327
|
name: "NVIDIA: Nemotron 3 Nano 30B A3B",
|
|
@@ -12318,6 +12405,23 @@ export const MODELS = {
|
|
|
12318
12405
|
contextWindow: 2000000,
|
|
12319
12406
|
maxTokens: 4096,
|
|
12320
12407
|
},
|
|
12408
|
+
"openrouter/auto-beta": {
|
|
12409
|
+
id: "openrouter/auto-beta",
|
|
12410
|
+
name: "Auto Router (Beta)",
|
|
12411
|
+
api: "openai-completions",
|
|
12412
|
+
provider: "openrouter",
|
|
12413
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12414
|
+
reasoning: true,
|
|
12415
|
+
input: ["text", "image"],
|
|
12416
|
+
cost: {
|
|
12417
|
+
input: -1000000,
|
|
12418
|
+
output: -1000000,
|
|
12419
|
+
cacheRead: 0,
|
|
12420
|
+
cacheWrite: 0,
|
|
12421
|
+
},
|
|
12422
|
+
contextWindow: 2000000,
|
|
12423
|
+
maxTokens: 4096,
|
|
12424
|
+
},
|
|
12321
12425
|
"openrouter/free": {
|
|
12322
12426
|
id: "openrouter/free",
|
|
12323
12427
|
name: "Free Models Router",
|
|
@@ -12497,13 +12601,13 @@ export const MODELS = {
|
|
|
12497
12601
|
reasoning: true,
|
|
12498
12602
|
input: ["text"],
|
|
12499
12603
|
cost: {
|
|
12500
|
-
input: 0.
|
|
12501
|
-
output: 0.
|
|
12604
|
+
input: 0.22749999999999998,
|
|
12605
|
+
output: 0.9099999999999999,
|
|
12502
12606
|
cacheRead: 0,
|
|
12503
12607
|
cacheWrite: 0,
|
|
12504
12608
|
},
|
|
12505
12609
|
contextWindow: 131702,
|
|
12506
|
-
maxTokens:
|
|
12610
|
+
maxTokens: 8192,
|
|
12507
12611
|
},
|
|
12508
12612
|
"qwen/qwen3-235b-a22b": {
|
|
12509
12613
|
id: "qwen/qwen3-235b-a22b",
|
|
@@ -12565,13 +12669,13 @@ export const MODELS = {
|
|
|
12565
12669
|
reasoning: true,
|
|
12566
12670
|
input: ["text"],
|
|
12567
12671
|
cost: {
|
|
12568
|
-
input: 0.
|
|
12569
|
-
output: 0.
|
|
12672
|
+
input: 0.13,
|
|
12673
|
+
output: 0.52,
|
|
12570
12674
|
cacheRead: 0,
|
|
12571
12675
|
cacheWrite: 0,
|
|
12572
12676
|
},
|
|
12573
12677
|
contextWindow: 131072,
|
|
12574
|
-
maxTokens:
|
|
12678
|
+
maxTokens: 8192,
|
|
12575
12679
|
},
|
|
12576
12680
|
"qwen/qwen3-30b-a3b-instruct-2507": {
|
|
12577
12681
|
id: "qwen/qwen3-30b-a3b-instruct-2507",
|
|
@@ -12701,7 +12805,7 @@ export const MODELS = {
|
|
|
12701
12805
|
reasoning: false,
|
|
12702
12806
|
input: ["text"],
|
|
12703
12807
|
cost: {
|
|
12704
|
-
input: 0.
|
|
12808
|
+
input: 0.11,
|
|
12705
12809
|
output: 0.7999999999999999,
|
|
12706
12810
|
cacheRead: 0.07,
|
|
12707
12811
|
cacheWrite: 0,
|
|
@@ -12973,13 +13077,13 @@ export const MODELS = {
|
|
|
12973
13077
|
reasoning: true,
|
|
12974
13078
|
input: ["text", "image"],
|
|
12975
13079
|
cost: {
|
|
12976
|
-
input: 0.
|
|
12977
|
-
output:
|
|
13080
|
+
input: 0.26,
|
|
13081
|
+
output: 2.6,
|
|
12978
13082
|
cacheRead: 0,
|
|
12979
13083
|
cacheWrite: 0,
|
|
12980
13084
|
},
|
|
12981
13085
|
contextWindow: 262144,
|
|
12982
|
-
maxTokens:
|
|
13086
|
+
maxTokens: 81920,
|
|
12983
13087
|
},
|
|
12984
13088
|
"qwen/qwen3.5-35b-a3b": {
|
|
12985
13089
|
id: "qwen/qwen3.5-35b-a3b",
|
|
@@ -13007,9 +13111,9 @@ export const MODELS = {
|
|
|
13007
13111
|
reasoning: true,
|
|
13008
13112
|
input: ["text", "image"],
|
|
13009
13113
|
cost: {
|
|
13010
|
-
input: 0.
|
|
13011
|
-
output:
|
|
13012
|
-
cacheRead: 0
|
|
13114
|
+
input: 0.39,
|
|
13115
|
+
output: 2.34,
|
|
13116
|
+
cacheRead: 0,
|
|
13013
13117
|
cacheWrite: 0,
|
|
13014
13118
|
},
|
|
13015
13119
|
contextWindow: 262144,
|
|
@@ -13177,10 +13281,10 @@ export const MODELS = {
|
|
|
13177
13281
|
reasoning: true,
|
|
13178
13282
|
input: ["text"],
|
|
13179
13283
|
cost: {
|
|
13180
|
-
input: 1.
|
|
13181
|
-
output:
|
|
13182
|
-
cacheRead: 0.
|
|
13183
|
-
cacheWrite: 1.
|
|
13284
|
+
input: 1.475,
|
|
13285
|
+
output: 4.425,
|
|
13286
|
+
cacheRead: 0.295,
|
|
13287
|
+
cacheWrite: 1.84375,
|
|
13184
13288
|
},
|
|
13185
13289
|
contextWindow: 1000000,
|
|
13186
13290
|
maxTokens: 65536,
|
|
@@ -13355,6 +13459,23 @@ export const MODELS = {
|
|
|
13355
13459
|
contextWindow: 32768,
|
|
13356
13460
|
maxTokens: 32768,
|
|
13357
13461
|
},
|
|
13462
|
+
"thinkingmachines/inkling": {
|
|
13463
|
+
id: "thinkingmachines/inkling",
|
|
13464
|
+
name: "Thinking Machines: Inkling",
|
|
13465
|
+
api: "openai-completions",
|
|
13466
|
+
provider: "openrouter",
|
|
13467
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13468
|
+
reasoning: true,
|
|
13469
|
+
input: ["text", "image"],
|
|
13470
|
+
cost: {
|
|
13471
|
+
input: 1,
|
|
13472
|
+
output: 4.05,
|
|
13473
|
+
cacheRead: 0.16999999999999998,
|
|
13474
|
+
cacheWrite: 0,
|
|
13475
|
+
},
|
|
13476
|
+
contextWindow: 1048576,
|
|
13477
|
+
maxTokens: 4096,
|
|
13478
|
+
},
|
|
13358
13479
|
"upstage/solar-pro-3": {
|
|
13359
13480
|
id: "upstage/solar-pro-3",
|
|
13360
13481
|
name: "Upstage: Solar Pro 3",
|
|
@@ -13653,9 +13774,9 @@ export const MODELS = {
|
|
|
13653
13774
|
reasoning: true,
|
|
13654
13775
|
input: ["text"],
|
|
13655
13776
|
cost: {
|
|
13656
|
-
input: 0.
|
|
13657
|
-
output:
|
|
13658
|
-
cacheRead: 0.
|
|
13777
|
+
input: 0.3374,
|
|
13778
|
+
output: 1.0604,
|
|
13779
|
+
cacheRead: 0.06266000000000001,
|
|
13659
13780
|
cacheWrite: 0,
|
|
13660
13781
|
},
|
|
13661
13782
|
contextWindow: 1048576,
|
|
@@ -13790,13 +13911,13 @@ export const MODELS = {
|
|
|
13790
13911
|
reasoning: true,
|
|
13791
13912
|
input: ["text", "image"],
|
|
13792
13913
|
cost: {
|
|
13793
|
-
input:
|
|
13794
|
-
output:
|
|
13795
|
-
cacheRead: 0.
|
|
13914
|
+
input: 3,
|
|
13915
|
+
output: 15,
|
|
13916
|
+
cacheRead: 0.3,
|
|
13796
13917
|
cacheWrite: 0,
|
|
13797
13918
|
},
|
|
13798
|
-
contextWindow:
|
|
13799
|
-
maxTokens:
|
|
13919
|
+
contextWindow: 1048576,
|
|
13920
|
+
maxTokens: 4096,
|
|
13800
13921
|
},
|
|
13801
13922
|
"~openai/gpt-latest": {
|
|
13802
13923
|
id: "~openai/gpt-latest",
|
|
@@ -14169,6 +14290,25 @@ export const MODELS = {
|
|
|
14169
14290
|
contextWindow: 131072,
|
|
14170
14291
|
maxTokens: 131072,
|
|
14171
14292
|
},
|
|
14293
|
+
"thinkingmachines/Inkling": {
|
|
14294
|
+
id: "thinkingmachines/Inkling",
|
|
14295
|
+
name: "Inkling",
|
|
14296
|
+
api: "openai-completions",
|
|
14297
|
+
provider: "together",
|
|
14298
|
+
baseUrl: "https://api.together.ai/v1",
|
|
14299
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
14300
|
+
reasoning: true,
|
|
14301
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
14302
|
+
input: ["text", "image"],
|
|
14303
|
+
cost: {
|
|
14304
|
+
input: 1,
|
|
14305
|
+
output: 4.05,
|
|
14306
|
+
cacheRead: 0.17,
|
|
14307
|
+
cacheWrite: 0,
|
|
14308
|
+
},
|
|
14309
|
+
contextWindow: 524288,
|
|
14310
|
+
maxTokens: 131072,
|
|
14311
|
+
},
|
|
14172
14312
|
"zai-org/GLM-5": {
|
|
14173
14313
|
id: "zai-org/GLM-5",
|
|
14174
14314
|
name: "GLM-5",
|
|
@@ -15526,40 +15666,6 @@ export const MODELS = {
|
|
|
15526
15666
|
contextWindow: 128000,
|
|
15527
15667
|
maxTokens: 8192,
|
|
15528
15668
|
},
|
|
15529
|
-
"meta/llama-3.2-11b": {
|
|
15530
|
-
id: "meta/llama-3.2-11b",
|
|
15531
|
-
name: "Llama 3.2 11B Vision Instruct",
|
|
15532
|
-
api: "anthropic-messages",
|
|
15533
|
-
provider: "vercel-ai-gateway",
|
|
15534
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15535
|
-
reasoning: false,
|
|
15536
|
-
input: ["text", "image"],
|
|
15537
|
-
cost: {
|
|
15538
|
-
input: 0.16,
|
|
15539
|
-
output: 0.16,
|
|
15540
|
-
cacheRead: 0,
|
|
15541
|
-
cacheWrite: 0,
|
|
15542
|
-
},
|
|
15543
|
-
contextWindow: 128000,
|
|
15544
|
-
maxTokens: 8192,
|
|
15545
|
-
},
|
|
15546
|
-
"meta/llama-3.2-90b": {
|
|
15547
|
-
id: "meta/llama-3.2-90b",
|
|
15548
|
-
name: "Llama 3.2 90B Vision Instruct",
|
|
15549
|
-
api: "anthropic-messages",
|
|
15550
|
-
provider: "vercel-ai-gateway",
|
|
15551
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15552
|
-
reasoning: false,
|
|
15553
|
-
input: ["text", "image"],
|
|
15554
|
-
cost: {
|
|
15555
|
-
input: 0.72,
|
|
15556
|
-
output: 0.72,
|
|
15557
|
-
cacheRead: 0,
|
|
15558
|
-
cacheWrite: 0,
|
|
15559
|
-
},
|
|
15560
|
-
contextWindow: 128000,
|
|
15561
|
-
maxTokens: 8192,
|
|
15562
|
-
},
|
|
15563
15669
|
"meta/llama-3.3-70b": {
|
|
15564
15670
|
id: "meta/llama-3.3-70b",
|
|
15565
15671
|
name: "Llama 3.3 70B Instruct",
|
|
@@ -16104,6 +16210,23 @@ export const MODELS = {
|
|
|
16104
16210
|
contextWindow: 262144,
|
|
16105
16211
|
maxTokens: 32768,
|
|
16106
16212
|
},
|
|
16213
|
+
"moonshotai/kimi-k3": {
|
|
16214
|
+
id: "moonshotai/kimi-k3",
|
|
16215
|
+
name: "Kimi K3",
|
|
16216
|
+
api: "anthropic-messages",
|
|
16217
|
+
provider: "vercel-ai-gateway",
|
|
16218
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16219
|
+
reasoning: true,
|
|
16220
|
+
input: ["text", "image"],
|
|
16221
|
+
cost: {
|
|
16222
|
+
input: 3,
|
|
16223
|
+
output: 15,
|
|
16224
|
+
cacheRead: 0.3,
|
|
16225
|
+
cacheWrite: 0,
|
|
16226
|
+
},
|
|
16227
|
+
contextWindow: 1000000,
|
|
16228
|
+
maxTokens: 131072,
|
|
16229
|
+
},
|
|
16107
16230
|
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
16108
16231
|
id: "nvidia/nemotron-3-nano-30b-a3b",
|
|
16109
16232
|
name: "Nemotron 3 Nano 30B A3B",
|
|
@@ -16949,6 +17072,23 @@ export const MODELS = {
|
|
|
16949
17072
|
contextWindow: 256000,
|
|
16950
17073
|
maxTokens: 256000,
|
|
16951
17074
|
},
|
|
17075
|
+
"thinkingmachines/inkling": {
|
|
17076
|
+
id: "thinkingmachines/inkling",
|
|
17077
|
+
name: "Inkling",
|
|
17078
|
+
api: "anthropic-messages",
|
|
17079
|
+
provider: "vercel-ai-gateway",
|
|
17080
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17081
|
+
reasoning: true,
|
|
17082
|
+
input: ["text", "image"],
|
|
17083
|
+
cost: {
|
|
17084
|
+
input: 1,
|
|
17085
|
+
output: 4.05,
|
|
17086
|
+
cacheRead: 0.16999999999999998,
|
|
17087
|
+
cacheWrite: 0,
|
|
17088
|
+
},
|
|
17089
|
+
contextWindow: 256000,
|
|
17090
|
+
maxTokens: 256000,
|
|
17091
|
+
},
|
|
16952
17092
|
"xai/grok-4.1-fast-non-reasoning": {
|
|
16953
17093
|
id: "xai/grok-4.1-fast-non-reasoning",
|
|
16954
17094
|
name: "Grok 4.1 Fast Non-Reasoning",
|