@oh-my-pi/pi-ai 15.7.5 → 15.7.6

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@oh-my-pi/pi-ai",
4
- "version": "15.7.5",
4
+ "version": "15.7.6",
5
5
  "description": "Unified LLM API with automatic model discovery and provider configuration",
6
6
  "homepage": "https://omp.sh",
7
7
  "author": "Can Boluk",
@@ -40,7 +40,7 @@
40
40
  "dependencies": {
41
41
  "@anthropic-ai/sdk": "^0.99.0",
42
42
  "@bufbuild/protobuf": "^2.12.0",
43
- "@oh-my-pi/pi-utils": "15.7.5",
43
+ "@oh-my-pi/pi-utils": "15.7.6",
44
44
  "openai": "^6.39.0",
45
45
  "partial-json": "^0.1.7",
46
46
  "zod": "4.4.3"
package/src/models.json CHANGED
@@ -970,8 +970,8 @@
970
970
  "image"
971
971
  ],
972
972
  "cost": {
973
- "input": 5,
974
- "output": 25,
973
+ "input": 5.5,
974
+ "output": 27.5,
975
975
  "cacheRead": 0.5,
976
976
  "cacheWrite": 6.25
977
977
  },
@@ -995,10 +995,10 @@
995
995
  "image"
996
996
  ],
997
997
  "cost": {
998
- "input": 5,
999
- "output": 25,
1000
- "cacheRead": 0.5,
1001
- "cacheWrite": 6.25
998
+ "input": 5.5,
999
+ "output": 27.5,
1000
+ "cacheRead": 0.55,
1001
+ "cacheWrite": 6.875
1002
1002
  },
1003
1003
  "contextWindow": 1000000,
1004
1004
  "maxTokens": 128000,
@@ -1020,10 +1020,10 @@
1020
1020
  "image"
1021
1021
  ],
1022
1022
  "cost": {
1023
- "input": 5,
1024
- "output": 25,
1025
- "cacheRead": 0.5,
1026
- "cacheWrite": 6.25
1023
+ "input": 5.5,
1024
+ "output": 27.5,
1025
+ "cacheRead": 0.55,
1026
+ "cacheWrite": 6.875
1027
1027
  },
1028
1028
  "contextWindow": 1000000,
1029
1029
  "maxTokens": 128000,
@@ -1095,10 +1095,10 @@
1095
1095
  "image"
1096
1096
  ],
1097
1097
  "cost": {
1098
- "input": 3,
1099
- "output": 15,
1100
- "cacheRead": 0.3,
1101
- "cacheWrite": 3.75
1098
+ "input": 3.3,
1099
+ "output": 16.5,
1100
+ "cacheRead": 0.33,
1101
+ "cacheWrite": 4.125
1102
1102
  },
1103
1103
  "contextWindow": 1000000,
1104
1104
  "maxTokens": 64000,
@@ -3642,6 +3642,31 @@
3642
3642
  "maxLevel": "xhigh"
3643
3643
  }
3644
3644
  },
3645
+ "anthropic/claude-opus-4-8": {
3646
+ "id": "anthropic/claude-opus-4-8",
3647
+ "name": "Claude Opus 4.8",
3648
+ "api": "anthropic-messages",
3649
+ "provider": "cloudflare-ai-gateway",
3650
+ "baseUrl": "https://gateway.ai.cloudflare.com/v1/<account>/<gateway>/anthropic",
3651
+ "reasoning": true,
3652
+ "input": [
3653
+ "text",
3654
+ "image"
3655
+ ],
3656
+ "cost": {
3657
+ "input": 5,
3658
+ "output": 25,
3659
+ "cacheRead": 0.5,
3660
+ "cacheWrite": 6.25
3661
+ },
3662
+ "contextWindow": 1000000,
3663
+ "maxTokens": 128000,
3664
+ "thinking": {
3665
+ "mode": "anthropic-adaptive",
3666
+ "minLevel": "minimal",
3667
+ "maxLevel": "xhigh"
3668
+ }
3669
+ },
3645
3670
  "anthropic/claude-sonnet-4": {
3646
3671
  "id": "anthropic/claude-sonnet-4",
3647
3672
  "name": "Claude Sonnet 4 (latest)",
@@ -10366,7 +10391,7 @@
10366
10391
  },
10367
10392
  "anthropic/claude-opus-4.8-fast": {
10368
10393
  "id": "anthropic/claude-opus-4.8-fast",
10369
- "name": "Anthropic: Claude Opus 4.8 (Fast)",
10394
+ "name": "Anthropic: Claude Opus 4.8 (Fast) ($$$$)",
10370
10395
  "api": "openai-completions",
10371
10396
  "provider": "kilo",
10372
10397
  "baseUrl": "https://api.kilo.ai/api/gateway",
@@ -13094,6 +13119,25 @@
13094
13119
  "maxLevel": "xhigh"
13095
13120
  }
13096
13121
  },
13122
+ "minimax/minimax-m3": {
13123
+ "id": "minimax/minimax-m3",
13124
+ "name": "MiniMax: MiniMax M3 (new)",
13125
+ "api": "openai-completions",
13126
+ "provider": "kilo",
13127
+ "baseUrl": "https://api.kilo.ai/api/gateway",
13128
+ "reasoning": false,
13129
+ "input": [
13130
+ "text"
13131
+ ],
13132
+ "cost": {
13133
+ "input": 0,
13134
+ "output": 0,
13135
+ "cacheRead": 0,
13136
+ "cacheWrite": 0
13137
+ },
13138
+ "contextWindow": 222222,
13139
+ "maxTokens": 8888
13140
+ },
13097
13141
  "mistralai/codestral-2508": {
13098
13142
  "id": "mistralai/codestral-2508",
13099
13143
  "name": "Mistral: Codestral 2508",
@@ -13911,7 +13955,7 @@
13911
13955
  },
13912
13956
  "nousresearch/hermes-2-pro-llama-3-8b": {
13913
13957
  "id": "nousresearch/hermes-2-pro-llama-3-8b",
13914
- "name": "NousResearch: Hermes 2 Pro - Llama-3 8B",
13958
+ "name": "NousResearch: Hermes 2 Pro - Llama-3 8B (retires Jun 5)",
13915
13959
  "api": "openai-completions",
13916
13960
  "provider": "kilo",
13917
13961
  "baseUrl": "https://api.kilo.ai/api/gateway",
@@ -14306,7 +14350,7 @@
14306
14350
  },
14307
14351
  "openai/gpt-4-1106-preview": {
14308
14352
  "id": "openai/gpt-4-1106-preview",
14309
- "name": "OpenAI: GPT-4 Turbo (older v1106)",
14353
+ "name": "OpenAI: GPT-4 Turbo (older v1106) ($$$$)",
14310
14354
  "api": "openai-completions",
14311
14355
  "provider": "kilo",
14312
14356
  "baseUrl": "https://api.kilo.ai/api/gateway",
@@ -14345,7 +14389,7 @@
14345
14389
  },
