@mariozechner/pi-ai 0.59.0 → 0.61.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.generated.d.ts +398 -86
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +445 -138
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +13 -1
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/google-shared.d.ts.map +1 -1
- package/dist/providers/google-shared.js +20 -8
- package/dist/providers/google-shared.js.map +1 -1
- package/dist/providers/google-vertex.d.ts.map +1 -1
- package/dist/providers/google-vertex.js +8 -1
- package/dist/providers/google-vertex.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +34 -13
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/providers/openai-responses-shared.d.ts.map +1 -1
- package/dist/providers/openai-responses-shared.js +11 -11
- package/dist/providers/openai-responses-shared.js.map +1 -1
- package/dist/providers/register-builtins.d.ts.map +1 -1
- package/dist/providers/register-builtins.js +11 -21
- package/dist/providers/register-builtins.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/oauth/anthropic.d.ts.map +1 -1
- package/dist/utils/oauth/anthropic.js +20 -28
- package/dist/utils/oauth/anthropic.js.map +1 -1
- package/dist/utils/oauth/google-antigravity.d.ts.map +1 -1
- package/dist/utils/oauth/google-antigravity.js +22 -19
- package/dist/utils/oauth/google-antigravity.js.map +1 -1
- package/dist/utils/oauth/google-gemini-cli.d.ts.map +1 -1
- package/dist/utils/oauth/google-gemini-cli.js +22 -19
- package/dist/utils/oauth/google-gemini-cli.js.map +1 -1
- package/dist/utils/oauth/oauth-page.d.ts +3 -0
- package/dist/utils/oauth/oauth-page.d.ts.map +1 -0
- package/dist/utils/oauth/oauth-page.js +105 -0
- package/dist/utils/oauth/oauth-page.js.map +1 -0
- package/dist/utils/oauth/openai-codex.d.ts.map +1 -1
- package/dist/utils/oauth/openai-codex.js +24 -31
- package/dist/utils/oauth/openai-codex.js.map +1 -1
- package/dist/utils/validation.d.ts.map +1 -1
- package/dist/utils/validation.js +17 -9
- package/dist/utils/validation.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -2301,6 +2301,40 @@ export const MODELS = {
|
|
|
2301
2301
|
contextWindow: 272000,
|
|
2302
2302
|
maxTokens: 128000,
|
|
2303
2303
|
},
|
|
2304
|
+
"gpt-5.4-mini": {
|
|
2305
|
+
id: "gpt-5.4-mini",
|
|
2306
|
+
name: "GPT-5.4 mini",
|
|
2307
|
+
api: "azure-openai-responses",
|
|
2308
|
+
provider: "azure-openai-responses",
|
|
2309
|
+
baseUrl: "",
|
|
2310
|
+
reasoning: true,
|
|
2311
|
+
input: ["text", "image"],
|
|
2312
|
+
cost: {
|
|
2313
|
+
input: 0.75,
|
|
2314
|
+
output: 4.5,
|
|
2315
|
+
cacheRead: 0.075,
|
|
2316
|
+
cacheWrite: 0,
|
|
2317
|
+
},
|
|
2318
|
+
contextWindow: 400000,
|
|
2319
|
+
maxTokens: 128000,
|
|
2320
|
+
},
|
|
2321
|
+
"gpt-5.4-nano": {
|
|
2322
|
+
id: "gpt-5.4-nano",
|
|
2323
|
+
name: "GPT-5.4 nano",
|
|
2324
|
+
api: "azure-openai-responses",
|
|
2325
|
+
provider: "azure-openai-responses",
|
|
2326
|
+
baseUrl: "",
|
|
2327
|
+
reasoning: true,
|
|
2328
|
+
input: ["text", "image"],
|
|
2329
|
+
cost: {
|
|
2330
|
+
input: 0.2,
|
|
2331
|
+
output: 1.25,
|
|
2332
|
+
cacheRead: 0.02,
|
|
2333
|
+
cacheWrite: 0,
|
|
2334
|
+
},
|
|
2335
|
+
contextWindow: 400000,
|
|
2336
|
+
maxTokens: 128000,
|
|
2337
|
+
},
|
|
2304
2338
|
"gpt-5.4-pro": {
|
|
2305
2339
|
id: "gpt-5.4-pro",
|
|
2306
2340
|
name: "GPT-5.4 Pro",
|
|
@@ -2928,6 +2962,24 @@ export const MODELS = {
|
|
|
2928
2962
|
contextWindow: 400000,
|
|
2929
2963
|
maxTokens: 128000,
|
|
2930
2964
|
},
|
|
2965
|
+
"gpt-5.4-mini": {
|
|
2966
|
+
id: "gpt-5.4-mini",
|
|
2967
|
+
name: "GPT-5.4 mini",
|
|
2968
|
+
api: "openai-responses",
|
|
2969
|
+
provider: "github-copilot",
|
|
2970
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
2971
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
2972
|
+
reasoning: true,
|
|
2973
|
+
input: ["text", "image"],
|
|
2974
|
+
cost: {
|
|
2975
|
+
input: 0,
|
|
2976
|
+
output: 0,
|
|
2977
|
+
cacheRead: 0,
|
|
2978
|
+
cacheWrite: 0,
|
|
2979
|
+
},
|
|
2980
|
+
contextWindow: 400000,
|
|
2981
|
+
maxTokens: 128000,
|
|
2982
|
+
},
|
|
2931
2983
|
"grok-code-fast-1": {
|
|
2932
2984
|
id: "grok-code-fast-1",
|
|
2933
2985
|
name: "Grok Code Fast 1",
|
|
@@ -4511,6 +4563,40 @@ export const MODELS = {
|
|
|
4511
4563
|
contextWindow: 204800,
|
|
4512
4564
|
maxTokens: 131072,
|
|
4513
4565
|
},
|
|
4566
|
+
"MiniMax-M2.7": {
|
|
4567
|
+
id: "MiniMax-M2.7",
|
|
4568
|
+
name: "MiniMax-M2.7",
|
|
4569
|
+
api: "anthropic-messages",
|
|
4570
|
+
provider: "minimax",
|
|
4571
|
+
baseUrl: "https://api.minimax.io/anthropic",
|
|
4572
|
+
reasoning: true,
|
|
4573
|
+
input: ["text"],
|
|
4574
|
+
cost: {
|
|
4575
|
+
input: 0.3,
|
|
4576
|
+
output: 1.2,
|
|
4577
|
+
cacheRead: 0.06,
|
|
4578
|
+
cacheWrite: 0.375,
|
|
4579
|
+
},
|
|
4580
|
+
contextWindow: 204800,
|
|
4581
|
+
maxTokens: 131072,
|
|
4582
|
+
},
|
|
4583
|
+
"MiniMax-M2.7-highspeed": {
|
|
4584
|
+
id: "MiniMax-M2.7-highspeed",
|
|
4585
|
+
name: "MiniMax-M2.7-highspeed",
|
|
4586
|
+
api: "anthropic-messages",
|
|
4587
|
+
provider: "minimax",
|
|
4588
|
+
baseUrl: "https://api.minimax.io/anthropic",
|
|
4589
|
+
reasoning: true,
|
|
4590
|
+
input: ["text"],
|
|
4591
|
+
cost: {
|
|
4592
|
+
input: 0.6,
|
|
4593
|
+
output: 2.4,
|
|
4594
|
+
cacheRead: 0.06,
|
|
4595
|
+
cacheWrite: 0.375,
|
|
4596
|
+
},
|
|
4597
|
+
contextWindow: 204800,
|
|
4598
|
+
maxTokens: 131072,
|
|
4599
|
+
},
|
|
4514
4600
|
},
|
|
4515
4601
|
"minimax-cn": {
|
|
4516
4602
|
"MiniMax-M2": {
|
|
@@ -4581,6 +4667,40 @@ export const MODELS = {
|
|
|
4581
4667
|
contextWindow: 204800,
|
|
4582
4668
|
maxTokens: 131072,
|
|
4583
4669
|
},
|
|
4670
|
+
"MiniMax-M2.7": {
|
|
4671
|
+
id: "MiniMax-M2.7",
|
|
4672
|
+
name: "MiniMax-M2.7",
|
|
4673
|
+
api: "anthropic-messages",
|
|
4674
|
+
provider: "minimax-cn",
|
|
4675
|
+
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
4676
|
+
reasoning: true,
|
|
4677
|
+
input: ["text"],
|
|
4678
|
+
cost: {
|
|
4679
|
+
input: 0.3,
|
|
4680
|
+
output: 1.2,
|
|
4681
|
+
cacheRead: 0.06,
|
|
4682
|
+
cacheWrite: 0.375,
|
|
4683
|
+
},
|
|
4684
|
+
contextWindow: 204800,
|
|
4685
|
+
maxTokens: 131072,
|
|
4686
|
+
},
|
|
4687
|
+
"MiniMax-M2.7-highspeed": {
|
|
4688
|
+
id: "MiniMax-M2.7-highspeed",
|
|
4689
|
+
name: "MiniMax-M2.7-highspeed",
|
|
4690
|
+
api: "anthropic-messages",
|
|
4691
|
+
provider: "minimax-cn",
|
|
4692
|
+
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
4693
|
+
reasoning: true,
|
|
4694
|
+
input: ["text"],
|
|
4695
|
+
cost: {
|
|
4696
|
+
input: 0.6,
|
|
4697
|
+
output: 2.4,
|
|
4698
|
+
cacheRead: 0.06,
|
|
4699
|
+
cacheWrite: 0.375,
|
|
4700
|
+
},
|
|
4701
|
+
contextWindow: 204800,
|
|
4702
|
+
maxTokens: 131072,
|
|
4703
|
+
},
|
|
4584
4704
|
},
|
|
4585
4705
|
"mistral": {
|
|
4586
4706
|
"codestral-latest": {
|
|
@@ -5503,6 +5623,40 @@ export const MODELS = {
|
|
|
5503
5623
|
contextWindow: 272000,
|
|
5504
5624
|
maxTokens: 128000,
|
|
5505
5625
|
},
|
|
5626
|
+
"gpt-5.4-mini": {
|
|
5627
|
+
id: "gpt-5.4-mini",
|
|
5628
|
+
name: "GPT-5.4 mini",
|
|
5629
|
+
api: "openai-responses",
|
|
5630
|
+
provider: "openai",
|
|
5631
|
+
baseUrl: "https://api.openai.com/v1",
|
|
5632
|
+
reasoning: true,
|
|
5633
|
+
input: ["text", "image"],
|
|
5634
|
+
cost: {
|
|
5635
|
+
input: 0.75,
|
|
5636
|
+
output: 4.5,
|
|
5637
|
+
cacheRead: 0.075,
|
|
5638
|
+
cacheWrite: 0,
|
|
5639
|
+
},
|
|
5640
|
+
contextWindow: 400000,
|
|
5641
|
+
maxTokens: 128000,
|
|
5642
|
+
},
|
|
5643
|
+
"gpt-5.4-nano": {
|
|
5644
|
+
id: "gpt-5.4-nano",
|
|
5645
|
+
name: "GPT-5.4 nano",
|
|
5646
|
+
api: "openai-responses",
|
|
5647
|
+
provider: "openai",
|
|
5648
|
+
baseUrl: "https://api.openai.com/v1",
|
|
5649
|
+
reasoning: true,
|
|
5650
|
+
input: ["text", "image"],
|
|
5651
|
+
cost: {
|
|
5652
|
+
input: 0.2,
|
|
5653
|
+
output: 1.25,
|
|
5654
|
+
cacheRead: 0.02,
|
|
5655
|
+
cacheWrite: 0,
|
|
5656
|
+
},
|
|
5657
|
+
contextWindow: 400000,
|
|
5658
|
+
maxTokens: 128000,
|
|
5659
|
+
},
|
|
5506
5660
|
"gpt-5.4-pro": {
|
|
5507
5661
|
id: "gpt-5.4-pro",
|
|
5508
5662
|
name: "GPT-5.4 Pro",
|
|
@@ -5794,6 +5948,23 @@ export const MODELS = {
|
|
|
5794
5948
|
contextWindow: 272000,
|
|
5795
5949
|
maxTokens: 128000,
|
|
5796
5950
|
},
|
|
5951
|
+
"gpt-5.4-mini": {
|
|
5952
|
+
id: "gpt-5.4-mini",
|
|
5953
|
+
name: "GPT-5.4 Mini",
|
|
5954
|
+
api: "openai-codex-responses",
|
|
5955
|
+
provider: "openai-codex",
|
|
5956
|
+
baseUrl: "https://chatgpt.com/backend-api",
|
|
5957
|
+
reasoning: true,
|
|
5958
|
+
input: ["text", "image"],
|
|
5959
|
+
cost: {
|
|
5960
|
+
input: 0.75,
|
|
5961
|
+
output: 4.5,
|
|
5962
|
+
cacheRead: 0.075,
|
|
5963
|
+
cacheWrite: 0,
|
|
5964
|
+
},
|
|
5965
|
+
contextWindow: 272000,
|
|
5966
|
+
maxTokens: 128000,
|
|
5967
|
+
},
|
|
5797
5968
|
},
|
|
5798
5969
|
"opencode": {
|
|
5799
5970
|
"big-pickle": {
|
|
@@ -6187,6 +6358,40 @@ export const MODELS = {
|
|
|
6187
6358
|
contextWindow: 272000,
|
|
6188
6359
|
maxTokens: 128000,
|
|
6189
6360
|
},
|
|
6361
|
+
"gpt-5.4-mini": {
|
|
6362
|
+
id: "gpt-5.4-mini",
|
|
6363
|
+
name: "GPT-5.4 Mini",
|
|
6364
|
+
api: "openai-responses",
|
|
6365
|
+
provider: "opencode",
|
|
6366
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
6367
|
+
reasoning: true,
|
|
6368
|
+
input: ["text", "image"],
|
|
6369
|
+
cost: {
|
|
6370
|
+
input: 0.75,
|
|
6371
|
+
output: 4.5,
|
|
6372
|
+
cacheRead: 0.075,
|
|
6373
|
+
cacheWrite: 0,
|
|
6374
|
+
},
|
|
6375
|
+
contextWindow: 400000,
|
|
6376
|
+
maxTokens: 128000,
|
|
6377
|
+
},
|
|
6378
|
+
"gpt-5.4-nano": {
|
|
6379
|
+
id: "gpt-5.4-nano",
|
|
6380
|
+
name: "GPT-5.4 Nano",
|
|
6381
|
+
api: "openai-responses",
|
|
6382
|
+
provider: "opencode",
|
|
6383
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
6384
|
+
reasoning: true,
|
|
6385
|
+
input: ["text", "image"],
|
|
6386
|
+
cost: {
|
|
6387
|
+
input: 0.2,
|
|
6388
|
+
output: 1.25,
|
|
6389
|
+
cacheRead: 0.02,
|
|
6390
|
+
cacheWrite: 0,
|
|
6391
|
+
},
|
|
6392
|
+
contextWindow: 400000,
|
|
6393
|
+
maxTokens: 128000,
|
|
6394
|
+
},
|
|
6190
6395
|
"gpt-5.4-pro": {
|
|
6191
6396
|
id: "gpt-5.4-pro",
|
|
6192
6397
|
name: "GPT-5.4 Pro",
|
|
@@ -6221,14 +6426,14 @@ export const MODELS = {
|
|
|
6221
6426
|
contextWindow: 262144,
|
|
6222
6427
|
maxTokens: 65536,
|
|
6223
6428
|
},
|
|
6224
|
-
"mimo-v2-
|
|
6225
|
-
id: "mimo-v2-
|
|
6226
|
-
name: "MiMo V2
|
|
6429
|
+
"mimo-v2-omni-free": {
|
|
6430
|
+
id: "mimo-v2-omni-free",
|
|
6431
|
+
name: "MiMo V2 Omni Free",
|
|
6227
6432
|
api: "openai-completions",
|
|
6228
6433
|
provider: "opencode",
|
|
6229
6434
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
6230
6435
|
reasoning: true,
|
|
6231
|
-
input: ["text"],
|
|
6436
|
+
input: ["text", "image"],
|
|
6232
6437
|
cost: {
|
|
6233
6438
|
input: 0,
|
|
6234
6439
|
output: 0,
|
|
@@ -6236,7 +6441,24 @@ export const MODELS = {
|
|
|
6236
6441
|
cacheWrite: 0,
|
|
6237
6442
|
},
|
|
6238
6443
|
contextWindow: 262144,
|
|
6239
|
-
maxTokens:
|
|
6444
|
+
maxTokens: 64000,
|
|
6445
|
+
},
|
|
6446
|
+
"mimo-v2-pro-free": {
|
|
6447
|
+
id: "mimo-v2-pro-free",
|
|
6448
|
+
name: "MiMo V2 Pro Free",
|
|
6449
|
+
api: "openai-completions",
|
|
6450
|
+
provider: "opencode",
|
|
6451
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
6452
|
+
reasoning: true,
|
|
6453
|
+
input: ["text"],
|
|
6454
|
+
cost: {
|
|
6455
|
+
input: 0,
|
|
6456
|
+
output: 0,
|
|
6457
|
+
cacheRead: 0,
|
|
6458
|
+
cacheWrite: 0,
|
|
6459
|
+
},
|
|
6460
|
+
contextWindow: 1048576,
|
|
6461
|
+
maxTokens: 64000,
|
|
6240
6462
|
},
|
|
6241
6463
|
"minimax-m2.5": {
|
|
6242
6464
|
id: "minimax-m2.5",
|
|
@@ -6342,6 +6564,23 @@ export const MODELS = {
|
|
|
6342
6564
|
contextWindow: 204800,
|
|
6343
6565
|
maxTokens: 131072,
|
|
6344
6566
|
},
|
|
6567
|
+
"minimax-m2.7": {
|
|
6568
|
+
id: "minimax-m2.7",
|
|
6569
|
+
name: "MiniMax M2.7",
|
|
6570
|
+
api: "anthropic-messages",
|
|
6571
|
+
provider: "opencode-go",
|
|
6572
|
+
baseUrl: "https://opencode.ai/zen/go",
|
|
6573
|
+
reasoning: true,
|
|
6574
|
+
input: ["text"],
|
|
6575
|
+
cost: {
|
|
6576
|
+
input: 0.3,
|
|
6577
|
+
output: 1.2,
|
|
6578
|
+
cacheRead: 0.06,
|
|
6579
|
+
cacheWrite: 0,
|
|
6580
|
+
},
|
|
6581
|
+
contextWindow: 204800,
|
|
6582
|
+
maxTokens: 131072,
|
|
6583
|
+
},
|
|
6345
6584
|
},
|
|
6346
6585
|
"openrouter": {
|
|
6347
6586
|
"ai21/jamba-large-1.7": {
|
|
@@ -7017,12 +7256,12 @@ export const MODELS = {
|
|
|
7017
7256
|
input: ["text"],
|
|
7018
7257
|
cost: {
|
|
7019
7258
|
input: 0.21,
|
|
7020
|
-
output: 0.
|
|
7021
|
-
cacheRead: 0.
|
|
7259
|
+
output: 0.78,
|
|
7260
|
+
cacheRead: 0.105,
|
|
7022
7261
|
cacheWrite: 0,
|
|
7023
7262
|
},
|
|
7024
7263
|
contextWindow: 163840,
|
|
7025
|
-
maxTokens:
|
|
7264
|
+
maxTokens: 65536,
|
|
7026
7265
|
},
|
|
7027
7266
|
"deepseek/deepseek-v3.2": {
|
|
7028
7267
|
id: "deepseek/deepseek-v3.2",
|
|
@@ -7296,40 +7535,6 @@ export const MODELS = {
|
|
|
7296
7535
|
contextWindow: 1048576,
|
|
7297
7536
|
maxTokens: 65536,
|
|
7298
7537
|
},
|
|
7299
|
-
"google/gemma-3-27b-it": {
|
|
7300
|
-
id: "google/gemma-3-27b-it",
|
|
7301
|
-
name: "Google: Gemma 3 27B",
|
|
7302
|
-
api: "openai-completions",
|
|
7303
|
-
provider: "openrouter",
|
|
7304
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7305
|
-
reasoning: false,
|
|
7306
|
-
input: ["text", "image"],
|
|
7307
|
-
cost: {
|
|
7308
|
-
input: 0.03,
|
|
7309
|
-
output: 0.11,
|
|
7310
|
-
cacheRead: 0.015,
|
|
7311
|
-
cacheWrite: 0,
|
|
7312
|
-
},
|
|
7313
|
-
contextWindow: 128000,
|
|
7314
|
-
maxTokens: 65536,
|
|
7315
|
-
},
|
|
7316
|
-
"google/gemma-3-27b-it:free": {
|
|
7317
|
-
id: "google/gemma-3-27b-it:free",
|
|
7318
|
-
name: "Google: Gemma 3 27B (free)",
|
|
7319
|
-
api: "openai-completions",
|
|
7320
|
-
provider: "openrouter",
|
|
7321
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7322
|
-
reasoning: false,
|
|
7323
|
-
input: ["text", "image"],
|
|
7324
|
-
cost: {
|
|
7325
|
-
input: 0,
|
|
7326
|
-
output: 0,
|
|
7327
|
-
cacheRead: 0,
|
|
7328
|
-
cacheWrite: 0,
|
|
7329
|
-
},
|
|
7330
|
-
contextWindow: 131072,
|
|
7331
|
-
maxTokens: 8192,
|
|
7332
|
-
},
|
|
7333
7538
|
"inception/mercury": {
|
|
7334
7539
|
id: "inception/mercury",
|
|
7335
7540
|
name: "Inception: Mercury",
|
|
@@ -7497,8 +7702,8 @@ export const MODELS = {
|
|
|
7497
7702
|
cacheRead: 0,
|
|
7498
7703
|
cacheWrite: 0,
|
|
7499
7704
|
},
|
|
7500
|
-
contextWindow:
|
|
7501
|
-
maxTokens:
|
|
7705
|
+
contextWindow: 65536,
|
|
7706
|
+
maxTokens: 4096,
|
|
7502
7707
|
},
|
|
7503
7708
|
"meta-llama/llama-4-maverick": {
|
|
7504
7709
|
id: "meta-llama/llama-4-maverick",
|
|
@@ -7619,6 +7824,23 @@ export const MODELS = {
|
|
|
7619
7824
|
contextWindow: 196608,
|
|
7620
7825
|
maxTokens: 196608,
|
|
7621
7826
|
},
|
|
7827
|
+
"minimax/minimax-m2.7": {
|
|
7828
|
+
id: "minimax/minimax-m2.7",
|
|
7829
|
+
name: "MiniMax: MiniMax M2.7",
|
|
7830
|
+
api: "openai-completions",
|
|
7831
|
+
provider: "openrouter",
|
|
7832
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
7833
|
+
reasoning: true,
|
|
7834
|
+
input: ["text"],
|
|
7835
|
+
cost: {
|
|
7836
|
+
input: 0.3,
|
|
7837
|
+
output: 1.2,
|
|
7838
|
+
cacheRead: 0.06,
|
|
7839
|
+
cacheWrite: 0,
|
|
7840
|
+
},
|
|
7841
|
+
contextWindow: 204800,
|
|
7842
|
+
maxTokens: 131072,
|
|
7843
|
+
},
|
|
7622
7844
|
"mistralai/codestral-2508": {
|
|
7623
7845
|
id: "mistralai/codestral-2508",
|
|
7624
7846
|
name: "Mistral: Codestral 2508",
|
|
@@ -7630,7 +7852,7 @@ export const MODELS = {
|
|
|
7630
7852
|
cost: {
|
|
7631
7853
|
input: 0.3,
|
|
7632
7854
|
output: 0.8999999999999999,
|
|
7633
|
-
cacheRead: 0,
|
|
7855
|
+
cacheRead: 0.03,
|
|
7634
7856
|
cacheWrite: 0,
|
|
7635
7857
|
},
|
|
7636
7858
|
contextWindow: 256000,
|
|
@@ -7647,7 +7869,7 @@ export const MODELS = {
|
|
|
7647
7869
|
cost: {
|
|
7648
7870
|
input: 0.39999999999999997,
|
|
7649
7871
|
output: 2,
|
|
7650
|
-
cacheRead: 0,
|
|
7872
|
+
cacheRead: 0.04,
|
|
7651
7873
|
cacheWrite: 0,
|
|
7652
7874
|
},
|
|
7653
7875
|
contextWindow: 262144,
|
|
@@ -7664,7 +7886,7 @@ export const MODELS = {
|
|
|
7664
7886
|
cost: {
|
|
7665
7887
|
input: 0.39999999999999997,
|
|
7666
7888
|
output: 2,
|
|
7667
|
-
cacheRead: 0,
|
|
7889
|
+
cacheRead: 0.04,
|
|
7668
7890
|
cacheWrite: 0,
|
|
7669
7891
|
},
|
|
7670
7892
|
contextWindow: 131072,
|
|
@@ -7681,7 +7903,7 @@ export const MODELS = {
|
|
|
7681
7903
|
cost: {
|
|
7682
7904
|
input: 0.09999999999999999,
|
|
7683
7905
|
output: 0.3,
|
|
7684
|
-
cacheRead: 0,
|
|
7906
|
+
cacheRead: 0.01,
|
|
7685
7907
|
cacheWrite: 0,
|
|
7686
7908
|
},
|
|
7687
7909
|
contextWindow: 131072,
|
|
@@ -7698,7 +7920,7 @@ export const MODELS = {
|
|
|
7698
7920
|
cost: {
|
|
7699
7921
|
input: 0.19999999999999998,
|
|
7700
7922
|
output: 0.19999999999999998,
|
|
7701
|
-
cacheRead: 0,
|
|
7923
|
+
cacheRead: 0.02,
|
|
7702
7924
|
cacheWrite: 0,
|
|
7703
7925
|
},
|
|
7704
7926
|
contextWindow: 262144,
|
|
@@ -7715,7 +7937,7 @@ export const MODELS = {
|
|
|
7715
7937
|
cost: {
|
|
7716
7938
|
input: 0.09999999999999999,
|
|
7717
7939
|
output: 0.09999999999999999,
|
|
7718
|
-
cacheRead: 0,
|
|
7940
|
+
cacheRead: 0.01,
|
|
7719
7941
|
cacheWrite: 0,
|
|
7720
7942
|
},
|
|
7721
7943
|
contextWindow: 131072,
|
|
@@ -7732,7 +7954,7 @@ export const MODELS = {
|
|
|
7732
7954
|
cost: {
|
|
7733
7955
|
input: 0.15,
|
|
7734
7956
|
output: 0.15,
|
|
7735
|
-
cacheRead: 0,
|
|
7957
|
+
cacheRead: 0.015,
|
|
7736
7958
|
cacheWrite: 0,
|
|
7737
7959
|
},
|
|
7738
7960
|
contextWindow: 262144,
|
|
@@ -7749,7 +7971,7 @@ export const MODELS = {
|
|
|
7749
7971
|
cost: {
|
|
7750
7972
|
input: 2,
|
|
7751
7973
|
output: 6,
|
|
7752
|
-
cacheRead: 0,
|
|
7974
|
+
cacheRead: 0.19999999999999998,
|
|
7753
7975
|
cacheWrite: 0,
|
|
7754
7976
|
},
|
|
7755
7977
|
contextWindow: 128000,
|
|
@@ -7766,7 +7988,7 @@ export const MODELS = {
|
|
|
7766
7988
|
cost: {
|
|
7767
7989
|
input: 2,
|
|
7768
7990
|
output: 6,
|
|
7769
|
-
cacheRead: 0,
|
|
7991
|
+
cacheRead: 0.19999999999999998,
|
|
7770
7992
|
cacheWrite: 0,
|
|
7771
7993
|
},
|
|
7772
7994
|
contextWindow: 131072,
|
|
@@ -7783,7 +8005,7 @@ export const MODELS = {
|
|
|
7783
8005
|
cost: {
|
|
7784
8006
|
input: 2,
|
|
7785
8007
|
output: 6,
|
|
7786
|
-
cacheRead: 0,
|
|
8008
|
+
cacheRead: 0.19999999999999998,
|
|
7787
8009
|
cacheWrite: 0,
|
|
7788
8010
|
},
|
|
7789
8011
|
contextWindow: 131072,
|
|
@@ -7800,7 +8022,7 @@ export const MODELS = {
|
|
|
7800
8022
|
cost: {
|
|
7801
8023
|
input: 0.5,
|
|
7802
8024
|
output: 1.5,
|
|
7803
|
-
cacheRead: 0,
|
|
8025
|
+
cacheRead: 0.049999999999999996,
|
|
7804
8026
|
cacheWrite: 0,
|
|
7805
8027
|
},
|
|
7806
8028
|
contextWindow: 262144,
|
|
@@ -7817,7 +8039,7 @@ export const MODELS = {
|
|
|
7817
8039
|
cost: {
|
|
7818
8040
|
input: 0.39999999999999997,
|
|
7819
8041
|
output: 2,
|
|
7820
|
-
cacheRead: 0,
|
|
8042
|
+
cacheRead: 0.04,
|
|
7821
8043
|
cacheWrite: 0,
|
|
7822
8044
|
},
|
|
7823
8045
|
contextWindow: 131072,
|
|
@@ -7834,7 +8056,7 @@ export const MODELS = {
|
|
|
7834
8056
|
cost: {
|
|
7835
8057
|
input: 0.39999999999999997,
|
|
7836
8058
|
output: 2,
|
|
7837
|
-
cacheRead: 0,
|
|
8059
|
+
cacheRead: 0.04,
|
|
7838
8060
|
cacheWrite: 0,
|
|
7839
8061
|
},
|
|
7840
8062
|
contextWindow: 131072,
|
|
@@ -7868,7 +8090,7 @@ export const MODELS = {
|
|
|
7868
8090
|
cost: {
|
|
7869
8091
|
input: 0.19999999999999998,
|
|
7870
8092
|
output: 0.6,
|
|
7871
|
-
cacheRead: 0,
|
|
8093
|
+
cacheRead: 0.02,
|
|
7872
8094
|
cacheWrite: 0,
|
|
7873
8095
|
},
|
|
7874
8096
|
contextWindow: 32768,
|
|
@@ -7902,7 +8124,7 @@ export const MODELS = {
|
|
|
7902
8124
|
cost: {
|
|
7903
8125
|
input: 0.15,
|
|
7904
8126
|
output: 0.6,
|
|
7905
|
-
cacheRead: 0,
|
|
8127
|
+
cacheRead: 0.015,
|
|
7906
8128
|
cacheWrite: 0,
|
|
7907
8129
|
},
|
|
7908
8130
|
contextWindow: 262144,
|
|
@@ -7934,13 +8156,13 @@ export const MODELS = {
|
|
|
7934
8156
|
reasoning: false,
|
|
7935
8157
|
input: ["text", "image"],
|
|
7936
8158
|
cost: {
|
|
7937
|
-
input: 0.
|
|
7938
|
-
output: 0.
|
|
7939
|
-
cacheRead: 0
|
|
8159
|
+
input: 0.075,
|
|
8160
|
+
output: 0.19999999999999998,
|
|
8161
|
+
cacheRead: 0,
|
|
7940
8162
|
cacheWrite: 0,
|
|
7941
8163
|
},
|
|
7942
|
-
contextWindow:
|
|
7943
|
-
maxTokens:
|
|
8164
|
+
contextWindow: 128000,
|
|
8165
|
+
maxTokens: 4096,
|
|
7944
8166
|
},
|
|
7945
8167
|
"mistralai/mistral-small-creative": {
|
|
7946
8168
|
id: "mistralai/mistral-small-creative",
|
|
@@ -7953,7 +8175,7 @@ export const MODELS = {
|
|
|
7953
8175
|
cost: {
|
|
7954
8176
|
input: 0.09999999999999999,
|
|
7955
8177
|
output: 0.3,
|
|
7956
|
-
cacheRead: 0,
|
|
8178
|
+
cacheRead: 0.01,
|
|
7957
8179
|
cacheWrite: 0,
|
|
7958
8180
|
},
|
|
7959
8181
|
contextWindow: 32768,
|
|
@@ -7970,7 +8192,7 @@ export const MODELS = {
|
|
|
7970
8192
|
cost: {
|
|
7971
8193
|
input: 2,
|
|
7972
8194
|
output: 6,
|
|
7973
|
-
cacheRead: 0,
|
|
8195
|
+
cacheRead: 0.19999999999999998,
|
|
7974
8196
|
cacheWrite: 0,
|
|
7975
8197
|
},
|
|
7976
8198
|
contextWindow: 65536,
|
|
@@ -8004,7 +8226,7 @@ export const MODELS = {
|
|
|
8004
8226
|
cost: {
|
|
8005
8227
|
input: 2,
|
|
8006
8228
|
output: 6,
|
|
8007
|
-
cacheRead: 0,
|
|
8229
|
+
cacheRead: 0.19999999999999998,
|
|
8008
8230
|
cacheWrite: 0,
|
|
8009
8231
|
},
|
|
8010
8232
|
contextWindow: 131072,
|
|
@@ -8021,7 +8243,7 @@ export const MODELS = {
|
|
|
8021
8243
|
cost: {
|
|
8022
8244
|
input: 0.09999999999999999,
|
|
8023
8245
|
output: 0.3,
|
|
8024
|
-
cacheRead: 0,
|
|
8246
|
+
cacheRead: 0.01,
|
|
8025
8247
|
cacheWrite: 0,
|
|
8026
8248
|
},
|
|
8027
8249
|
contextWindow: 32000,
|
|
@@ -8180,6 +8402,23 @@ export const MODELS = {
|
|
|
8180
8402
|
contextWindow: 256000,
|
|
8181
8403
|
maxTokens: 4096,
|
|
8182
8404
|
},
|
|
8405
|
+
"nvidia/nemotron-3-super-120b-a12b": {
|
|
8406
|
+
id: "nvidia/nemotron-3-super-120b-a12b",
|
|
8407
|
+
name: "NVIDIA: Nemotron 3 Super",
|
|
8408
|
+
api: "openai-completions",
|
|
8409
|
+
provider: "openrouter",
|
|
8410
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
8411
|
+
reasoning: true,
|
|
8412
|
+
input: ["text"],
|
|
8413
|
+
cost: {
|
|
8414
|
+
input: 0.09999999999999999,
|
|
8415
|
+
output: 0.5,
|
|
8416
|
+
cacheRead: 0.04,
|
|
8417
|
+
cacheWrite: 0,
|
|
8418
|
+
},
|
|
8419
|
+
contextWindow: 262144,
|
|
8420
|
+
maxTokens: 4096,
|
|
8421
|
+
},
|
|
8183
8422
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
8184
8423
|
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
8185
8424
|
name: "NVIDIA: Nemotron 3 Super (free)",
|
|
@@ -9217,40 +9456,6 @@ export const MODELS = {
|
|
|
9217
9456
|
contextWindow: 200000,
|
|
9218
9457
|
maxTokens: 4096,
|
|
9219
9458
|
},
|
|
9220
|
-
"openrouter/healer-alpha": {
|
|
9221
|
-
id: "openrouter/healer-alpha",
|
|
9222
|
-
name: "Healer Alpha",
|
|
9223
|
-
api: "openai-completions",
|
|
9224
|
-
provider: "openrouter",
|
|
9225
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9226
|
-
reasoning: true,
|
|
9227
|
-
input: ["text", "image"],
|
|
9228
|
-
cost: {
|
|
9229
|
-
input: 0,
|
|
9230
|
-
output: 0,
|
|
9231
|
-
cacheRead: 0,
|
|
9232
|
-
cacheWrite: 0,
|
|
9233
|
-
},
|
|
9234
|
-
contextWindow: 262144,
|
|
9235
|
-
maxTokens: 32000,
|
|
9236
|
-
},
|
|
9237
|
-
"openrouter/hunter-alpha": {
|
|
9238
|
-
id: "openrouter/hunter-alpha",
|
|
9239
|
-
name: "Hunter Alpha",
|
|
9240
|
-
api: "openai-completions",
|
|
9241
|
-
provider: "openrouter",
|
|
9242
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9243
|
-
reasoning: true,
|
|
9244
|
-
input: ["text", "image"],
|
|
9245
|
-
cost: {
|
|
9246
|
-
input: 0,
|
|
9247
|
-
output: 0,
|
|
9248
|
-
cacheRead: 0,
|
|
9249
|
-
cacheWrite: 0,
|
|
9250
|
-
},
|
|
9251
|
-
contextWindow: 1048576,
|
|
9252
|
-
maxTokens: 32000,
|
|
9253
|
-
},
|
|
9254
9459
|
"prime-intellect/intellect-3": {
|
|
9255
9460
|
id: "prime-intellect/intellect-3",
|
|
9256
9461
|
name: "Prime Intellect: INTELLECT-3",
|
|
@@ -9464,13 +9669,13 @@ export const MODELS = {
|
|
|
9464
9669
|
reasoning: true,
|
|
9465
9670
|
input: ["text"],
|
|
9466
9671
|
cost: {
|
|
9467
|
-
input: 0.
|
|
9468
|
-
output:
|
|
9469
|
-
cacheRead: 0
|
|
9672
|
+
input: 0.14950000000000002,
|
|
9673
|
+
output: 1.495,
|
|
9674
|
+
cacheRead: 0,
|
|
9470
9675
|
cacheWrite: 0,
|
|
9471
9676
|
},
|
|
9472
|
-
contextWindow:
|
|
9473
|
-
maxTokens:
|
|
9677
|
+
contextWindow: 131072,
|
|
9678
|
+
maxTokens: 4096,
|
|
9474
9679
|
},
|
|
9475
9680
|
"qwen/qwen3-30b-a3b": {
|
|
9476
9681
|
id: "qwen/qwen3-30b-a3b",
|
|
@@ -9515,13 +9720,13 @@ export const MODELS = {
|
|
|
9515
9720
|
reasoning: true,
|
|
9516
9721
|
input: ["text"],
|
|
9517
9722
|
cost: {
|
|
9518
|
-
input: 0.
|
|
9519
|
-
output: 0.
|
|
9520
|
-
cacheRead: 0,
|
|
9723
|
+
input: 0.08,
|
|
9724
|
+
output: 0.39999999999999997,
|
|
9725
|
+
cacheRead: 0.08,
|
|
9521
9726
|
cacheWrite: 0,
|
|
9522
9727
|
},
|
|
9523
|
-
contextWindow:
|
|
9524
|
-
maxTokens:
|
|
9728
|
+
contextWindow: 131072,
|
|
9729
|
+
maxTokens: 131072,
|
|
9525
9730
|
},
|
|
9526
9731
|
"qwen/qwen3-32b": {
|
|
9527
9732
|
id: "qwen/qwen3-32b",
|
|
@@ -9724,7 +9929,7 @@ export const MODELS = {
|
|
|
9724
9929
|
cacheRead: 0,
|
|
9725
9930
|
cacheWrite: 0,
|
|
9726
9931
|
},
|
|
9727
|
-
contextWindow:
|
|
9932
|
+
contextWindow: 262144,
|
|
9728
9933
|
maxTokens: 4096,
|
|
9729
9934
|
},
|
|
9730
9935
|
"qwen/qwen3-next-80b-a3b-instruct:free": {
|
|
@@ -10009,12 +10214,12 @@ export const MODELS = {
|
|
|
10009
10214
|
input: ["text"],
|
|
10010
10215
|
cost: {
|
|
10011
10216
|
input: 0.15,
|
|
10012
|
-
output: 0.
|
|
10217
|
+
output: 0.58,
|
|
10013
10218
|
cacheRead: 0,
|
|
10014
10219
|
cacheWrite: 0,
|
|
10015
10220
|
},
|
|
10016
|
-
contextWindow:
|
|
10017
|
-
maxTokens:
|
|
10221
|
+
contextWindow: 131072,
|
|
10222
|
+
maxTokens: 131072,
|
|
10018
10223
|
},
|
|
10019
10224
|
"relace/relace-search": {
|
|
10020
10225
|
id: "relace/relace-search",
|
|
@@ -10339,6 +10544,40 @@ export const MODELS = {
|
|
|
10339
10544
|
contextWindow: 262144,
|
|
10340
10545
|
maxTokens: 65536,
|
|
10341
10546
|
},
|
|
10547
|
+
"xiaomi/mimo-v2-omni": {
|
|
10548
|
+
id: "xiaomi/mimo-v2-omni",
|
|
10549
|
+
name: "Xiaomi: MiMo-V2-Omni",
|
|
10550
|
+
api: "openai-completions",
|
|
10551
|
+
provider: "openrouter",
|
|
10552
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10553
|
+
reasoning: true,
|
|
10554
|
+
input: ["text", "image"],
|
|
10555
|
+
cost: {
|
|
10556
|
+
input: 0.39999999999999997,
|
|
10557
|
+
output: 2,
|
|
10558
|
+
cacheRead: 0.08,
|
|
10559
|
+
cacheWrite: 0,
|
|
10560
|
+
},
|
|
10561
|
+
contextWindow: 262144,
|
|
10562
|
+
maxTokens: 65536,
|
|
10563
|
+
},
|
|
10564
|
+
"xiaomi/mimo-v2-pro": {
|
|
10565
|
+
id: "xiaomi/mimo-v2-pro",
|
|
10566
|
+
name: "Xiaomi: MiMo-V2-Pro",
|
|
10567
|
+
api: "openai-completions",
|
|
10568
|
+
provider: "openrouter",
|
|
10569
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10570
|
+
reasoning: true,
|
|
10571
|
+
input: ["text"],
|
|
10572
|
+
cost: {
|
|
10573
|
+
input: 1,
|
|
10574
|
+
output: 3,
|
|
10575
|
+
cacheRead: 0.19999999999999998,
|
|
10576
|
+
cacheWrite: 0,
|
|
10577
|
+
},
|
|
10578
|
+
contextWindow: 1048576,
|
|
10579
|
+
maxTokens: 131072,
|
|
10580
|
+
},
|
|
10342
10581
|
"z-ai/glm-4-32b": {
|
|
10343
10582
|
id: "z-ai/glm-4-32b",
|
|
10344
10583
|
name: "Z.ai: GLM 4 32B ",
|
|
@@ -10467,13 +10706,13 @@ export const MODELS = {
|
|
|
10467
10706
|
reasoning: true,
|
|
10468
10707
|
input: ["text"],
|
|
10469
10708
|
cost: {
|
|
10470
|
-
input: 0.
|
|
10471
|
-
output: 1.
|
|
10472
|
-
cacheRead: 0.
|
|
10709
|
+
input: 0.39,
|
|
10710
|
+
output: 1.75,
|
|
10711
|
+
cacheRead: 0.195,
|
|
10473
10712
|
cacheWrite: 0,
|
|
10474
10713
|
},
|
|
10475
10714
|
contextWindow: 202752,
|
|
10476
|
-
maxTokens:
|
|
10715
|
+
maxTokens: 65535,
|
|
10477
10716
|
},
|
|
10478
10717
|
"z-ai/glm-4.7-flash": {
|
|
10479
10718
|
id: "z-ai/glm-4.7-flash",
|
|
@@ -10506,7 +10745,7 @@ export const MODELS = {
|
|
|
10506
10745
|
cacheRead: 0.119,
|
|
10507
10746
|
cacheWrite: 0,
|
|
10508
10747
|
},
|
|
10509
|
-
contextWindow:
|
|
10748
|
+
contextWindow: 80000,
|
|
10510
10749
|
maxTokens: 131072,
|
|
10511
10750
|
},
|
|
10512
10751
|
"z-ai/glm-5-turbo": {
|
|
@@ -11582,6 +11821,40 @@ export const MODELS = {
|
|
|
11582
11821
|
contextWindow: 204800,
|
|
11583
11822
|
maxTokens: 131000,
|
|
11584
11823
|
},
|
|
11824
|
+
"minimax/minimax-m2.7": {
|
|
11825
|
+
id: "minimax/minimax-m2.7",
|
|
11826
|
+
name: "Minimax M2.7",
|
|
11827
|
+
api: "anthropic-messages",
|
|
11828
|
+
provider: "vercel-ai-gateway",
|
|
11829
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
11830
|
+
reasoning: true,
|
|
11831
|
+
input: ["text", "image"],
|
|
11832
|
+
cost: {
|
|
11833
|
+
input: 0.3,
|
|
11834
|
+
output: 1.2,
|
|
11835
|
+
cacheRead: 0.06,
|
|
11836
|
+
cacheWrite: 0.375,
|
|
11837
|
+
},
|
|
11838
|
+
contextWindow: 204800,
|
|
11839
|
+
maxTokens: 131000,
|
|
11840
|
+
},
|
|
11841
|
+
"minimax/minimax-m2.7-highspeed": {
|
|
11842
|
+
id: "minimax/minimax-m2.7-highspeed",
|
|
11843
|
+
name: "MiniMax M2.7 High Speed",
|
|
11844
|
+
api: "anthropic-messages",
|
|
11845
|
+
provider: "vercel-ai-gateway",
|
|
11846
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
11847
|
+
reasoning: true,
|
|
11848
|
+
input: ["text", "image"],
|
|
11849
|
+
cost: {
|
|
11850
|
+
input: 0.6,
|
|
11851
|
+
output: 2.4,
|
|
11852
|
+
cacheRead: 0.06,
|
|
11853
|
+
cacheWrite: 0.375,
|
|
11854
|
+
},
|
|
11855
|
+
contextWindow: 204800,
|
|
11856
|
+
maxTokens: 131100,
|
|
11857
|
+
},
|
|
11585
11858
|
"mistral/codestral": {
|
|
11586
11859
|
id: "mistral/codestral",
|
|
11587
11860
|
name: "Mistral Codestral",
|
|
@@ -12296,6 +12569,40 @@ export const MODELS = {
|
|
|
12296
12569
|
contextWindow: 1050000,
|
|
12297
12570
|
maxTokens: 128000,
|
|
12298
12571
|
},
|
|
12572
|
+
"openai/gpt-5.4-mini": {
|
|
12573
|
+
id: "openai/gpt-5.4-mini",
|
|
12574
|
+
name: "GPT 5.4 Mini",
|
|
12575
|
+
api: "anthropic-messages",
|
|
12576
|
+
provider: "vercel-ai-gateway",
|
|
12577
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12578
|
+
reasoning: true,
|
|
12579
|
+
input: ["text", "image"],
|
|
12580
|
+
cost: {
|
|
12581
|
+
input: 0.75,
|
|
12582
|
+
output: 4.5,
|
|
12583
|
+
cacheRead: 0.075,
|
|
12584
|
+
cacheWrite: 0,
|
|
12585
|
+
},
|
|
12586
|
+
contextWindow: 400000,
|
|
12587
|
+
maxTokens: 128000,
|
|
12588
|
+
},
|
|
12589
|
+
"openai/gpt-5.4-nano": {
|
|
12590
|
+
id: "openai/gpt-5.4-nano",
|
|
12591
|
+
name: "GPT 5.4 Nano",
|
|
12592
|
+
api: "anthropic-messages",
|
|
12593
|
+
provider: "vercel-ai-gateway",
|
|
12594
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12595
|
+
reasoning: true,
|
|
12596
|
+
input: ["text", "image"],
|
|
12597
|
+
cost: {
|
|
12598
|
+
input: 0.19999999999999998,
|
|
12599
|
+
output: 1.25,
|
|
12600
|
+
cacheRead: 0.02,
|
|
12601
|
+
cacheWrite: 0,
|
|
12602
|
+
},
|
|
12603
|
+
contextWindow: 400000,
|
|
12604
|
+
maxTokens: 128000,
|
|
12605
|
+
},
|
|
12299
12606
|
"openai/gpt-5.4-pro": {
|
|
12300
12607
|
id: "openai/gpt-5.4-pro",
|
|
12301
12608
|
name: "GPT 5.4 Pro",
|
|
@@ -12755,6 +13062,23 @@ export const MODELS = {
|
|
|
12755
13062
|
contextWindow: 262144,
|
|
12756
13063
|
maxTokens: 32000,
|
|
12757
13064
|
},
|
|
13065
|
+
"xiaomi/mimo-v2-pro": {
|
|
13066
|
+
id: "xiaomi/mimo-v2-pro",
|
|
13067
|
+
name: "MiMo V2 Pro",
|
|
13068
|
+
api: "anthropic-messages",
|
|
13069
|
+
provider: "vercel-ai-gateway",
|
|
13070
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13071
|
+
reasoning: true,
|
|
13072
|
+
input: ["text"],
|
|
13073
|
+
cost: {
|
|
13074
|
+
input: 1,
|
|
13075
|
+
output: 3,
|
|
13076
|
+
cacheRead: 0.19999999999999998,
|
|
13077
|
+
cacheWrite: 0,
|
|
13078
|
+
},
|
|
13079
|
+
contextWindow: 1000000,
|
|
13080
|
+
maxTokens: 128000,
|
|
13081
|
+
},
|
|
12758
13082
|
"zai/glm-4.5": {
|
|
12759
13083
|
id: "zai/glm-4.5",
|
|
12760
13084
|
name: "GLM-4.5",
|
|
@@ -13301,23 +13625,6 @@ export const MODELS = {
|
|
|
13301
13625
|
contextWindow: 2000000,
|
|
13302
13626
|
maxTokens: 30000,
|
|
13303
13627
|
},
|
|
13304
|
-
"grok-4.20-multi-agent-beta-latest": {
|
|
13305
|
-
id: "grok-4.20-multi-agent-beta-latest",
|
|
13306
|
-
name: "Grok 4.20 Multi-Agent Beta",
|
|
13307
|
-
api: "openai-completions",
|
|
13308
|
-
provider: "xai",
|
|
13309
|
-
baseUrl: "https://api.x.ai/v1",
|
|
13310
|
-
reasoning: true,
|
|
13311
|
-
input: ["text", "image"],
|
|
13312
|
-
cost: {
|
|
13313
|
-
input: 2,
|
|
13314
|
-
output: 6,
|
|
13315
|
-
cacheRead: 0.2,
|
|
13316
|
-
cacheWrite: 0,
|
|
13317
|
-
},
|
|
13318
|
-
contextWindow: 2000000,
|
|
13319
|
-
maxTokens: 30000,
|
|
13320
|
-
},
|
|
13321
13628
|
"grok-beta": {
|
|
13322
13629
|
id: "grok-beta",
|
|
13323
13630
|
name: "Grok Beta",
|