@mariozechner/pi-ai 0.60.0 → 0.61.1

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",
@@ -4527,8 +4509,8 @@ export const MODELS = {
4527
4509
  cacheRead: 0,
4528
4510
  cacheWrite: 0,
4529
4511
  },
4530
- contextWindow: 196608,
4531
- maxTokens: 128000,
4512
+ contextWindow: 204800,
4513
+ maxTokens: 131072,
4532
4514
  },
4533
4515
  "MiniMax-M2.1": {
4534
4516
  id: "MiniMax-M2.1",
@@ -4547,6 +4529,23 @@ export const MODELS = {
4547
4529
  contextWindow: 204800,
4548
4530
  maxTokens: 131072,
4549
4531
  },
4532
+ "MiniMax-M2.1-highspeed": {
4533
+ id: "MiniMax-M2.1-highspeed",
4534
+ name: "MiniMax-M2.1-highspeed",
4535
+ api: "anthropic-messages",
4536
+ provider: "minimax",
4537
+ baseUrl: "https://api.minimax.io/anthropic",
4538
+ reasoning: true,
4539
+ input: ["text"],
4540
+ cost: {
4541
+ input: 0.6,
4542
+ output: 2.4,
4543
+ cacheRead: 0,
4544
+ cacheWrite: 0,
4545
+ },
4546
+ contextWindow: 204800,
4547
+ maxTokens: 131072,
4548
+ },
4550
4549
  "MiniMax-M2.5": {
4551
4550
  id: "MiniMax-M2.5",
4552
4551
  name: "MiniMax-M2.5",
@@ -4581,6 +4580,40 @@ export const MODELS = {
4581
4580
  contextWindow: 204800,
4582
4581
  maxTokens: 131072,
4583
4582
  },
4583
+ "MiniMax-M2.7": {
4584
+ id: "MiniMax-M2.7",
4585
+ name: "MiniMax-M2.7",
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.3,
4593
+ output: 1.2,
4594
+ cacheRead: 0.06,
4595
+ cacheWrite: 0.375,
4596
+ },
4597
+ contextWindow: 204800,
4598
+ maxTokens: 131072,
4599
+ },
4600
+ "MiniMax-M2.7-highspeed": {
4601
+ id: "MiniMax-M2.7-highspeed",
4602
+ name: "MiniMax-M2.7-highspeed",
4603
+ api: "anthropic-messages",
4604
+ provider: "minimax",
4605
+ baseUrl: "https://api.minimax.io/anthropic",
4606
+ reasoning: true,
4607
+ input: ["text"],
4608
+ cost: {
4609
+ input: 0.6,
4610
+ output: 2.4,
4611
+ cacheRead: 0.06,
4612
+ cacheWrite: 0.375,
4613
+ },
4614
+ contextWindow: 204800,
4615
+ maxTokens: 131072,
4616
+ },
4584
4617
  },