14346
14390
  "openai/gpt-4-turbo-preview": {
14347
14391
  "id": "openai/gpt-4-turbo-preview",
14348
- "name": "OpenAI: GPT-4 Turbo Preview",
14392
+ "name": "OpenAI: GPT-4 Turbo Preview ($$$$)",
14349
14393
  "api": "openai-completions",
14350
14394
  "provider": "kilo",
14351
14395
  "baseUrl": "https://api.kilo.ai/api/gateway",
@@ -14682,7 +14726,7 @@
14682
14726
  },
14683
14727
  "openai/gpt-5-image": {
14684
14728
  "id": "openai/gpt-5-image",
14685
- "name": "OpenAI: GPT-5 Image",
14729
+ "name": "OpenAI: GPT-5 Image ($$$$)",
14686
14730
  "api": "openai-completions",
14687
14731
  "provider": "kilo",
14688
14732
  "baseUrl": "https://api.kilo.ai/api/gateway",
@@ -14758,7 +14802,7 @@
14758
14802
  },
14759
14803
  "openai/gpt-5-pro": {
14760
14804
  "id": "openai/gpt-5-pro",
14761
- "name": "OpenAI: GPT-5 Pro",
14805
+ "name": "OpenAI: GPT-5 Pro ($$$$)",
14762
14806
  "api": "openai-completions",
14763
14807
  "provider": "kilo",
14764
14808
  "baseUrl": "https://api.kilo.ai/api/gateway",
@@ -14916,7 +14960,7 @@
14916
14960
  },
14917
14961
  "openai/gpt-5.2-chat": {
14918
14962
  "id": "openai/gpt-5.2-chat",
14919
- "name": "OpenAI: GPT-5.2 Chat",
14963
+ "name": "OpenAI: GPT-5.2 Chat (retires Aug 10)",
14920
14964
  "api": "openai-completions",
14921
14965
  "provider": "kilo",
14922
14966
  "baseUrl": "https://api.kilo.ai/api/gateway",
@@ -15403,7 +15447,7 @@
15403
15447
  },
15404
15448
  "openai/o3-deep-research": {
15405
15449
  "id": "openai/o3-deep-research",
15406
- "name": "OpenAI: o3 Deep Research",
15450
+ "name": "OpenAI: o3 Deep Research ($$$$)",
15407
15451
  "api": "openai-completions",
15408
15452
  "provider": "kilo",
15409
15453
  "baseUrl": "https://api.kilo.ai/api/gateway",
@@ -16242,7 +16286,7 @@
16242
16286
  },
16243
16287
  "qwen/qwen3-30b-a3b": {
16244
16288
  "id": "qwen/qwen3-30b-a3b",
16245
- "name": "Qwen: Qwen3 30B A3B",
16289
+ "name": "Qwen: Qwen3 30B A3B (retires Jun 5)",
16246
16290
  "api": "openai-completions",
16247
16291
  "provider": "kilo",
16248
16292
  "baseUrl": "https://api.kilo.ai/api/gateway",
@@ -17129,7 +17173,7 @@
17129
17173
  },
17130
17174
  "sao10k/l3-euryale-70b": {
17131
17175
  "id": "sao10k/l3-euryale-70b",
17132
- "name": "Sao10k: Llama 3 Euryale 70B v2.1",
17176
+ "name": "Sao10k: Llama 3 Euryale 70B v2.1 (retires Jun 5)",
17133
17177
  "api": "openai-completions",
17134
17178
  "provider": "kilo",
17135
17179
  "baseUrl": "https://api.kilo.ai/api/gateway",
@@ -17260,6 +17304,25 @@
17260
17304
  "contextWindow": 222222,
17261
17305
  "maxTokens": 8888
17262
17306
  },
17307
+ "stealth/claude-opus-4.8": {
17308
+ "id": "stealth/claude-opus-4.8",
17309
+ "name": "Stealth: Claude Opus 4.8 (20% off)",
17310
+ "api": "openai-completions",
17311
+ "provider": "kilo",
17312
+ "baseUrl": "https://api.kilo.ai/api/gateway",
17313
+ "reasoning": false,
17314
+ "input": [
17315
+ "text"
17316
+ ],
17317
+ "cost": {
17318
+ "input": 0,
17319
+ "output": 0,
17320
+ "cacheRead": 0,
17321
+ "cacheWrite": 0
17322
+ },
17323
+ "contextWindow": 222222,
17324
+ "maxTokens": 8888
17325
+ },
17263
17326
  "stealth/claude-sonnet-4.6": {
17264
17327
  "id": "stealth/claude-sonnet-4.6",
17265
17328
  "name": "Stealth: Claude Sonnet 4.6 (20% off)",
@@ -17279,6 +17342,25 @@
17279
17342
  "contextWindow": 222222,
17280
17343
  "maxTokens": 8888
17281
17344
  },
17345
+ "stealth/qwen3.6-plus": {
17346
+ "id": "stealth/qwen3.6-plus",
17347
+ "name": "Stealth: Qwen3.6 Plus (50% off)",
17348
+ "api": "openai-completions",
17349
+ "provider": "kilo",
17350
+ "baseUrl": "https://api.kilo.ai/api/gateway",
17351
+ "reasoning": false,
17352
+ "input": [
17353
+ "text"
17354
+ ],
17355
+ "cost": {
17356
+ "input": 0,
17357
+ "output": 0,
17358
+ "cacheRead": 0,
17359
+ "cacheWrite": 0
17360
+ },
17361
+ "contextWindow": 222222,
17362
+ "maxTokens": 8888
17363
+ },
17282
17364
  "stepfun/step-3.5-flash": {
17283
17365
  "id": "stepfun/step-3.5-flash",
17284
17366
  "name": "Step 3.5 Flash",
@@ -17336,6 +17418,25 @@
17336
17418
  "contextWindow": 222222,
17337
17419
  "maxTokens": 8888
17338
17420
  },
17421
+ "stepfun/step-3.7-flash:free": {
17422
+ "id": "stepfun/step-3.7-flash:free",
17423
+ "name": "StepFun: Step 3.7 Flash (free)",
17424
+ "api": "openai-completions",
17425
+ "provider": "kilo",
17426
+ "baseUrl": "https://api.kilo.ai/api/gateway",
17427
+ "reasoning": false,
17428
+ "input": [
17429
+ "text"
17430
+ ],
17431
+ "cost": {
17432
+ "input": 0,
17433
+ "output": 0,
17434
+ "cacheRead": 0,
17435
+ "cacheWrite": 0
17436
+ },
17437
+ "contextWindow": 222222,
17438
+ "maxTokens": 8888
17439
+ },
17339
17440
  "switchpoint/router": {
17340
17441
  "id": "switchpoint/router",
17341
17442
  "name": "Switchpoint Router",
@@ -19435,6 +19536,44 @@
19435
19536
  "contextWindow": 222222,
19436
19537
  "maxTokens": 8888
19437
19538
  },
