@mariozechner/pi-ai 0.60.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.
@@ -254,7 +254,7 @@ export const MODELS = {
254
254
  cacheRead: 0.5,
255
255
  cacheWrite: 6.25,
256
256
  },
257
- contextWindow: 200000,
257
+ contextWindow: 1000000,
258
258
  maxTokens: 128000,
259
259
  },
260
260
  "anthropic.claude-sonnet-4-20250514-v1:0": {
@@ -305,7 +305,7 @@ export const MODELS = {
305
305
  cacheRead: 0.3,
306
306
  cacheWrite: 3.75,
307
307
  },
308
- contextWindow: 200000,
308
+ contextWindow: 1000000,
309
309
  maxTokens: 64000,
310
310
  },
311
311
  "deepseek.r1-v1:0": {
@@ -407,7 +407,7 @@ export const MODELS = {
407
407
  cacheRead: 0.5,
408
408
  cacheWrite: 6.25,
409
409
  },
410
- contextWindow: 200000,
410
+ contextWindow: 1000000,
411
411
  maxTokens: 128000,
412
412
  },
413
413
  "eu.anthropic.claude-sonnet-4-20250514-v1:0": {
@@ -458,7 +458,7 @@ export const MODELS = {
458
458
  cacheRead: 0.3,
459
459
  cacheWrite: 3.75,
460
460
  },
461
- contextWindow: 200000,
461
+ contextWindow: 1000000,
462
462
  maxTokens: 64000,
463
463
  },
464
464
  "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
@@ -509,7 +509,7 @@ export const MODELS = {
509
509
  cacheRead: 0.5,
510
510
  cacheWrite: 6.25,
511
511
  },
512
- contextWindow: 200000,
512
+ contextWindow: 1000000,
513
513
  maxTokens: 128000,
514
514
  },
515
515
  "global.anthropic.claude-sonnet-4-20250514-v1:0": {
@@ -560,7 +560,7 @@ export const MODELS = {
560
560
  cacheRead: 0.3,
561
561
  cacheWrite: 3.75,
562
562
  },
563
- contextWindow: 200000,
563
+ contextWindow: 1000000,
564
564
  maxTokens: 64000,
565
565
  },
566
566
  "google.gemma-3-27b-it": {
@@ -1291,7 +1291,7 @@ export const MODELS = {
1291
1291
  cacheRead: 0.5,
1292
1292
  cacheWrite: 6.25,
1293
1293
  },
1294
- contextWindow: 200000,
1294
+ contextWindow: 1000000,
1295
1295
  maxTokens: 128000,
1296
1296
  },
1297
1297
  "us.anthropic.claude-sonnet-4-20250514-v1:0": {
@@ -1342,7 +1342,7 @@ export const MODELS = {
1342
1342
  cacheRead: 0.3,
1343
1343
  cacheWrite: 3.75,
1344
1344
  },
1345
- contextWindow: 200000,
1345
+ contextWindow: 1000000,
1346
1346
  maxTokens: 64000,
1347
1347
  },