4585
4618
  "minimax-cn": {
4586
4619
  "MiniMax-M2": {
@@ -4597,8 +4630,8 @@ export const MODELS = {
4597
4630
  cacheRead: 0,
4598
4631
  cacheWrite: 0,
4599
4632
  },
4600
- contextWindow: 196608,
4601
- maxTokens: 128000,
4633
+ contextWindow: 204800,
4634
+ maxTokens: 131072,
4602
4635
  },
4603
4636
  "MiniMax-M2.1": {
4604
4637
  id: "MiniMax-M2.1",
@@ -4617,6 +4650,23 @@ export const MODELS = {
4617
4650
  contextWindow: 204800,
4618
4651
  maxTokens: 131072,
4619
4652
  },
4653
+ "MiniMax-M2.1-highspeed": {
4654
+ id: "MiniMax-M2.1-highspeed",
4655
+ name: "MiniMax-M2.1-highspeed",
4656
+ api: "anthropic-messages",
4657
+ provider: "minimax-cn",
4658
+ baseUrl: "https://api.minimaxi.com/anthropic",
4659
+ reasoning: true,
4660
+ input: ["text"],
4661
+ cost: {
4662
+ input: 0.6,
4663
+ output: 2.4,
4664
+ cacheRead: 0,
4665
+ cacheWrite: 0,
4666
+ },
4667
+ contextWindow: 204800,
4668
+ maxTokens: 131072,
4669
+ },
4620
4670
  "MiniMax-M2.5": {
4621
4671
  id: "MiniMax-M2.5",
4622
4672
  name: "MiniMax-M2.5",
@@ -4651,6 +4701,40 @@ export const MODELS = {
4651
4701
  contextWindow: 204800,
4652
4702
  maxTokens: 131072,
4653
4703
  },
4704
+ "MiniMax-M2.7": {
4705
+ id: "MiniMax-M2.7",
4706
+ name: "MiniMax-M2.7",
4707
+ api: "anthropic-messages",
4708
+ provider: "minimax-cn",
4709
+ baseUrl: "https://api.minimaxi.com/anthropic",
4710
+ reasoning: true,
4711
+ input: ["text"],
4712
+ cost: {
4713
+ input: 0.3,
4714
+ output: 1.2,
4715
+ cacheRead: 0.06,
4716
+ cacheWrite: 0.375,
4717
+ },
4718
+ contextWindow: 204800,
4719
+ maxTokens: 131072,
4720
+ },
4721
+ "MiniMax-M2.7-highspeed": {
4722
+ id: "MiniMax-M2.7-highspeed",
4723
+ name: "MiniMax-M2.7-highspeed",
4724
+ api: "anthropic-messages",
4725
+ provider: "minimax-cn",
4726
+ baseUrl: "https://api.minimaxi.com/anthropic",
4727
+ reasoning: true,
4728
+ input: ["text"],
4729
+ cost: {
4730
+ input: 0.6,
4731
+ output: 2.4,
4732
+ cacheRead: 0.06,
4733
+ cacheWrite: 0.375,
4734
+ },
4735
+ contextWindow: 204800,
4736
+ maxTokens: 131072,
4737
+ },
4654
4738
  },
4655
4739
  "mistral": {
4656
4740
  "codestral-latest": {
@@ -5898,6 +5982,23 @@ export const MODELS = {
5898
5982
  contextWindow: 272000,
5899
5983
  maxTokens: 128000,
5900
5984
  },
5985
+ "gpt-5.4-mini": {
5986
+ id: "gpt-5.4-mini",
5987
+ name: "GPT-5.4 Mini",
5988
+ api: "openai-codex-responses",
5989
+ provider: "openai-codex",
5990
+ baseUrl: "https://chatgpt.com/backend-api",
5991
+ reasoning: true,
5992
+ input: ["text", "image"],
5993
+ cost: {
5994
+ input: 0.75,
5995
+ output: 4.5,
5996
+ cacheRead: 0.075,
5997
+ cacheWrite: 0,
5998
+ },
5999
+ contextWindow: 272000,
6000
+ maxTokens: 128000,
6001
+ },
5901
6002
  },
5902
6003
  "opencode": {
5903
6004
  "big-pickle": {
@@ -6291,6 +6392,40 @@ export const MODELS = {
6291
6392
  contextWindow: 272000,
6292
6393
  maxTokens: 128000,
6293
6394
  },
6395
+ "gpt-5.4-mini": {
6396
+ id: "gpt-5.4-mini",
6397
+ name: "GPT-5.4 Mini",
6398
+ api: "openai-responses",
6399
+ provider: "opencode",
6400
+ baseUrl: "https://opencode.ai/zen/v1",
6401
+ reasoning: true,
6402
+ input: ["text", "image"],
6403
+ cost: {
6404
+ input: 0.75,
6405
+ output: 4.5,
6406
+ cacheRead: 0.075,
6407
+ cacheWrite: 0,
6408
+ },
6409
+ contextWindow: 400000,
6410
+ maxTokens: 128000,
6411
+ },
6412
+ "gpt-5.4-nano": {
6413
+ id: "gpt-5.4-nano",
6414
+ name: "GPT-5.4 Nano",
6415
+ api: "openai-responses",
6416
+ provider: "opencode",
6417
+ baseUrl: "https://opencode.ai/zen/v1",
6418
+ reasoning: true,
6419
+ input: ["text", "image"],
6420
+ cost: {
6421
+ input: 0.2,
6422
+ output: 1.25,
6423
+ cacheRead: 0.02,
6424
+ cacheWrite: 0,
6425
+ },
6426
+ contextWindow: 400000,
6427
+ maxTokens: 128000,
6428
+ },
6294
6429
  "gpt-5.4-pro": {
6295
6430
  id: "gpt-5.4-pro",
6296
6431
  name: "GPT-5.4 Pro",
@@ -6325,14 +6460,14 @@ export const MODELS = {
6325
6460
  contextWindow: 262144,
6326
6461
  maxTokens: 65536,
6327
6462
  },
6328
- "mimo-v2-flash-free": {
6329
- id: "mimo-v2-flash-free",
6330
- name: "MiMo V2 Flash Free",
6463
+ "mimo-v2-omni-free": {
6464
+ id: "mimo-v2-omni-free",
6465
+ name: "MiMo V2 Omni Free",
6331
6466
  api: "openai-completions",
6332
6467
  provider: "opencode",
6333
6468
  baseUrl: "https://opencode.ai/zen/v1",
6334
6469
  reasoning: true,
6335
- input: ["text"],
6470
+ input: ["text", "image"],
6336
6471
  cost: {
6337
6472
  input: 0,
6338
6473
  output: 0,
@@ -6340,7 +6475,24 @@ export const MODELS = {
6340
6475
  cacheWrite: 0,
6341
6476
  },
6342
6477
  contextWindow: 262144,
6343
- maxTokens: 65536,
6478
+ maxTokens: 64000,
6479
+ },
6480
+ "mimo-v2-pro-free": {
6481
+ id: "mimo-v2-pro-free",
6482
+ name: "MiMo V2 Pro Free",
6483
+ api: "openai-completions",
6484
+ provider: "opencode",
6485
+ baseUrl: "https://opencode.ai/zen/v1",
6486
+ reasoning: true,
6487
+ input: ["text"],
6488
+ cost: {
6489
+ input: 0,
6490
+ output: 0,
6491
+ cacheRead: 0,
6492
+ cacheWrite: 0,
6493
+ },
6494
+ contextWindow: 1048576,
6495
+ maxTokens: 64000,
6344
6496
  },
6345
6497
  "minimax-m2.5": {
6346
6498
  id: "minimax-m2.5",
@@ -6446,6 +6598,23 @@ export const MODELS = {
6446
6598
  contextWindow: 204800,
6447
6599
  maxTokens: 131072,
6448
6600
  },
6601
+ "minimax-m2.7": {
6602
+ id: "minimax-m2.7",
6603
+ name: "MiniMax M2.7",
6604
+ api: "anthropic-messages",
6605
+ provider: "opencode-go",
6606
+ baseUrl: "https://opencode.ai/zen/go",
6607
+ reasoning: true,
6608
+ input: ["text"],
6609
+ cost: {
6610
+ input: 0.3,
6611
+ output: 1.2,
6612
+ cacheRead: 0.06,
6613
+ cacheWrite: 0,
6614
+ },
6615
+ contextWindow: 204800,
6616
+ maxTokens: 131072,
6617
+ },
6449
6618
  },
6450
6619
  "openrouter": {
6451
6620
  "ai21/jamba-large-1.7": {
@@ -7121,12 +7290,12 @@ export const MODELS = {
7121
7290
  input: ["text"],
7122
7291
  cost: {
7123
7292
  input: 0.21,
7124
- output: 0.7899999999999999,
7125
- cacheRead: 0.1300000002,
7293
+ output: 0.78,
7294
+ cacheRead: 0.105,
7126
7295
  cacheWrite: 0,
7127
7296
  },
7128
7297
  contextWindow: 163840,
7129
- maxTokens: 4096,
7298
+ maxTokens: 65536,
7130
7299
  },
7131
7300
  "deepseek/deepseek-v3.2": {
7132
7301
  id: "deepseek/deepseek-v3.2",
@@ -7137,13 +7306,13 @@ export const MODELS = {
7137
7306
  reasoning: true,
7138
7307
  input: ["text"],
7139
7308
  cost: {
7140
- input: 0.255,
7141
- output: 0.39999999999999997,
7142
- cacheRead: 0,
7309
+ input: 0.26,
7310
+ output: 0.38,
7311
+ cacheRead: 0.13,
7143
7312
  cacheWrite: 0,
7144
7313
  },
7145
7314
  contextWindow: 163840,
7146
- maxTokens: 163840,
7315
+ maxTokens: 4096,
7147
7316
  },
7148
7317
  "deepseek/deepseek-v3.2-exp": {
7149
7318
  id: "deepseek/deepseek-v3.2-exp",
@@ -7400,40 +7569,6 @@ export const MODELS = {
7400
7569
  contextWindow: 1048576,
7401
7570
  maxTokens: 65536,
7402
7571
  },
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
7572
  "inception/mercury": {
7438
7573
  id: "inception/mercury",
7439
7574
  name: "Inception: Mercury",
@@ -7601,8 +7736,8 @@ export const MODELS = {
7601
7736
  cacheRead: 0,
7602
7737
  cacheWrite: 0,
7603
7738
  },
7604
- contextWindow: 128000,
7605
- maxTokens: 128000,
7739
+ contextWindow: 65536,
7740
+ maxTokens: 4096,
7606
7741
  },
7607
7742
  "meta-llama/llama-4-maverick": {
7608
7743
  id: "meta-llama/llama-4-maverick",
@@ -7699,12 +7834,12 @@ export const MODELS = {
7699
7834
  input: ["text"],
7700
7835
  cost: {
7701
7836
  input: 0.19999999999999998,
7702
- output: 1.2,
7703
- cacheRead: 0,
7837
+ output: 1.17,
7838
+ cacheRead: 0.09999999999999999,
7704
7839
  cacheWrite: 0,
7705
7840
  },
7706
7841
  contextWindow: 196608,
7707
- maxTokens: 196608,
7842
+ maxTokens: 65536,
7708
7843
  },
7709
7844
  "minimax/minimax-m2.5:free": {
7710
7845
  id: "minimax/minimax-m2.5:free",
@@ -7723,6 +7858,23 @@ export const MODELS = {
7723
7858
  contextWindow: 196608,
7724
7859
  maxTokens: 196608,
7725
7860
  },
7861
+ "minimax/minimax-m2.7": {
7862
+ id: "minimax/minimax-m2.7",
7863
+ name: "MiniMax: MiniMax M2.7",
7864
+ api: "openai-completions",
7865
+ provider: "openrouter",
7866
+ baseUrl: "https://openrouter.ai/api/v1",
7867
+ reasoning: true,
7868
+ input: ["text"],
7869
+ cost: {
7870
+ input: 0.3,
7871
+ output: 1.2,
7872
+ cacheRead: 0.06,
7873
+ cacheWrite: 0,
7874
+ },
7875
+ contextWindow: 204800,
7876
+ maxTokens: 131072,
7877
+ },
7726
7878
  "mistralai/codestral-2508": {
7727
7879
  id: "mistralai/codestral-2508",
7728
7880
  name: "Mistral: Codestral 2508",
@@ -8038,13 +8190,13 @@ export const MODELS = {
8038
8190
  reasoning: false,
8039
8191
  input: ["text", "image"],
8040
8192
  cost: {
8041
- input: 0.06,
8042
- output: 0.18,
8043
- cacheRead: 0.03,
8193
+ input: 0.075,
8194
+ output: 0.19999999999999998,
8195
+ cacheRead: 0,
8044
8196
  cacheWrite: 0,
8045
8197
  },
8046
- contextWindow: 131072,
8047
- maxTokens: 131072,
8198
+ contextWindow: 128000,
8199
+ maxTokens: 4096,
8048
8200
  },
8049
8201
  "mistralai/mistral-small-creative": {
8050
8202
  id: "mistralai/mistral-small-creative",
@@ -8284,6 +8436,23 @@ export const MODELS = {
8284
8436
  contextWindow: 256000,
8285
8437
  maxTokens: 4096,
8286
8438
  },
8439
+ "nvidia/nemotron-3-super-120b-a12b": {
8440
+ id: "nvidia/nemotron-3-super-120b-a12b",
8441
+ name: "NVIDIA: Nemotron 3 Super",
8442
+ api: "openai-completions",
8443
+ provider: "openrouter",
8444
+ baseUrl: "https://openrouter.ai/api/v1",
8445
+ reasoning: true,
8446
+ input: ["text"],
8447
+ cost: {
8448
+ input: 0.09999999999999999,
8449
+ output: 0.5,
8450
+ cacheRead: 0.04,
8451
+ cacheWrite: 0,
8452
+ },
8453
+ contextWindow: 262144,
8454
+ maxTokens: 4096,
8455
+ },
8287
8456
  "nvidia/nemotron-3-super-120b-a12b:free": {
8288
8457
  id: "nvidia/nemotron-3-super-120b-a12b:free",
8289
8458
  name: "NVIDIA: Nemotron 3 Super (free)",
@@ -9321,40 +9490,6 @@ export const MODELS = {
9321
9490
  contextWindow: 200000,
9322
9491
  maxTokens: 4096,
9323
9492
  },
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
9493
  "prime-intellect/intellect-3": {
9359
9494
  id: "prime-intellect/intellect-3",
9360
9495
  name: "Prime Intellect: INTELLECT-3",
@@ -9568,13 +9703,13 @@ export const MODELS = {
9568
9703
  reasoning: true,
9569
9704
  input: ["text"],
9570
9705
  cost: {
9571
- input: 0.11,
9572
- output: 0.6,
9573
- cacheRead: 0.055,
9706
+ input: 0.14950000000000002,
9707
+ output: 1.495,
9708
+ cacheRead: 0,
9574
9709
  cacheWrite: 0,
9575
9710
  },
9576
- contextWindow: 262144,
9577
- maxTokens: 262144,
9711
+ contextWindow: 131072,
9712
+ maxTokens: 4096,
9578
9713
  },
9579
9714
  "qwen/qwen3-30b-a3b": {
9580
9715
  id: "qwen/qwen3-30b-a3b",
@@ -9619,13 +9754,13 @@ export const MODELS = {
9619
9754
  reasoning: true,
9620
9755
  input: ["text"],
9621
9756
  cost: {
9622
- input: 0.051,
9623
- output: 0.33999999999999997,
9624
- cacheRead: 0,
9757
+ input: 0.08,
9758
+ output: 0.39999999999999997,
9759
+ cacheRead: 0.08,
9625
9760
  cacheWrite: 0,
9626
9761
  },
9627
- contextWindow: 32768,
9628
- maxTokens: 4096,
9762
+ contextWindow: 131072,
9763
+ maxTokens: 131072,
9629
9764
  },
9630
9765
  "qwen/qwen3-32b": {
9631
9766
  id: "qwen/qwen3-32b",
@@ -9828,7 +9963,7 @@ export const MODELS = {
9828
9963
  cacheRead: 0,
9829
9964
  cacheWrite: 0,
9830
9965
  },
9831
- contextWindow: 131072,
9966
+ contextWindow: 262144,
9832
9967
  maxTokens: 4096,
9833
9968
  },
9834
9969
  "qwen/qwen3-next-80b-a3b-instruct:free": {
@@ -10113,12 +10248,12 @@ export const MODELS = {
10113
10248
  input: ["text"],
10114
10249
  cost: {
10115
10250
  input: 0.15,
10116
- output: 0.39999999999999997,
10251
+ output: 0.58,
10117
10252
  cacheRead: 0,
10118
10253
  cacheWrite: 0,
10119
10254
  },
10120
- contextWindow: 32768,
10121
- maxTokens: 32768,
10255
+ contextWindow: 131072,
10256
+ maxTokens: 131072,
10122
10257
  },
10123
10258
  "relace/relace-search": {
10124
10259
  id: "relace/relace-search",
@@ -10443,6 +10578,40 @@ export const MODELS = {
10443
10578
  contextWindow: 262144,
10444
10579
  maxTokens: 65536,
10445
10580
  },
10581
+ "xiaomi/mimo-v2-omni": {
10582
+ id: "xiaomi/mimo-v2-omni",
10583
+ name: "Xiaomi: MiMo-V2-Omni",
10584
+ api: "openai-completions",
10585
+ provider: "openrouter",
10586
+ baseUrl: "https://openrouter.ai/api/v1",
10587
+ reasoning: true,
10588
+ input: ["text", "image"],
10589
+ cost: {
10590
+ input: 0.39999999999999997,
10591
+ output: 2,
10592
+ cacheRead: 0.08,
10593
+ cacheWrite: 0,
10594
+ },
10595
+ contextWindow: 262144,
10596
+ maxTokens: 65536,
10597
+ },
10598
+ "xiaomi/mimo-v2-pro": {
10599
+ id: "xiaomi/mimo-v2-pro",
10600
+ name: "Xiaomi: MiMo-V2-Pro",
10601
+ api: "openai-completions",
10602
+ provider: "openrouter",
10603
+ baseUrl: "https://openrouter.ai/api/v1",
10604
+ reasoning: true,
10605
+ input: ["text"],
10606
+ cost: {
10607
+ input: 1,
10608
+ output: 3,
10609
+ cacheRead: 0.19999999999999998,
10610
+ cacheWrite: 0,
10611
+ },
10612
+ contextWindow: 1048576,
10613
+ maxTokens: 131072,
10614
+ },
10446
10615
  "z-ai/glm-4-32b": {
10447
10616
  id: "z-ai/glm-4-32b",
10448
10617
  name: "Z.ai: GLM 4 32B ",
@@ -10571,13 +10740,13 @@ export const MODELS = {
10571
10740
  reasoning: true,
10572
10741
  input: ["text"],
10573
10742
  cost: {
10574
- input: 0.38,
10575
- output: 1.9800000000000002,
10576
- cacheRead: 0.19,
10743
+ input: 0.39,
10744
+ output: 1.75,
10745
+ cacheRead: 0.195,
10577
10746
  cacheWrite: 0,
10578
10747
  },
10579
10748
  contextWindow: 202752,
10580
- maxTokens: 4096,
10749
+ maxTokens: 65535,
10581
10750
  },
10582
10751
  "z-ai/glm-4.7-flash": {
10583
10752
  id: "z-ai/glm-4.7-flash",
@@ -11686,6 +11855,40 @@ export const MODELS = {
11686
11855
  contextWindow: 204800,
11687
11856
  maxTokens: 131000,
11688
11857
  },
11858
+ "minimax/minimax-m2.7": {
11859
+ id: "minimax/minimax-m2.7",
11860
+ name: "Minimax M2.7",
11861
+ api: "anthropic-messages",
11862
+ provider: "vercel-ai-gateway",
11863
+ baseUrl: "https://ai-gateway.vercel.sh",
11864
+ reasoning: true,
11865
+ input: ["text", "image"],
11866
+ cost: {
11867
+ input: 0.3,
11868
+ output: 1.2,
11869
+ cacheRead: 0.06,
11870
+ cacheWrite: 0.375,
11871
+ },
11872
+ contextWindow: 204800,
11873
+ maxTokens: 131000,
11874
+ },
11875
+ "minimax/minimax-m2.7-highspeed": {
11876
+ id: "minimax/minimax-m2.7-highspeed",
11877
+ name: "MiniMax M2.7 High Speed",
11878
+ api: "anthropic-messages",
11879
+ provider: "vercel-ai-gateway",
11880
+ baseUrl: "https://ai-gateway.vercel.sh",
11881
+ reasoning: true,
11882
+ input: ["text", "image"],
11883
+ cost: {
11884
+ input: 0.6,
11885
+ output: 2.4,
11886
+ cacheRead: 0.06,
11887
+ cacheWrite: 0.375,
11888
+ },
11889
+ contextWindow: 204800,
11890
+ maxTokens: 131100,
11891
+ },
11689
11892
  "mistral/codestral": {
11690
11893
  id: "mistral/codestral",
11691
11894
  name: "Mistral Codestral",
@@ -12893,6 +13096,23 @@ export const MODELS = {
12893
13096
  contextWindow: 262144,
12894
13097
  maxTokens: 32000,
12895
13098
  },
13099
+ "xiaomi/mimo-v2-pro": {
13100
+ id: "xiaomi/mimo-v2-pro",
13101
+ name: "MiMo V2 Pro",
13102
+ api: "anthropic-messages",
13103
+ provider: "vercel-ai-gateway",
13104
+ baseUrl: "https://ai-gateway.vercel.sh",
13105
+ reasoning: true,
13106
+ input: ["text"],
13107
+ cost: {
13108
+ input: 1,
13109
+ output: 3,
13110
+ cacheRead: 0.19999999999999998,
13111
+ cacheWrite: 0,
13112
+ },
13113
+ contextWindow: 1000000,
13114
+ maxTokens: 128000,
13115
+ },
12896
13116
  "zai/glm-4.5": {
12897
13117
  id: "zai/glm-4.5",
12898
13118
  name: "GLM-4.5",
@@ -13439,23 +13659,6 @@ export const MODELS = {
13439
13659
  contextWindow: 2000000,
13440
13660
  maxTokens: 30000,
13441
13661
  },
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
13662
  "grok-beta": {
13460
13663
  id: "grok-beta",
13461
13664
  name: "Grok Beta",