19539
+ "anthropic/claude-opus-4.8": {
19540
+ "id": "anthropic/claude-opus-4.8",
19541
+ "name": "anthropic/claude-opus-4.8",
19542
+ "api": "openai-completions",
19543
+ "provider": "litellm",
19544
+ "baseUrl": "http://localhost:4000/v1",
19545
+ "reasoning": false,
19546
+ "input": [
19547
+ "text"
19548
+ ],
19549
+ "cost": {
19550
+ "input": 0,
19551
+ "output": 0,
19552
+ "cacheRead": 0,
19553
+ "cacheWrite": 0
19554
+ },
19555
+ "contextWindow": 222222,
19556
+ "maxTokens": 8888
19557
+ },
19558
+ "anthropic/claude-opus-4.8-fast": {
19559
+ "id": "anthropic/claude-opus-4.8-fast",
19560
+ "name": "anthropic/claude-opus-4.8-fast",
19561
+ "api": "openai-completions",
19562
+ "provider": "litellm",
19563
+ "baseUrl": "http://localhost:4000/v1",
19564
+ "reasoning": false,
19565
+ "input": [
19566
+ "text"
19567
+ ],
19568
+ "cost": {
19569
+ "input": 0,
19570
+ "output": 0,
19571
+ "cacheRead": 0,
19572
+ "cacheWrite": 0
19573
+ },
19574
+ "contextWindow": 222222,
19575
+ "maxTokens": 8888
19576
+ },
19438
19577
  "anthropic/claude-opus-latest": {
19439
19578
  "id": "anthropic/claude-opus-latest",
19440
19579
  "name": "anthropic/claude-opus-latest",
@@ -21195,6 +21334,31 @@
21195
21334
  "maxLevel": "xhigh"
21196
21335
  }
21197
21336
  },
21337
+ "claude-opus-4-8": {
21338
+ "id": "claude-opus-4-8",
21339
+ "name": "Claude Opus 4.8",
21340
+ "api": "openai-completions",
21341
+ "provider": "litellm",
21342
+ "baseUrl": "http://localhost:4000/v1",
21343
+ "reasoning": true,
21344
+ "input": [
21345
+ "text",
21346
+ "image"
21347
+ ],
21348
+ "cost": {
21349
+ "input": 0,
21350
+ "output": 0,
21351
+ "cacheRead": 0,
21352
+ "cacheWrite": 0
21353
+ },
21354
+ "contextWindow": 1000000,
21355
+ "maxTokens": 128000,
21356
+ "thinking": {
21357
+ "mode": "effort",
21358
+ "minLevel": "minimal",
21359
+ "maxLevel": "xhigh"
21360
+ }
21361
+ },
21198
21362
  "claude-opus-4-thinking": {
21199
21363
  "id": "claude-opus-4-thinking",
21200
21364
  "name": "claude-opus-4-thinking",
@@ -22486,6 +22650,25 @@
22486
22650
  "contextWindow": 222222,
22487
22651
  "maxTokens": 8888
22488
22652
  },
22653
+ "deepseek/deepseek-v4-flash:discounted": {
22654
+ "id": "deepseek/deepseek-v4-flash:discounted",
22655
+ "name": "deepseek/deepseek-v4-flash:discounted",
22656
+ "api": "openai-completions",
22657
+ "provider": "litellm",
22658
+ "baseUrl": "http://localhost:4000/v1",
22659
+ "reasoning": false,
22660
+ "input": [
22661
+ "text"
22662
+ ],
22663
+ "cost": {
22664
+ "input": 0,
22665
+ "output": 0,
22666
+ "cacheRead": 0,
22667
+ "cacheWrite": 0
22668
+ },
22669
+ "contextWindow": 222222,
22670
+ "maxTokens": 8888
22671
+ },
22489
22672
  "deepseek/deepseek-v4-flash:free": {
22490
22673
  "id": "deepseek/deepseek-v4-flash:free",
22491
22674
  "name": "deepseek/deepseek-v4-flash:free",
@@ -22567,6 +22750,25 @@
22567
22750
  "contextWindow": 222222,
22568
22751
  "maxTokens": 8888
22569
22752
  },
22753
+ "deepseek/deepseek-v4-pro:discounted": {
22754
+ "id": "deepseek/deepseek-v4-pro:discounted",
22755
+ "name": "deepseek/deepseek-v4-pro:discounted",
22756
+ "api": "openai-completions",
22757
+ "provider": "litellm",
22758
+ "baseUrl": "http://localhost:4000/v1",
22759
+ "reasoning": false,
22760
+ "input": [
22761
+ "text"
22762
+ ],
22763
+ "cost": {
22764
+ "input": 0,
22765
+ "output": 0,
22766
+ "cacheRead": 0,
22767
+ "cacheWrite": 0
22768
+ },
22769
+ "contextWindow": 222222,
22770
+ "maxTokens": 8888
22771
+ },
22570
22772
  "dmind/dmind-1": {
22571
22773
  "id": "dmind/dmind-1",
22572
22774
  "name": "dmind/dmind-1",
@@ -27900,6 +28102,25 @@
27900
28102
  "contextWindow": 222222,
27901
28103
  "maxTokens": 8888
27902
28104
  },
28105
+ "hf:Qwen/Qwen3.6-27B": {
28106
+ "id": "hf:Qwen/Qwen3.6-27B",
28107
+ "name": "hf:Qwen/Qwen3.6-27B",
28108
+ "api": "openai-completions",
28109
+ "provider": "litellm",
28110
+ "baseUrl": "http://localhost:4000/v1",
28111
+ "reasoning": false,
28112
+ "input": [
28113
+ "text"
28114
+ ],
28115
+ "cost": {
28116
+ "input": 0,
28117
+ "output": 0,
28118
+ "cacheRead": 0,
28119
+ "cacheWrite": 0
28120
+ },
28121
+ "contextWindow": 222222,
28122
+ "maxTokens": 8888
28123
+ },
27903
28124
  "hf:zai-org/GLM-4.7": {
27904
28125
  "id": "hf:zai-org/GLM-4.7",
27905
28126
  "name": "hf:zai-org/GLM-4.7",
@@ -32252,6 +32473,25 @@
32252
32473
  "maxLevel": "xhigh"
32253
32474
  }
32254
32475
  },
32476
+ "moonshotai/kimi-k2.6:free": {
32477
+ "id": "moonshotai/kimi-k2.6:free",
32478
+ "name": "moonshotai/kimi-k2.6:free",
32479
+ "api": "openai-completions",
32480
+ "provider": "litellm",
32481
+ "baseUrl": "http://localhost:4000/v1",
32482
+ "reasoning": false,
32483
+ "input": [
32484
+ "text"
32485
+ ],
32486
+ "cost": {
32487
+ "input": 0,
32488
+ "output": 0,
32489
+ "cacheRead": 0,
32490
+ "cacheWrite": 0
32491
+ },
32492
+ "contextWindow": 222222,
32493
+ "maxTokens": 8888
32494
+ },
32255
32495
  "moonshotai/kimi-latest": {
32256
32496
  "id": "moonshotai/kimi-latest",
32257
32497
  "name": "moonshotai/kimi-latest",
@@ -38794,6 +39034,25 @@
38794
39034
  "contextWindow": 222222,
38795
39035
  "maxTokens": 8888
38796
39036
  },