1348
1348
  "writer.palmyra-x4-v1:0": {
@@ -2980,24 +2980,6 @@ export const MODELS = {
2980
2980
  contextWindow: 400000,
2981
2981
  maxTokens: 128000,
2982
2982
  },
2983
- "gpt-5.4-nano": {
2984
- id: "gpt-5.4-nano",
2985
- name: "GPT-5.4 nano",
2986
- api: "openai-responses",
2987
- provider: "github-copilot",
2988
- baseUrl: "https://api.individual.githubcopilot.com",
2989
- 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" },
2990
- reasoning: true,
2991
- input: ["text", "image"],
2992
- cost: {
2993
- input: 0,
2994
- output: 0,
2995
- cacheRead: 0,
2996
- cacheWrite: 0,
2997
- },
2998
- contextWindow: 400000,
2999
- maxTokens: 128000,
3000
- },
3001
2983
  "grok-code-fast-1": {
3002
2984
  id: "grok-code-fast-1",
3003
2985
  name: "Grok Code Fast 1",
@@ -4581,6 +4563,40 @@ export const MODELS = {
4581
4563
  contextWindow: 204800,
4582
4564
  maxTokens: 131072,
4583
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
+ },
4584
4600
  },
4585
4601
  "minimax-cn": {
4586
4602
  "MiniMax-M2": {
@@ -4651,6 +4667,40 @@ export const MODELS = {
4651
4667
  contextWindow: 204800,
4652
4668
  maxTokens: 131072,
4653
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
+ },
4654
4704
  },
4655
4705
  "mistral": {
4656
4706
  "codestral-latest": {
@@ -5898,6 +5948,23 @@ export const MODELS = {
5898
5948
  contextWindow: 272000,
5899
5949
  maxTokens: 128000,
5900
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
+ },
5901
5968
  },
5902
5969
  "opencode": {
5903
5970
  "big-pickle": {
@@ -6291,6 +6358,40 @@ export const MODELS = {
6291
6358
  contextWindow: 272000,
6292
6359
  maxTokens: 128000,
6293
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
+ },
6294
6395
  "gpt-5.4-pro": {
6295
6396
  id: "gpt-5.4-pro",
6296
6397
  name: "GPT-5.4 Pro",
@@ -6325,14 +6426,14 @@ export const MODELS = {
6325
6426
  contextWindow: 262144,
6326
6427
  maxTokens: 65536,
6327
6428
  },
6328
- "mimo-v2-flash-free": {
6329
- id: "mimo-v2-flash-free",
6330
- name: "MiMo V2 Flash Free",
6429
+ "mimo-v2-omni-free": {
6430
+ id: "mimo-v2-omni-free",
6431
+ name: "MiMo V2 Omni Free",
6331
6432
  api: "openai-completions",
6332
6433
  provider: "opencode",
6333
6434
  baseUrl: "https://opencode.ai/zen/v1",
6334
6435
  reasoning: true,
6335
- input: ["text"],
6436
+ input: ["text", "image"],
6336
6437
  cost: {
6337
6438
  input: 0,
6338
6439
  output: 0,
@@ -6340,7 +6441,24 @@ export const MODELS = {
6340
6441
  cacheWrite: 0,
6341
6442
  },
6342
6443
  contextWindow: 262144,
6343
- maxTokens: 65536,
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,
6344
6462
  },
6345
6463
  "minimax-m2.5": {
6346
6464
  id: "minimax-m2.5",
@@ -6446,6 +6564,23 @@ export const MODELS = {
6446
6564
  contextWindow: 204800,
6447
6565
  maxTokens: 131072,
6448
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
+ },
6449
6584
  },
6450
6585
  "openrouter": {
6451
6586
  "ai21/jamba-large-1.7": {
@@ -7121,12 +7256,12 @@ export const MODELS = {
7121
7256
  input: ["text"],
7122
7257
  cost: {
7123
7258
  input: 0.21,
7124
- output: 0.7899999999999999,
7125
- cacheRead: 0.1300000002,
7259
+ output: 0.78,
7260
+ cacheRead: 0.105,
7126
7261
  cacheWrite: 0,
7127
7262
  },
7128
7263
  contextWindow: 163840,
7129
- maxTokens: 4096,
7264
+ maxTokens: 65536,
7130
7265
  },
7131
7266
  "deepseek/deepseek-v3.2": {
7132
7267
  id: "deepseek/deepseek-v3.2",
@@ -7137,13 +7272,13 @@ export const MODELS = {
7137
7272
  reasoning: true,
7138
7273
  input: ["text"],
7139
7274
  cost: {
7140
- input: 0.255,
7141
- output: 0.39999999999999997,
7142
- cacheRead: 0,
7275
+ input: 0.26,
7276
+ output: 0.38,
7277
+ cacheRead: 0.13,
7143
7278
  cacheWrite: 0,
7144
7279
  },
7145
7280
  contextWindow: 163840,
7146
- maxTokens: 163840,
7281
+ maxTokens: 4096,
7147
7282
  },
7148
7283
  "deepseek/deepseek-v3.2-exp": {
7149
7284
  id: "deepseek/deepseek-v3.2-exp",
@@ -7400,40 +7535,6 @@ export const MODELS = {
7400
7535
  contextWindow: 1048576,
7401
7536
  maxTokens: 65536,
7402
7537
  },
7403
- "google/gemma-3-27b-it": {
7404
- id: "google/gemma-3-27b-it",
7405
- name: "Google: Gemma 3 27B",
7406
- api: "openai-completions",
7407
- provider: "openrouter",
7408
- baseUrl: "https://openrouter.ai/api/v1",
7409
- reasoning: false,
7410
- input: ["text", "image"],
7411
- cost: {
7412
- input: 0.03,
7413
- output: 0.11,
7414
- cacheRead: 0.015,
7415
- cacheWrite: 0,
7416
- },
7417
- contextWindow: 128000,
7418
- maxTokens: 65536,
7419
- },
7420
- "google/gemma-3-27b-it:free": {
7421
- id: "google/gemma-3-27b-it:free",
7422
- name: "Google: Gemma 3 27B (free)",
7423
- api: "openai-completions",
7424
- provider: "openrouter",
7425
- baseUrl: "https://openrouter.ai/api/v1",
7426
- reasoning: false,
7427
- input: ["text", "image"],
7428
- cost: {
7429
- input: 0,
7430
- output: 0,
7431
- cacheRead: 0,
7432
- cacheWrite: 0,
7433
- },
7434
- contextWindow: 131072,
7435
- maxTokens: 8192,
7436
- },
7437
7538
  "inception/mercury": {
7438
7539
  id: "inception/mercury",
7439
7540
  name: "Inception: Mercury",
@@ -7601,8 +7702,8 @@ export const MODELS = {
7601
7702
  cacheRead: 0,
7602
7703
  cacheWrite: 0,
7603
7704
  },
7604
- contextWindow: 128000,
7605
- maxTokens: 128000,
7705
+ contextWindow: 65536,
7706
+ maxTokens: 4096,
7606
7707
  },
7607
7708
  "meta-llama/llama-4-maverick": {
7608
7709
  id: "meta-llama/llama-4-maverick",
@@ -7723,6 +7824,23 @@ export const MODELS = {
7723
7824
  contextWindow: 196608,
7724
7825
  maxTokens: 196608,
7725
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
+ },
7726
7844
  "mistralai/codestral-2508": {
7727
7845
  id: "mistralai/codestral-2508",
7728
7846
  name: "Mistral: Codestral 2508",
@@ -8038,13 +8156,13 @@ export const MODELS = {
8038
8156
  reasoning: false,
8039
8157
  input: ["text", "image"],
8040
8158
  cost: {
8041
- input: 0.06,
8042
- output: 0.18,
8043
- cacheRead: 0.03,
8159
+ input: 0.075,
8160
+ output: 0.19999999999999998,
8161
+ cacheRead: 0,
8044
8162
  cacheWrite: 0,
8045
8163
  },
8046
- contextWindow: 131072,
8047
- maxTokens: 131072,
8164
+ contextWindow: 128000,
8165
+ maxTokens: 4096,
8048
8166
  },
8049
8167
  "mistralai/mistral-small-creative": {
8050
8168
  id: "mistralai/mistral-small-creative",
@@ -8284,6 +8402,23 @@ export const MODELS = {
8284
8402
  contextWindow: 256000,
8285
8403
  maxTokens: 4096,
8286
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
+ },
8287
8422
  "nvidia/nemotron-3-super-120b-a12b:free": {
8288
8423
  id: "nvidia/nemotron-3-super-120b-a12b:free",
8289
8424
  name: "NVIDIA: Nemotron 3 Super (free)",
@@ -9321,40 +9456,6 @@ export const MODELS = {
9321
9456
  contextWindow: 200000,
9322
9457
  maxTokens: 4096,
9323
9458
  },
9324
- "openrouter/healer-alpha": {
9325
- id: "openrouter/healer-alpha",
9326
- name: "Healer Alpha",
9327
- api: "openai-completions",
9328
- provider: "openrouter",
9329
- baseUrl: "https://openrouter.ai/api/v1",
9330
- reasoning: true,
9331
- input: ["text", "image"],
9332
- cost: {
9333
- input: 0,
9334
- output: 0,
9335
- cacheRead: 0,
9336
- cacheWrite: 0,
9337
- },
9338
- contextWindow: 262144,
9339
- maxTokens: 32000,
9340
- },
9341
- "openrouter/hunter-alpha": {
9342
- id: "openrouter/hunter-alpha",
9343
- name: "Hunter Alpha",
9344
- api: "openai-completions",
9345
- provider: "openrouter",
9346
- baseUrl: "https://openrouter.ai/api/v1",
9347
- reasoning: true,
9348
- input: ["text", "image"],
9349
- cost: {
9350
- input: 0,
9351
- output: 0,
9352
- cacheRead: 0,
9353
- cacheWrite: 0,
9354
- },
9355
- contextWindow: 1048576,
9356
- maxTokens: 32000,
9357
- },
9358
9459
  "prime-intellect/intellect-3": {
9359
9460
  id: "prime-intellect/intellect-3",
9360
9461
  name: "Prime Intellect: INTELLECT-3",
@@ -9568,13 +9669,13 @@ export const MODELS = {
9568
9669
  reasoning: true,
9569
9670
  input: ["text"],
9570
9671
  cost: {
9571
- input: 0.11,
9572
- output: 0.6,
9573
- cacheRead: 0.055,
9672
+ input: 0.14950000000000002,
9673
+ output: 1.495,
9674
+ cacheRead: 0,
9574
9675
  cacheWrite: 0,
9575
9676
  },
9576
- contextWindow: 262144,
9577
- maxTokens: 262144,
9677
+ contextWindow: 131072,
9678
+ maxTokens: 4096,
9578
9679
  },
9579
9680
  "qwen/qwen3-30b-a3b": {
9580
9681
  id: "qwen/qwen3-30b-a3b",
@@ -9619,13 +9720,13 @@ export const MODELS = {
9619
9720
  reasoning: true,
9620
9721
  input: ["text"],
9621
9722
  cost: {
9622
- input: 0.051,
9623
- output: 0.33999999999999997,
9624
- cacheRead: 0,
9723
+ input: 0.08,
9724
+ output: 0.39999999999999997,
9725
+ cacheRead: 0.08,
9625
9726
  cacheWrite: 0,
9626
9727
  },
9627
- contextWindow: 32768,
9628
- maxTokens: 4096,
9728
+ contextWindow: 131072,
9729
+ maxTokens: 131072,
9629
9730
  },
9630
9731
  "qwen/qwen3-32b": {
9631
9732
  id: "qwen/qwen3-32b",
@@ -9828,7 +9929,7 @@ export const MODELS = {
9828
9929
  cacheRead: 0,
9829
9930
  cacheWrite: 0,
9830
9931
  },
9831
- contextWindow: 131072,
9932
+ contextWindow: 262144,
9832
9933
  maxTokens: 4096,
9833
9934
  },
9834
9935
  "qwen/qwen3-next-80b-a3b-instruct:free": {
@@ -10113,12 +10214,12 @@ export const MODELS = {
10113
10214
  input: ["text"],
10114
10215
  cost: {
10115
10216
  input: 0.15,
10116
- output: 0.39999999999999997,
10217
+ output: 0.58,
10117
10218
  cacheRead: 0,
10118
10219
  cacheWrite: 0,
10119
10220
  },
10120
- contextWindow: 32768,
10121
- maxTokens: 32768,
10221
+ contextWindow: 131072,
10222
+ maxTokens: 131072,
10122
10223
  },
10123
10224
  "relace/relace-search": {
10124
10225
  id: "relace/relace-search",
@@ -10443,6 +10544,40 @@ export const MODELS = {
10443
10544
  contextWindow: 262144,
10444
10545
  maxTokens: 65536,
10445
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
+ },
10446
10581
  "z-ai/glm-4-32b": {
10447
10582
  id: "z-ai/glm-4-32b",
10448
10583
  name: "Z.ai: GLM 4 32B ",
@@ -10571,13 +10706,13 @@ export const MODELS = {
10571
10706
  reasoning: true,
10572
10707
  input: ["text"],
10573
10708
  cost: {
10574
- input: 0.38,
10575
- output: 1.9800000000000002,
10576
- cacheRead: 0.19,
10709
+ input: 0.39,
10710
+ output: 1.75,
10711
+ cacheRead: 0.195,
10577
10712
  cacheWrite: 0,
10578
10713
  },
10579
10714
  contextWindow: 202752,
10580
- maxTokens: 4096,
10715
+ maxTokens: 65535,
10581
10716
  },
10582
10717
  "z-ai/glm-4.7-flash": {
10583
10718
  id: "z-ai/glm-4.7-flash",
@@ -11686,6 +11821,40 @@ export const MODELS = {
11686
11821
  contextWindow: 204800,
11687
11822
  maxTokens: 131000,
11688
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
+ },
11689
11858
  "mistral/codestral": {
11690
11859
  id: "mistral/codestral",
11691
11860
  name: "Mistral Codestral",
@@ -12893,6 +13062,23 @@ export const MODELS = {
12893
13062
  contextWindow: 262144,
12894
13063
  maxTokens: 32000,
12895
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
+ },
12896
13082
  "zai/glm-4.5": {
12897
13083
  id: "zai/glm-4.5",
12898
13084
  name: "GLM-4.5",
@@ -13439,23 +13625,6 @@ export const MODELS = {
13439
13625
  contextWindow: 2000000,
13440
13626
  maxTokens: 30000,
13441
13627
  },
13442
- "grok-4.20-multi-agent-beta-latest": {
13443
- id: "grok-4.20-multi-agent-beta-latest",
13444
- name: "Grok 4.20 Multi-Agent Beta",
13445
- api: "openai-completions",
13446
- provider: "xai",
13447
- baseUrl: "https://api.x.ai/v1",
13448
- reasoning: true,
13449
- input: ["text", "image"],
13450
- cost: {
13451
- input: 2,
13452
- output: 6,
13453
- cacheRead: 0.2,
13454
- cacheWrite: 0,
13455
- },
13456
- contextWindow: 2000000,
13457
- maxTokens: 30000,
13458
- },
13459
13628
  "grok-beta": {
13460
13629
  id: "grok-beta",
13461
13630
  name: "Grok Beta",