39037
+ "stepfun/step-3.7-flash": {
39038
+ "id": "stepfun/step-3.7-flash",
39039
+ "name": "stepfun/step-3.7-flash",
39040
+ "api": "openai-completions",
39041
+ "provider": "litellm",
39042
+ "baseUrl": "http://localhost:4000/v1",
39043
+ "reasoning": false,
39044
+ "input": [
39045
+ "text"
39046
+ ],
39047
+ "cost": {
39048
+ "input": 0,
39049
+ "output": 0,
39050
+ "cacheRead": 0,
39051
+ "cacheWrite": 0
39052
+ },
39053
+ "contextWindow": 222222,
39054
+ "maxTokens": 8888
39055
+ },
38797
39056
  "study_gpt-chatgpt-4o-latest": {
38798
39057
  "id": "study_gpt-chatgpt-4o-latest",
38799
39058
  "name": "study_gpt-chatgpt-4o-latest",
@@ -38832,6 +39091,82 @@
38832
39091
  "contextWindow": 222222,
38833
39092
  "maxTokens": 8888
38834
39093
  },
39094
+ "syn:large:text": {
39095
+ "id": "syn:large:text",
39096
+ "name": "syn:large:text",
39097
+ "api": "openai-completions",
39098
+ "provider": "litellm",
39099
+ "baseUrl": "http://localhost:4000/v1",
39100
+ "reasoning": false,
39101
+ "input": [
39102
+ "text"
39103
+ ],
39104
+ "cost": {
39105
+ "input": 0,
39106
+ "output": 0,
39107
+ "cacheRead": 0,
39108
+ "cacheWrite": 0
39109
+ },
39110
+ "contextWindow": 222222,
39111
+ "maxTokens": 8888
39112
+ },
39113
+ "syn:large:vision": {
39114
+ "id": "syn:large:vision",
39115
+ "name": "syn:large:vision",
39116
+ "api": "openai-completions",
39117
+ "provider": "litellm",
39118
+ "baseUrl": "http://localhost:4000/v1",
39119
+ "reasoning": false,
39120
+ "input": [
39121
+ "text"
39122
+ ],
39123
+ "cost": {
39124
+ "input": 0,
39125
+ "output": 0,
39126
+ "cacheRead": 0,
39127
+ "cacheWrite": 0
39128
+ },
39129
+ "contextWindow": 222222,
39130
+ "maxTokens": 8888
39131
+ },
39132
+ "syn:small:text": {
39133
+ "id": "syn:small:text",
39134
+ "name": "syn:small:text",
39135
+ "api": "openai-completions",
39136
+ "provider": "litellm",
39137
+ "baseUrl": "http://localhost:4000/v1",
39138
+ "reasoning": false,
39139
+ "input": [
39140
+ "text"
39141
+ ],
39142
+ "cost": {
39143
+ "input": 0,
39144
+ "output": 0,
39145
+ "cacheRead": 0,
39146
+ "cacheWrite": 0
39147
+ },
39148
+ "contextWindow": 222222,
39149
+ "maxTokens": 8888
39150
+ },
39151
+ "syn:small:vision": {
39152
+ "id": "syn:small:vision",
39153
+ "name": "syn:small:vision",
39154
+ "api": "openai-completions",
39155
+ "provider": "litellm",
39156
+ "baseUrl": "http://localhost:4000/v1",
39157
+ "reasoning": false,
39158
+ "input": [
39159
+ "text"
39160
+ ],
39161
+ "cost": {
39162
+ "input": 0,
39163
+ "output": 0,
39164
+ "cacheRead": 0,
39165
+ "cacheWrite": 0
39166
+ },
39167
+ "contextWindow": 222222,
39168
+ "maxTokens": 8888
39169
+ },
38835
39170
  "TEE/deepseek-r1-0528": {
38836
39171
  "id": "TEE/deepseek-r1-0528",
38837
39172
  "name": "TEE/deepseek-r1-0528",
@@ -50241,6 +50576,25 @@
50241
50576
  "contextWindow": 222222,
50242
50577
  "maxTokens": 8888
50243
50578
  },
50579
+ "minimax/minimax-m3": {
50580
+ "id": "minimax/minimax-m3",
50581
+ "name": "minimax/minimax-m3",
50582
+ "api": "openai-completions",
50583
+ "provider": "nanogpt",
50584
+ "baseUrl": "https://nano-gpt.com/api/v1",
50585
+ "reasoning": false,
50586
+ "input": [
50587
+ "text"
50588
+ ],
50589
+ "cost": {
50590
+ "input": 0,
50591
+ "output": 0,
50592
+ "cacheRead": 0,
50593
+ "cacheWrite": 0
50594
+ },
50595
+ "contextWindow": 222222,
50596
+ "maxTokens": 8888
50597
+ },
50244
50598
  "MiniMaxAI/MiniMax-M1-80k": {
50245
50599
  "id": "MiniMaxAI/MiniMax-M1-80k",
50246
50600
  "name": "MiniMaxAI/MiniMax-M1-80k",
@@ -56081,6 +56435,25 @@
56081
56435
  "contextWindow": 222222,
56082
56436
  "maxTokens": 8888
56083
56437
  },
56438
+ "Unbabel/M-Prometheus-14B": {
56439
+ "id": "Unbabel/M-Prometheus-14B",
56440
+ "name": "Unbabel/M-Prometheus-14B",
56441
+ "api": "openai-completions",
56442
+ "provider": "nanogpt",
56443
+ "baseUrl": "https://nano-gpt.com/api/v1",
56444
+ "reasoning": false,
56445
+ "input": [
56446
+ "text"
56447
+ ],
56448
+ "cost": {
56449
+ "input": 0,
56450
+ "output": 0,
56451
+ "cacheRead": 0,
56452
+ "cacheWrite": 0
56453
+ },
56454
+ "contextWindow": 222222,
56455
+ "maxTokens": 8888
56456
+ },
56084
56457
  "undi95/remm-slerp-l2-13b": {
56085
56458
  "id": "undi95/remm-slerp-l2-13b",
56086
56459
  "name": "undi95/remm-slerp-l2-13b",
@@ -59009,6 +59382,31 @@
59009
59382
  "maxLevel": "xhigh"
59010
59383
  }
59011
59384
  },
59385
+ "stepfun-ai/step-3.7-flash": {
59386
+ "id": "stepfun-ai/step-3.7-flash",
59387
+ "name": "Step 3.7 Flash",
59388
+ "api": "openai-completions",
59389
+ "provider": "nvidia",
59390
+ "baseUrl": "https://integrate.api.nvidia.com/v1",
59391
+ "reasoning": true,
59392
+ "input": [
59393
+ "text",
59394
+ "image"
59395
+ ],
59396
+ "cost": {
59397
+ "input": 0,
59398
+ "output": 0,
59399
+ "cacheRead": 0,
59400
+ "cacheWrite": 0
59401
+ },
59402
+ "contextWindow": 256000,
59403
+ "maxTokens": 16384,
59404
+ "thinking": {
59405
+ "mode": "effort",
59406
+ "minLevel": "minimal",
59407
+ "maxLevel": "xhigh"
59408
+ }
59409
+ },
59012
59410
  "upstage/solar-10_7b-instruct": {
59013
59411
  "id": "upstage/solar-10_7b-instruct",
59014
59412
  "name": "solar-10.7b-instruct",
@@ -61119,6 +61517,31 @@
61119
61517
  "maxLevel": "xhigh"
61120
61518
  }
61121
61519
  },
61520
+ "minimax-m3": {
61521
+ "id": "minimax-m3",
61522
+ "name": "MiniMax M3",
61523
+ "api": "anthropic-messages",
61524
+ "provider": "opencode-go",
61525
+ "baseUrl": "https://opencode.ai/zen/go",
61526
+ "reasoning": true,
61527
+ "input": [
61528
+ "text",
61529
+ "image"
61530
+ ],
61531
+ "cost": {
61532
+ "input": 0.6,
61533
+ "output": 2.4,
61534
+ "cacheRead": 0.12,
61535
+ "cacheWrite": 0
61536
+ },
61537
+ "contextWindow": 512000,
61538
+ "maxTokens": 131072,
61539
+ "thinking": {
61540
+ "mode": "budget",
61541
+ "minLevel": "minimal",
61542
+ "maxLevel": "xhigh"
61543
+ }
61544
+ },
61122
61545
  "qwen3.5-plus": {
61123
61546
  "id": "qwen3.5-plus",
61124
61547
  "name": "Qwen3.5 Plus",
@@ -61464,6 +61887,30 @@
61464
61887
  "maxLevel": "high"
61465
61888
  }
61466
61889
  },
61890
+ "deepseek-v4-flash": {
61891
+ "id": "deepseek-v4-flash",
61892
+ "name": "DeepSeek V4 Flash",
61893
+ "api": "openai-completions",
61894
+ "provider": "opencode-zen",
61895
+ "baseUrl": "https://opencode.ai/zen/v1",
61896
+ "reasoning": true,
61897
+ "input": [
61898
+ "text"
61899
+ ],
61900
+ "cost": {
61901
+ "input": 0.14,
61902
+ "output": 0.28,
61903
+ "cacheRead": 0.03,
61904
+ "cacheWrite": 0
61905
+ },
61906
+ "contextWindow": 1000000,
61907
+ "maxTokens": 384000,
61908
+ "thinking": {
61909
+ "mode": "effort",
61910
+ "minLevel": "minimal",
61911
+ "maxLevel": "xhigh"
61912
+ }
61913
+ },
61467
61914
  "deepseek-v4-flash-free": {
61468
61915
  "id": "deepseek-v4-flash-free",
61469
61916
  "name": "DeepSeek V4 Flash Free",
@@ -62370,8 +62817,8 @@
62370
62817
  "cacheRead": 0,
62371
62818
  "cacheWrite": 0
62372
62819
  },
62373
- "contextWindow": 1000000,
62374
- "maxTokens": 128000,
62820
+ "contextWindow": 200000,
62821
+ "maxTokens": 32000,
62375
62822
  "thinking": {
62376
62823
  "mode": "effort",
62377
62824
  "minLevel": "minimal",
@@ -62474,6 +62921,31 @@
62474
62921
  "maxLevel": "xhigh"
62475
62922
  }
62476
62923
  },
62924
+ "minimax-m3-free": {
62925
+ "id": "minimax-m3-free",
62926
+ "name": "MiniMax M3 Free",
62927
+ "api": "anthropic-messages",
62928
+ "provider": "opencode-zen",
62929
+ "baseUrl": "https://opencode.ai/zen",
62930
+ "reasoning": true,
62931
+ "input": [
62932
+ "text",
62933
+ "image"
62934
+ ],
62935
+ "cost": {
62936
+ "input": 0,
62937
+ "output": 0,
62938
+ "cacheRead": 0,
62939
+ "cacheWrite": 0
62940
+ },
62941
+ "contextWindow": 200000,
62942
+ "maxTokens": 32000,
62943
+ "thinking": {
62944
+ "mode": "budget",
62945
+ "minLevel": "minimal",
62946
+ "maxLevel": "xhigh"
62947
+ }
62948
+ },
62477
62949
  "nemotron-3-super-free": {
62478
62950
  "id": "nemotron-3-super-free",
62479
62951
  "name": "Nemotron 3 Super Free",
@@ -62754,13 +63226,13 @@
62754
63226
  "image"
62755
63227
  ],
62756
63228
  "cost": {
62757
- "input": 0.73,
62758
- "output": 3.49,
62759
- "cacheRead": 0.25,
63229
+ "input": 0.684,
63230
+ "output": 3.42,
63231
+ "cacheRead": 0.144,
62760
63232
  "cacheWrite": 0
62761
63233
  },
62762
63234
  "contextWindow": 262144,
62763
- "maxTokens": 262142,
63235
+ "maxTokens": 262144,
62764
63236
  "thinking": {
62765
63237
  "mode": "effort",
62766
63238
  "minLevel": "minimal",
@@ -63829,8 +64301,8 @@
63829
64301
  "text"
63830
64302
  ],
63831
64303
  "cost": {
63832
- "input": 0.2288,
63833
- "output": 0.9144,
64304
+ "input": 0.20020000000000002,
64305
+ "output": 0.8000999999999999,
63834
64306
  "cacheRead": 0.15,
63835
64307
  "cacheWrite": 0
63836
64308
  },
@@ -63992,13 +64464,13 @@
63992
64464
  "text"
63993
64465
  ],
63994
64466
  "cost": {
63995
- "input": 0.252,
63996
- "output": 0.378,
64467
+ "input": 0.2288,
64468
+ "output": 0.3432,
63997
64469
  "cacheRead": 0.0252,
63998
64470
  "cacheWrite": 0
63999
64471
  },
64000
64472
  "contextWindow": 131072,
64001
- "maxTokens": 65536,
64473
+ "maxTokens": 64000,
64002
64474
  "thinking": {
64003
64475
  "mode": "effort",
64004
64476
  "minLevel": "minimal",
@@ -64040,13 +64512,13 @@
64040
64512
  "text"
64041
64513
  ],
64042
64514
  "cost": {
64043
- "input": 0.09999999999999999,
64044
- "output": 0.19999999999999998,
64045
- "cacheRead": 0.02,
64515
+ "input": 0.0983,
64516
+ "output": 0.1966,
64517
+ "cacheRead": 0.019700000000000002,
64046
64518
  "cacheWrite": 0
64047
64519
  },
64048
64520
  "contextWindow": 1048576,
64049
- "maxTokens": 16384,
64521
+ "maxTokens": 131072,
64050
64522
  "thinking": {
64051
64523
  "mode": "effort",
64052
64524
  "minLevel": "minimal",
@@ -64845,9 +65317,9 @@
64845
65317
  "text"
64846
65318
  ],
64847
65319
  "cost": {
64848
- "input": 0.075,
64849
- "output": 0.625,
64850
- "cacheRead": 0.015,
65320
+ "input": 0.3,
65321
+ "output": 2.5,
65322
+ "cacheRead": 0.06,
64851
65323
  "cacheWrite": 0
64852
65324
  },
64853
65325
  "contextWindow": 262144,
@@ -65227,13 +65699,38 @@
65227
65699
  "text"
65228
65700
  ],
65229
65701
  "cost": {
65230
- "input": 0.27899999999999997,
65702
+ "input": 0.26,
65231
65703
  "output": 1.2,
65232
65704
  "cacheRead": 0.059,
65233
65705
  "cacheWrite": 0
65234
65706
  },
65235
65707
  "contextWindow": 204800,
65236
- "maxTokens": 131072,
65708
+ "maxTokens": 131070,
65709
+ "thinking": {
65710
+ "mode": "effort",
65711
+ "minLevel": "minimal",
65712
+ "maxLevel": "high"
65713
+ }
65714
+ },
65715
+ "minimax/minimax-m3": {
65716
+ "id": "minimax/minimax-m3",
65717
+ "name": "MiniMax: MiniMax M3",
65718
+ "api": "openai-completions",
65719
+ "provider": "openrouter",
65720
+ "baseUrl": "https://openrouter.ai/api/v1",
65721
+ "reasoning": true,
65722
+ "input": [
65723
+ "text",
65724
+ "image"
65725
+ ],
65726
+ "cost": {
65727
+ "input": 0.3,
65728
+ "output": 1.2,
65729
+ "cacheRead": 0.06,
65730
+ "cacheWrite": 0
65731
+ },
65732
+ "contextWindow": 1048576,
65733
+ "maxTokens": 512000,
65237
65734
  "thinking": {
65238
65735
  "mode": "effort",
65239
65736
  "minLevel": "minimal",
@@ -65874,13 +66371,13 @@
65874
66371
  "image"
65875
66372
  ],
65876
66373
  "cost": {
65877
- "input": 0.73,
65878
- "output": 3.49,
65879
- "cacheRead": 0.25,
66374
+ "input": 0.684,
66375
+ "output": 3.42,
66376
+ "cacheRead": 0.144,
65880
66377
  "cacheWrite": 0
65881
66378
  },
65882
66379
  "contextWindow": 262144,
65883
- "maxTokens": 262142,
66380
+ "maxTokens": 262144,
65884
66381
  "thinking": {
65885
66382
  "mode": "effort",
65886
66383
  "minLevel": "minimal",
@@ -67301,13 +67798,13 @@
67301
67798
  "text"
67302
67799
  ],
67303
67800
  "cost": {
67304
- "input": 0.03,
67801
+ "input": 0.029,
67305
67802
  "output": 0.14,
67306
67803
  "cacheRead": 0.015,
67307
67804
  "cacheWrite": 0
67308
67805
  },
67309
67806
  "contextWindow": 131072,
67310
- "maxTokens": 131072,
67807
+ "maxTokens": 65536,
67311
67808
  "thinking": {
67312
67809
  "mode": "effort",
67313
67810
  "minLevel": "minimal",
@@ -68062,13 +68559,13 @@
68062
68559
  "text"
68063
68560
  ],
68064
68561
  "cost": {
68065
- "input": 0.14950000000000002,
68066
- "output": 1.495,
68067
- "cacheRead": 0.055,
68562
+ "input": 0.09999999999999999,
68563
+ "output": 0.09999999999999999,
68564
+ "cacheRead": 0.09999999999999999,
68068
68565
  "cacheWrite": 0
68069
68566
  },
68070
68567
  "contextWindow": 262144,
68071
- "maxTokens": 8888,
68568
+ "maxTokens": 262144,
68072
68569
  "thinking": {
68073
68570
  "mode": "effort",
68074
68571
  "minLevel": "minimal",
@@ -68698,13 +69195,13 @@
68698
69195
  "image"
68699
69196
  ],
68700
69197
  "cost": {
68701
- "input": 0.13899999999999998,
69198
+ "input": 0.14,
68702
69199
  "output": 1,
68703
69200
  "cacheRead": 0.049999999999999996,
68704
69201
  "cacheWrite": 0
68705
69202
  },
68706
69203
  "contextWindow": 262144,
68707
- "maxTokens": 8888,
69204
+ "maxTokens": 262144,
68708
69205
  "thinking": {
68709
69206
  "mode": "effort",
68710
69207
  "minLevel": "minimal",
@@ -69241,13 +69738,13 @@
69241
69738
  "text"
69242
69739
  ],
69243
69740
  "cost": {
69244
- "input": 0.063,
69245
- "output": 0.21,
69246
- "cacheRead": 0.020999999999999998,
69741
+ "input": 0.06599999999999999,
69742
+ "output": 0.26,
69743
+ "cacheRead": 0.029,
69247
69744
  "cacheWrite": 0
69248
69745
  },
69249
69746
  "contextWindow": 262144,
69250
- "maxTokens": 64000,
69747
+ "maxTokens": 262144,
69251
69748
  "thinking": {
69252
69749
  "mode": "effort",
69253
69750
  "minLevel": "minimal",
@@ -70068,12 +70565,12 @@
70068
70565
  ],
70069
70566
  "cost": {
70070
70567
  "input": 0.6,
70071
- "output": 1.92,
70568
+ "output": 2.08,
70072
70569
  "cacheRead": 0.12,
70073
70570
  "cacheWrite": 0
70074
70571
  },
70075
70572
  "contextWindow": 202752,
70076
- "maxTokens": 128000,
70573
+ "maxTokens": 16384,
70077
70574
  "thinking": {
70078
70575
  "mode": "effort",
70079
70576
  "minLevel": "minimal",
@@ -71118,7 +71615,7 @@
71118
71615
  "cacheRead": 0,
71119
71616
  "cacheWrite": 0
71120
71617
  },
71121
- "contextWindow": 222222,
71618
+ "contextWindow": 1000000,
71122
71619
  "maxTokens": 8888,
71123
71620
  "compat": {
71124
71621
  "supportsUsageInStreaming": false
@@ -72334,6 +72831,34 @@
72334
72831
  "supportsUsageInStreaming": false
72335
72832
  }
72336
72833
  },
72834
+ "minimax-m3": {
72835
+ "id": "minimax-m3",
72836
+ "name": "MiniMax M3",
72837
+ "api": "openai-completions",
72838
+ "provider": "venice",
72839
+ "baseUrl": "https://api.venice.ai/api/v1",
72840
+ "reasoning": true,
72841
+ "input": [
72842
+ "text",
72843
+ "image"
72844
+ ],
72845
+ "cost": {
72846
+ "input": 0,
72847
+ "output": 0,
72848
+ "cacheRead": 0,
72849
+ "cacheWrite": 0
72850
+ },
72851
+ "contextWindow": 512000,
72852
+ "maxTokens": 131072,
72853
+ "compat": {
72854
+ "supportsUsageInStreaming": false
72855
+ },
72856
+ "thinking": {
72857
+ "mode": "effort",
72858
+ "minLevel": "minimal",
72859
+ "maxLevel": "xhigh"
72860
+ }
72861
+ },
72337
72862
  "mistral-31-24b": {
72338
72863
  "id": "mistral-31-24b",
72339
72864
  "name": "Venice Medium",
@@ -73291,22 +73816,27 @@
73291
73816
  },
73292
73817
  "alibaba/qwen-3-235b": {
73293
73818
  "id": "alibaba/qwen-3-235b",
73294
- "name": "Qwen3 235B A22b Instruct 2507",
73819
+ "name": "Qwen3 235B A22B",
73295
73820
  "api": "anthropic-messages",
73296
73821
  "baseUrl": "https://ai-gateway.vercel.sh",
73297
73822
  "provider": "vercel-ai-gateway",
73298
- "reasoning": false,
73823
+ "reasoning": true,
73299
73824
  "input": [
73300
73825
  "text"
73301
73826
  ],
73302
73827
  "cost": {
73303
- "input": 0.6,
73304
- "output": 1.2,
73828
+ "input": 0.22,
73829
+ "output": 0.88,
73305
73830
  "cacheRead": 0.6,
73306
73831
  "cacheWrite": 0
73307
73832
  },
73308
- "contextWindow": 131000,
73309
- "maxTokens": 40000
73833
+ "contextWindow": 262144,
73834
+ "maxTokens": 16384,
73835
+ "thinking": {
73836
+ "mode": "budget",
73837
+ "minLevel": "minimal",
73838
+ "maxLevel": "xhigh"
73839
+ }
73310
73840
  },
73311
73841
  "alibaba/qwen-3-30b": {
73312
73842
  "id": "alibaba/qwen-3-30b",
@@ -73412,7 +73942,7 @@
73412
73942
  "api": "anthropic-messages",
73413
73943
  "baseUrl": "https://ai-gateway.vercel.sh",
73414
73944
  "provider": "vercel-ai-gateway",
73415
- "reasoning": false,
73945
+ "reasoning": true,
73416
73946
  "input": [
73417
73947
  "text"
73418
73948
  ],
@@ -73423,7 +73953,12 @@
73423
73953
  "cacheWrite": 0
73424
73954
  },
73425
73955
  "contextWindow": 262144,
73426
- "maxTokens": 65536
73956
+ "maxTokens": 65536,
73957
+ "thinking": {
73958
+ "mode": "budget",
73959
+ "minLevel": "minimal",
73960
+ "maxLevel": "xhigh"
73961
+ }
73427
73962
  },
73428
73963
  "alibaba/qwen3-coder-30b-a3b": {
73429
73964
  "id": "alibaba/qwen3-coder-30b-a3b",
@@ -73554,6 +74089,49 @@
73554
74089
  "maxLevel": "xhigh"
73555
74090
  }
73556
74091
  },
74092
+ "alibaba/qwen3-next-80b-a3b-instruct": {
74093
+ "id": "alibaba/qwen3-next-80b-a3b-instruct",
74094
+ "name": "Qwen3 Next 80B A3B Instruct",
74095
+ "api": "anthropic-messages",
74096
+ "provider": "vercel-ai-gateway",
74097
+ "baseUrl": "https://ai-gateway.vercel.sh",
74098
+ "reasoning": false,
74099
+ "input": [
74100
+ "text"
74101
+ ],
74102
+ "cost": {
74103
+ "input": 0.15,
74104
+ "output": 1.2,
74105
+ "cacheRead": 0,
74106
+ "cacheWrite": 0
74107
+ },
74108
+ "contextWindow": 131072,
74109
+ "maxTokens": 32768
74110
+ },
74111
+ "alibaba/qwen3-next-80b-a3b-thinking": {
74112
+ "id": "alibaba/qwen3-next-80b-a3b-thinking",
74113
+ "name": "Qwen3 Next 80B A3B Thinking",
74114
+ "api": "anthropic-messages",
74115
+ "provider": "vercel-ai-gateway",
74116
+ "baseUrl": "https://ai-gateway.vercel.sh",
74117
+ "reasoning": true,
74118
+ "input": [
74119
+ "text"
74120
+ ],
74121
+ "cost": {
74122
+ "input": 0.15,
74123
+ "output": 1.2,
74124
+ "cacheRead": 0,
74125
+ "cacheWrite": 0
74126
+ },
74127
+ "contextWindow": 131072,
74128
+ "maxTokens": 32768,
74129
+ "thinking": {
74130
+ "mode": "budget",
74131
+ "minLevel": "minimal",
74132
+ "maxLevel": "xhigh"
74133
+ }
74134
+ },
73557
74135
  "alibaba/qwen3-vl-thinking": {
73558
74136
  "id": "alibaba/qwen3-vl-thinking",
73559
74137
  "name": "Qwen3 VL 235B A22B Thinking",
@@ -74175,17 +74753,17 @@
74175
74753
  "text"
74176
74754
  ],
74177
74755
  "cost": {
74178
- "input": 0.77,
74179
- "output": 0.77,
74180
- "cacheRead": 0,
74756
+ "input": 0.27,
74757
+ "output": 1.12,
74758
+ "cacheRead": 0.135,
74181
74759
  "cacheWrite": 0
74182
74760
  },
74183
74761
  "contextWindow": 163840,
74184
- "maxTokens": 16384
74762
+ "maxTokens": 163840
74185
74763
  },
74186
74764
  "deepseek/deepseek-v3.1": {
74187
74765
  "id": "deepseek/deepseek-v3.1",
74188
- "name": "DeepSeek-V3.1",
74766
+ "name": "DeepSeek V3.1",
74189
74767
  "api": "anthropic-messages",
74190
74768
  "baseUrl": "https://ai-gateway.vercel.sh",
74191
74769
  "provider": "vercel-ai-gateway",
@@ -74263,7 +74841,8 @@
74263
74841
  "provider": "vercel-ai-gateway",
74264
74842
  "reasoning": true,
74265
74843
  "input": [
74266
- "text"
74844
+ "text",
74845
+ "image"
74267
74846
  ],
74268
74847
  "cost": {
74269
74848
  "input": 0.62,
@@ -75036,7 +75615,8 @@
75036
75615
  "baseUrl": "https://ai-gateway.vercel.sh",
75037
75616
  "reasoning": true,
75038
75617
  "input": [
75039
- "text"
75618
+ "text",
75619
+ "image"
75040
75620
  ],
75041
75621
  "cost": {
75042
75622
  "input": 0.6,
@@ -75100,6 +75680,31 @@
75100
75680
  "maxLevel": "xhigh"
75101
75681
  }
75102
75682
  },
75683
+ "minimax/minimax-m3": {
75684
+ "id": "minimax/minimax-m3",
75685
+ "name": "MiniMax M3",
75686
+ "api": "anthropic-messages",
75687
+ "provider": "vercel-ai-gateway",
75688
+ "baseUrl": "https://ai-gateway.vercel.sh",
75689
+ "reasoning": true,
75690
+ "input": [
75691
+ "text",
75692
+ "image"
75693
+ ],
75694
+ "cost": {
75695
+ "input": 0.3,
75696
+ "output": 1.2,
75697
+ "cacheRead": 0.06,
75698
+ "cacheWrite": 0
75699
+ },
75700
+ "contextWindow": 1000000,
75701
+ "maxTokens": 1000000,
75702
+ "thinking": {
75703
+ "mode": "budget",
75704
+ "minLevel": "minimal",
75705
+ "maxLevel": "xhigh"
75706
+ }
75707
+ },
75103
75708
  "mistral/codestral": {
75104
75709
  "id": "mistral/codestral",
75105
75710
  "name": "Mistral Codestral",
@@ -75258,6 +75863,25 @@
75258
75863
  "maxLevel": "xhigh"
75259
75864
  }
75260
75865
  },
75866
+ "mistral/mistral-nemo": {
75867
+ "id": "mistral/mistral-nemo",
75868
+ "name": "Mistral Nemo 12B",
75869
+ "api": "anthropic-messages",
75870
+ "provider": "vercel-ai-gateway",
75871
+ "baseUrl": "https://ai-gateway.vercel.sh",
75872
+ "reasoning": false,
75873
+ "input": [
75874
+ "text"
75875
+ ],
75876
+ "cost": {
75877
+ "input": 0.02,
75878
+ "output": 0.04,
75879
+ "cacheRead": 0,
75880
+ "cacheWrite": 0
75881
+ },
75882
+ "contextWindow": 131072,
75883
+ "maxTokens": 131072
75884
+ },
75261
75885
  "mistral/mistral-small": {
75262
75886
  "id": "mistral/mistral-small",
75263
75887
  "name": "Mistral Small",
@@ -75473,6 +76097,30 @@
75473
76097
  "maxLevel": "xhigh"
75474
76098
  }
75475
76099
  },
76100
+ "nvidia/nemotron-3-super-120b-a12b": {
76101
+ "id": "nvidia/nemotron-3-super-120b-a12b",
76102
+ "name": "Nemotron 3 Super",
76103
+ "api": "anthropic-messages",
76104
+ "provider": "vercel-ai-gateway",
76105
+ "baseUrl": "https://ai-gateway.vercel.sh",
76106
+ "reasoning": true,
76107
+ "input": [
76108
+ "text"
76109
+ ],
76110
+ "cost": {
76111
+ "input": 0.15,
76112
+ "output": 0.65,
76113
+ "cacheRead": 0,
76114
+ "cacheWrite": 0
76115
+ },
76116
+ "contextWindow": 256000,
76117
+ "maxTokens": 32000,
76118
+ "thinking": {
76119
+ "mode": "budget",
76120
+ "minLevel": "minimal",
76121
+ "maxLevel": "xhigh"
76122
+ }
76123
+ },
75476
76124
  "nvidia/nemotron-nano-12b-v2-vl": {
75477
76125
  "id": "nvidia/nemotron-nano-12b-v2-vl",
75478
76126
  "name": "Nvidia Nemotron Nano 12B V2 VL",
@@ -76235,13 +76883,13 @@
76235
76883
  "text"
76236
76884
  ],
76237
76885
  "cost": {
76238
- "input": 0.09999999999999999,
76239
- "output": 0.5,
76240
- "cacheRead": 0,
76886
+ "input": 0.35,
76887
+ "output": 0.75,
76888
+ "cacheRead": 0.25,
76241
76889
  "cacheWrite": 0
76242
76890
  },
76243
76891
  "contextWindow": 131072,
76244
- "maxTokens": 65536,
76892
+ "maxTokens": 131000,
76245
76893
  "thinking": {
76246
76894
  "mode": "budget",
76247
76895
  "minLevel": "minimal",
@@ -76509,6 +77157,50 @@
76509
77157
  "maxLevel": "xhigh"
76510
77158
  }
76511
77159
  },
77160
+ "stepfun/step-3.5-flash": {
77161
+ "id": "stepfun/step-3.5-flash",
77162
+ "name": "Step 3.5 Flash",
77163
+ "api": "anthropic-messages",
77164
+ "provider": "vercel-ai-gateway",
77165
+ "baseUrl": "https://ai-gateway.vercel.sh",
77166
+ "reasoning": false,
77167
+ "input": [
77168
+ "text"
77169
+ ],
77170
+ "cost": {
77171
+ "input": 0.09,
77172
+ "output": 0.3,
77173
+ "cacheRead": 0,
77174
+ "cacheWrite": 0.02
77175
+ },
77176
+ "contextWindow": 262114,
77177
+ "maxTokens": 262114
77178
+ },
77179
+ "stepfun/step-3.7-flash": {
77180
+ "id": "stepfun/step-3.7-flash",
77181
+ "name": "Step 3.7 Flash",
77182
+ "api": "anthropic-messages",
77183
+ "provider": "vercel-ai-gateway",
77184
+ "baseUrl": "https://ai-gateway.vercel.sh",
77185
+ "reasoning": true,
77186
+ "input": [
77187
+ "text",
77188
+ "image"
77189
+ ],
77190
+ "cost": {
77191
+ "input": 0.19999999999999998,
77192
+ "output": 1.15,
77193
+ "cacheRead": 0.04,
77194
+ "cacheWrite": 0
77195
+ },
77196
+ "contextWindow": 256000,
77197
+ "maxTokens": 256000,
77198
+ "thinking": {
77199
+ "mode": "budget",
77200
+ "minLevel": "minimal",
77201
+ "maxLevel": "xhigh"
77202
+ }
77203
+ },
76512
77204
  "vercel/v0-1.0-md": {
76513
77205
  "id": "vercel/v0-1.0-md",
76514
77206
  "name": "v0-1.0-md",
@@ -77346,7 +78038,8 @@
77346
78038
  "baseUrl": "https://ai-gateway.vercel.sh",
77347
78039
  "reasoning": true,
77348
78040
  "input": [
77349
- "text"
78041
+ "text",
78042
+ "image"
77350
78043
  ],
77351
78044
  "cost": {
77352
78045
  "input": 1.4,
@@ -80498,6 +81191,31 @@
80498
81191
  "maxLevel": "xhigh"
80499
81192
  }
80500
81193
  },
81194
+ "minimax/minimax-m3": {
81195
+ "id": "minimax/minimax-m3",
81196
+ "name": "MiniMax: MiniMax M3",
81197
+ "api": "openai-completions",
81198
+ "provider": "zenmux",
81199
+ "baseUrl": "https://zenmux.ai/api/v1",
81200
+ "reasoning": true,
81201
+ "input": [
81202
+ "text",
81203
+ "image"
81204
+ ],
81205
+ "cost": {
81206
+ "input": 0.3,
81207
+ "output": 1.2,
81208
+ "cacheRead": 0.06,
81209
+ "cacheWrite": 0
81210
+ },
81211
+ "contextWindow": 512000,
81212
+ "maxTokens": 8888,
81213
+ "thinking": {
81214
+ "mode": "effort",
81215
+ "minLevel": "minimal",
81216
+ "maxLevel": "xhigh"
81217
+ }
81218
+ },
80501
81219
  "mistralai/mistral-large-2512": {
80502
81220
  "id": "mistralai/mistral-large-2512",
80503
81221
  "name": "Mistral: Mistral Large 3",
@@ -81888,7 +82606,8 @@
81888
82606
  "baseUrl": "https://zenmux.ai/api/v1",
81889
82607
  "reasoning": true,
81890
82608
  "input": [
81891
- "text"
82609
+ "text",
82610
+ "image"
81892
82611
  ],
81893
82612
  "cost": {
81894
82613
  "input": 0.2,
@@ -11,7 +11,7 @@ const AUTHORIZE_URL = "https://claude.ai/oauth/authorize";
11
11
  const TOKEN_URL = "https://api.anthropic.com/v1/oauth/token";
12
12
  const CALLBACK_PORT = 54545;
13
13
  const CALLBACK_PATH = "/callback";
14
- const SCOPES = "org:create_api_key user:profile user:inference";
14
+ const SCOPES = "user:profile user:inference user:sessions:claude_code user:mcp_servers user:file_upload";
15
15
 
16
16
  function formatErrorDetails(error: unknown): string {
17
17
  if (error instanceof Error) {