@oh-my-pi/pi-catalog 16.3.11 → 16.3.13
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/CHANGELOG.md +24 -0
- package/dist/types/model-manager.d.ts +1 -1
- package/package.json +3 -3
- package/src/compat/anthropic.ts +5 -8
- package/src/discovery/cursor.ts +23 -1
- package/src/model-manager.ts +1 -1
- package/src/models.json +2290 -259
- package/src/provider-models/openai-compat.ts +91 -16
package/src/models.json
CHANGED
|
@@ -4972,7 +4972,7 @@
|
|
|
4972
4972
|
},
|
|
4973
4973
|
"minimax/minimax-m3": {
|
|
4974
4974
|
"id": "minimax/minimax-m3",
|
|
4975
|
-
"name": "MiniMax
|
|
4975
|
+
"name": "MiniMax M3",
|
|
4976
4976
|
"api": "openai-completions",
|
|
4977
4977
|
"provider": "aimlapi",
|
|
4978
4978
|
"baseUrl": "https://api.aimlapi.com/v1",
|
|
@@ -14269,7 +14269,7 @@
|
|
|
14269
14269
|
"cost": {
|
|
14270
14270
|
"input": 0.55,
|
|
14271
14271
|
"output": 1.65,
|
|
14272
|
-
"cacheRead": 0,
|
|
14272
|
+
"cacheRead": 0.55,
|
|
14273
14273
|
"cacheWrite": 0
|
|
14274
14274
|
},
|
|
14275
14275
|
"contextWindow": 161000,
|
|
@@ -14286,13 +14286,13 @@
|
|
|
14286
14286
|
"text"
|
|
14287
14287
|
],
|
|
14288
14288
|
"cost": {
|
|
14289
|
-
"input": 0,
|
|
14290
|
-
"output": 0,
|
|
14291
|
-
"cacheRead": 0,
|
|
14289
|
+
"input": 0.14,
|
|
14290
|
+
"output": 0.28,
|
|
14291
|
+
"cacheRead": 0.07,
|
|
14292
14292
|
"cacheWrite": 0
|
|
14293
14293
|
},
|
|
14294
14294
|
"contextWindow": 1048576,
|
|
14295
|
-
"maxTokens":
|
|
14295
|
+
"maxTokens": 1048576,
|
|
14296
14296
|
"thinking": {
|
|
14297
14297
|
"mode": "effort",
|
|
14298
14298
|
"efforts": [
|
|
@@ -14322,13 +14322,13 @@
|
|
|
14322
14322
|
"text"
|
|
14323
14323
|
],
|
|
14324
14324
|
"cost": {
|
|
14325
|
-
"input":
|
|
14326
|
-
"output":
|
|
14327
|
-
"cacheRead": 0,
|
|
14325
|
+
"input": 1.74,
|
|
14326
|
+
"output": 3.48,
|
|
14327
|
+
"cacheRead": 0.14,
|
|
14328
14328
|
"cacheWrite": 0
|
|
14329
14329
|
},
|
|
14330
14330
|
"contextWindow": 1048576,
|
|
14331
|
-
"maxTokens":
|
|
14331
|
+
"maxTokens": 1048576,
|
|
14332
14332
|
"thinking": {
|
|
14333
14333
|
"mode": "effort",
|
|
14334
14334
|
"efforts": [
|
|
@@ -14349,7 +14349,7 @@
|
|
|
14349
14349
|
},
|
|
14350
14350
|
"google/gemma-4-31B-it": {
|
|
14351
14351
|
"id": "google/gemma-4-31B-it",
|
|
14352
|
-
"name": "Gemma 4 31B
|
|
14352
|
+
"name": "Gemma 4 31B",
|
|
14353
14353
|
"api": "openai-completions",
|
|
14354
14354
|
"provider": "coreweave",
|
|
14355
14355
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14359,13 +14359,13 @@
|
|
|
14359
14359
|
"image"
|
|
14360
14360
|
],
|
|
14361
14361
|
"cost": {
|
|
14362
|
-
"input": 0,
|
|
14363
|
-
"output": 0,
|
|
14364
|
-
"cacheRead": 0,
|
|
14362
|
+
"input": 0.12,
|
|
14363
|
+
"output": 0.35,
|
|
14364
|
+
"cacheRead": 0.09,
|
|
14365
14365
|
"cacheWrite": 0
|
|
14366
14366
|
},
|
|
14367
14367
|
"contextWindow": 262144,
|
|
14368
|
-
"maxTokens":
|
|
14368
|
+
"maxTokens": 262144,
|
|
14369
14369
|
"thinking": {
|
|
14370
14370
|
"mode": "effort",
|
|
14371
14371
|
"efforts": [
|
|
@@ -14388,9 +14388,9 @@
|
|
|
14388
14388
|
"text"
|
|
14389
14389
|
],
|
|
14390
14390
|
"cost": {
|
|
14391
|
-
"input": 0,
|
|
14392
|
-
"output": 0,
|
|
14393
|
-
"cacheRead": 0,
|
|
14391
|
+
"input": 0.05,
|
|
14392
|
+
"output": 0.1,
|
|
14393
|
+
"cacheRead": 0.05,
|
|
14394
14394
|
"cacheWrite": 0
|
|
14395
14395
|
},
|
|
14396
14396
|
"contextWindow": 131072,
|
|
@@ -14398,7 +14398,7 @@
|
|
|
14398
14398
|
},
|
|
14399
14399
|
"JetBrains/Mellum2-12B-A2.5B-Instruct": {
|
|
14400
14400
|
"id": "JetBrains/Mellum2-12B-A2.5B-Instruct",
|
|
14401
|
-
"name": "
|
|
14401
|
+
"name": "Mellum2 12B A2.5B",
|
|
14402
14402
|
"api": "openai-completions",
|
|
14403
14403
|
"provider": "coreweave",
|
|
14404
14404
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14407,13 +14407,13 @@
|
|
|
14407
14407
|
"text"
|
|
14408
14408
|
],
|
|
14409
14409
|
"cost": {
|
|
14410
|
-
"input": 0,
|
|
14411
|
-
"output": 0,
|
|
14412
|
-
"cacheRead": 0,
|
|
14410
|
+
"input": 0.05,
|
|
14411
|
+
"output": 0.1,
|
|
14412
|
+
"cacheRead": 0.05,
|
|
14413
14413
|
"cacheWrite": 0
|
|
14414
14414
|
},
|
|
14415
|
-
"contextWindow":
|
|
14416
|
-
"maxTokens":
|
|
14415
|
+
"contextWindow": 131072,
|
|
14416
|
+
"maxTokens": 131072
|
|
14417
14417
|
},
|
|
14418
14418
|
"meta-llama/Llama-3.1-70B-Instruct": {
|
|
14419
14419
|
"id": "meta-llama/Llama-3.1-70B-Instruct",
|
|
@@ -14428,7 +14428,7 @@
|
|
|
14428
14428
|
"cost": {
|
|
14429
14429
|
"input": 0.8,
|
|
14430
14430
|
"output": 0.8,
|
|
14431
|
-
"cacheRead": 0,
|
|
14431
|
+
"cacheRead": 0.8,
|
|
14432
14432
|
"cacheWrite": 0
|
|
14433
14433
|
},
|
|
14434
14434
|
"contextWindow": 128000,
|
|
@@ -14436,7 +14436,7 @@
|
|
|
14436
14436
|
},
|
|
14437
14437
|
"meta-llama/Llama-3.1-8B-Instruct": {
|
|
14438
14438
|
"id": "meta-llama/Llama-3.1-8B-Instruct",
|
|
14439
|
-
"name": "
|
|
14439
|
+
"name": "Llama 3.1 8B",
|
|
14440
14440
|
"api": "openai-completions",
|
|
14441
14441
|
"provider": "coreweave",
|
|
14442
14442
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14447,7 +14447,7 @@
|
|
|
14447
14447
|
"cost": {
|
|
14448
14448
|
"input": 0.22,
|
|
14449
14449
|
"output": 0.22,
|
|
14450
|
-
"cacheRead": 0,
|
|
14450
|
+
"cacheRead": 0.22,
|
|
14451
14451
|
"cacheWrite": 0
|
|
14452
14452
|
},
|
|
14453
14453
|
"contextWindow": 128000,
|
|
@@ -14455,7 +14455,7 @@
|
|
|
14455
14455
|
},
|
|
14456
14456
|
"meta-llama/Llama-3.3-70B-Instruct": {
|
|
14457
14457
|
"id": "meta-llama/Llama-3.3-70B-Instruct",
|
|
14458
|
-
"name": "Llama
|
|
14458
|
+
"name": "Llama 3.3 70B",
|
|
14459
14459
|
"api": "openai-completions",
|
|
14460
14460
|
"provider": "coreweave",
|
|
14461
14461
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14466,7 +14466,7 @@
|
|
|
14466
14466
|
"cost": {
|
|
14467
14467
|
"input": 0.71,
|
|
14468
14468
|
"output": 0.71,
|
|
14469
|
-
"cacheRead": 0,
|
|
14469
|
+
"cacheRead": 0.71,
|
|
14470
14470
|
"cacheWrite": 0
|
|
14471
14471
|
},
|
|
14472
14472
|
"contextWindow": 128000,
|
|
@@ -14494,7 +14494,7 @@
|
|
|
14494
14494
|
},
|
|
14495
14495
|
"microsoft/Phi-4-mini-instruct": {
|
|
14496
14496
|
"id": "microsoft/Phi-4-mini-instruct",
|
|
14497
|
-
"name": "Phi
|
|
14497
|
+
"name": "Phi 4 Mini 3.8B",
|
|
14498
14498
|
"api": "openai-completions",
|
|
14499
14499
|
"provider": "coreweave",
|
|
14500
14500
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14505,7 +14505,7 @@
|
|
|
14505
14505
|
"cost": {
|
|
14506
14506
|
"input": 0.08,
|
|
14507
14507
|
"output": 0.35,
|
|
14508
|
-
"cacheRead": 0,
|
|
14508
|
+
"cacheRead": 0.08,
|
|
14509
14509
|
"cacheWrite": 0
|
|
14510
14510
|
},
|
|
14511
14511
|
"contextWindow": 128000,
|
|
@@ -14524,7 +14524,7 @@
|
|
|
14524
14524
|
"cost": {
|
|
14525
14525
|
"input": 0.3,
|
|
14526
14526
|
"output": 1.2,
|
|
14527
|
-
"cacheRead": 0,
|
|
14527
|
+
"cacheRead": 0.3,
|
|
14528
14528
|
"cacheWrite": 0
|
|
14529
14529
|
},
|
|
14530
14530
|
"contextWindow": 196608,
|
|
@@ -14551,9 +14551,9 @@
|
|
|
14551
14551
|
"image"
|
|
14552
14552
|
],
|
|
14553
14553
|
"cost": {
|
|
14554
|
-
"input": 0.
|
|
14555
|
-
"output":
|
|
14556
|
-
"cacheRead": 0,
|
|
14554
|
+
"input": 0.6,
|
|
14555
|
+
"output": 3,
|
|
14556
|
+
"cacheRead": 0.1,
|
|
14557
14557
|
"cacheWrite": 0
|
|
14558
14558
|
},
|
|
14559
14559
|
"contextWindow": 262144,
|
|
@@ -14571,7 +14571,7 @@
|
|
|
14571
14571
|
},
|
|
14572
14572
|
"moonshotai/Kimi-K2.6": {
|
|
14573
14573
|
"id": "moonshotai/Kimi-K2.6",
|
|
14574
|
-
"name": "Kimi
|
|
14574
|
+
"name": "Kimi K2.6",
|
|
14575
14575
|
"api": "openai-completions",
|
|
14576
14576
|
"provider": "coreweave",
|
|
14577
14577
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14581,9 +14581,9 @@
|
|
|
14581
14581
|
"image"
|
|
14582
14582
|
],
|
|
14583
14583
|
"cost": {
|
|
14584
|
-
"input": 0,
|
|
14585
|
-
"output":
|
|
14586
|
-
"cacheRead": 0,
|
|
14584
|
+
"input": 0.95,
|
|
14585
|
+
"output": 4,
|
|
14586
|
+
"cacheRead": 0.16,
|
|
14587
14587
|
"cacheWrite": 0
|
|
14588
14588
|
},
|
|
14589
14589
|
"contextWindow": 262144,
|
|
@@ -14611,9 +14611,9 @@
|
|
|
14611
14611
|
"image"
|
|
14612
14612
|
],
|
|
14613
14613
|
"cost": {
|
|
14614
|
-
"input": 0,
|
|
14615
|
-
"output":
|
|
14616
|
-
"cacheRead": 0,
|
|
14614
|
+
"input": 0.94,
|
|
14615
|
+
"output": 4,
|
|
14616
|
+
"cacheRead": 0.19,
|
|
14617
14617
|
"cacheWrite": 0
|
|
14618
14618
|
},
|
|
14619
14619
|
"contextWindow": 262144,
|
|
@@ -14631,7 +14631,7 @@
|
|
|
14631
14631
|
},
|
|
14632
14632
|
"nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-FP8": {
|
|
14633
14633
|
"id": "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-FP8",
|
|
14634
|
-
"name": "
|
|
14634
|
+
"name": "Nemotron 3 Super",
|
|
14635
14635
|
"api": "openai-completions",
|
|
14636
14636
|
"provider": "coreweave",
|
|
14637
14637
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14642,7 +14642,7 @@
|
|
|
14642
14642
|
"cost": {
|
|
14643
14643
|
"input": 0.2,
|
|
14644
14644
|
"output": 0.8,
|
|
14645
|
-
"cacheRead": 0,
|
|
14645
|
+
"cacheRead": 0.2,
|
|
14646
14646
|
"cacheWrite": 0
|
|
14647
14647
|
},
|
|
14648
14648
|
"contextWindow": 262144,
|
|
@@ -14660,22 +14660,32 @@
|
|
|
14660
14660
|
},
|
|
14661
14661
|
"nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B": {
|
|
14662
14662
|
"id": "nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B",
|
|
14663
|
-
"name": "
|
|
14663
|
+
"name": "Nemotron 3 Ultra",
|
|
14664
14664
|
"api": "openai-completions",
|
|
14665
14665
|
"provider": "coreweave",
|
|
14666
14666
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
14667
|
-
"reasoning":
|
|
14667
|
+
"reasoning": true,
|
|
14668
14668
|
"input": [
|
|
14669
14669
|
"text"
|
|
14670
14670
|
],
|
|
14671
14671
|
"cost": {
|
|
14672
|
-
"input": 0,
|
|
14673
|
-
"output":
|
|
14674
|
-
"cacheRead": 0,
|
|
14672
|
+
"input": 0.75,
|
|
14673
|
+
"output": 2.75,
|
|
14674
|
+
"cacheRead": 0.15,
|
|
14675
14675
|
"cacheWrite": 0
|
|
14676
14676
|
},
|
|
14677
|
-
"contextWindow":
|
|
14678
|
-
"maxTokens":
|
|
14677
|
+
"contextWindow": 262144,
|
|
14678
|
+
"maxTokens": 262144,
|
|
14679
|
+
"thinking": {
|
|
14680
|
+
"mode": "effort",
|
|
14681
|
+
"efforts": [
|
|
14682
|
+
"minimal",
|
|
14683
|
+
"low",
|
|
14684
|
+
"medium",
|
|
14685
|
+
"high",
|
|
14686
|
+
"xhigh"
|
|
14687
|
+
]
|
|
14688
|
+
}
|
|
14679
14689
|
},
|
|
14680
14690
|
"openai/gpt-oss-120b": {
|
|
14681
14691
|
"id": "openai/gpt-oss-120b",
|
|
@@ -14688,9 +14698,9 @@
|
|
|
14688
14698
|
"text"
|
|
14689
14699
|
],
|
|
14690
14700
|
"cost": {
|
|
14691
|
-
"input": 0.
|
|
14692
|
-
"output": 0.
|
|
14693
|
-
"cacheRead": 0,
|
|
14701
|
+
"input": 0.04,
|
|
14702
|
+
"output": 0.14,
|
|
14703
|
+
"cacheRead": 0.04,
|
|
14694
14704
|
"cacheWrite": 0
|
|
14695
14705
|
},
|
|
14696
14706
|
"contextWindow": 131072,
|
|
@@ -14715,9 +14725,9 @@
|
|
|
14715
14725
|
"text"
|
|
14716
14726
|
],
|
|
14717
14727
|
"cost": {
|
|
14718
|
-
"input": 0.
|
|
14719
|
-
"output": 0.
|
|
14720
|
-
"cacheRead": 0,
|
|
14728
|
+
"input": 0.03,
|
|
14729
|
+
"output": 0.13,
|
|
14730
|
+
"cacheRead": 0.03,
|
|
14721
14731
|
"cacheWrite": 0
|
|
14722
14732
|
},
|
|
14723
14733
|
"contextWindow": 131072,
|
|
@@ -14733,7 +14743,7 @@
|
|
|
14733
14743
|
},
|
|
14734
14744
|
"OpenPipe/Qwen3-14B-Instruct": {
|
|
14735
14745
|
"id": "OpenPipe/Qwen3-14B-Instruct",
|
|
14736
|
-
"name": "
|
|
14746
|
+
"name": "Qwen3 14B Instruct",
|
|
14737
14747
|
"api": "openai-completions",
|
|
14738
14748
|
"provider": "coreweave",
|
|
14739
14749
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14744,7 +14754,7 @@
|
|
|
14744
14754
|
"cost": {
|
|
14745
14755
|
"input": 0.05,
|
|
14746
14756
|
"output": 0.22,
|
|
14747
|
-
"cacheRead": 0,
|
|
14757
|
+
"cacheRead": 0.05,
|
|
14748
14758
|
"cacheWrite": 0
|
|
14749
14759
|
},
|
|
14750
14760
|
"contextWindow": 32768,
|
|
@@ -14752,7 +14762,7 @@
|
|
|
14752
14762
|
},
|
|
14753
14763
|
"Qwen/Qwen3-235B-A22B-Instruct-2507": {
|
|
14754
14764
|
"id": "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
|
14755
|
-
"name": "Qwen3 235B A22B
|
|
14765
|
+
"name": "Qwen3 235B A22B-2507",
|
|
14756
14766
|
"api": "openai-completions",
|
|
14757
14767
|
"provider": "coreweave",
|
|
14758
14768
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14763,7 +14773,7 @@
|
|
|
14763
14773
|
"cost": {
|
|
14764
14774
|
"input": 0.1,
|
|
14765
14775
|
"output": 0.1,
|
|
14766
|
-
"cacheRead": 0,
|
|
14776
|
+
"cacheRead": 0.1,
|
|
14767
14777
|
"cacheWrite": 0
|
|
14768
14778
|
},
|
|
14769
14779
|
"contextWindow": 262144,
|
|
@@ -14771,7 +14781,7 @@
|
|
|
14771
14781
|
},
|
|
14772
14782
|
"Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
14773
14783
|
"id": "Qwen/Qwen3-235B-A22B-Thinking-2507",
|
|
14774
|
-
"name": "Qwen3
|
|
14784
|
+
"name": "Qwen3 235B A22B Thinking-2507",
|
|
14775
14785
|
"api": "openai-completions",
|
|
14776
14786
|
"provider": "coreweave",
|
|
14777
14787
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14782,7 +14792,7 @@
|
|
|
14782
14792
|
"cost": {
|
|
14783
14793
|
"input": 0.1,
|
|
14784
14794
|
"output": 0.1,
|
|
14785
|
-
"cacheRead": 0,
|
|
14795
|
+
"cacheRead": 0.1,
|
|
14786
14796
|
"cacheWrite": 0
|
|
14787
14797
|
},
|
|
14788
14798
|
"contextWindow": 262144,
|
|
@@ -14811,7 +14821,7 @@
|
|
|
14811
14821
|
"cost": {
|
|
14812
14822
|
"input": 0.1,
|
|
14813
14823
|
"output": 0.3,
|
|
14814
|
-
"cacheRead": 0,
|
|
14824
|
+
"cacheRead": 0.1,
|
|
14815
14825
|
"cacheWrite": 0
|
|
14816
14826
|
},
|
|
14817
14827
|
"contextWindow": 262144,
|
|
@@ -14819,7 +14829,7 @@
|
|
|
14819
14829
|
},
|
|
14820
14830
|
"Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
14821
14831
|
"id": "Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
|
14822
|
-
"name": "Qwen3
|
|
14832
|
+
"name": "Qwen3 Coder 480B A35B",
|
|
14823
14833
|
"api": "openai-completions",
|
|
14824
14834
|
"provider": "coreweave",
|
|
14825
14835
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14830,7 +14840,7 @@
|
|
|
14830
14840
|
"cost": {
|
|
14831
14841
|
"input": 1,
|
|
14832
14842
|
"output": 1.5,
|
|
14833
|
-
"cacheRead":
|
|
14843
|
+
"cacheRead": 1,
|
|
14834
14844
|
"cacheWrite": 0
|
|
14835
14845
|
},
|
|
14836
14846
|
"contextWindow": 262144,
|
|
@@ -14838,7 +14848,7 @@
|
|
|
14838
14848
|
},
|
|
14839
14849
|
"Qwen/Qwen3.5-27B": {
|
|
14840
14850
|
"id": "Qwen/Qwen3.5-27B",
|
|
14841
|
-
"name": "Qwen3.5
|
|
14851
|
+
"name": "Qwen3.5-27B",
|
|
14842
14852
|
"api": "openai-completions",
|
|
14843
14853
|
"provider": "coreweave",
|
|
14844
14854
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14848,13 +14858,13 @@
|
|
|
14848
14858
|
"image"
|
|
14849
14859
|
],
|
|
14850
14860
|
"cost": {
|
|
14851
|
-
"input": 0,
|
|
14852
|
-
"output":
|
|
14853
|
-
"cacheRead": 0,
|
|
14861
|
+
"input": 0.39,
|
|
14862
|
+
"output": 3.12,
|
|
14863
|
+
"cacheRead": 0.08,
|
|
14854
14864
|
"cacheWrite": 0
|
|
14855
14865
|
},
|
|
14856
14866
|
"contextWindow": 262144,
|
|
14857
|
-
"maxTokens":
|
|
14867
|
+
"maxTokens": 262144,
|
|
14858
14868
|
"thinking": {
|
|
14859
14869
|
"mode": "effort",
|
|
14860
14870
|
"efforts": [
|
|
@@ -14867,7 +14877,7 @@
|
|
|
14867
14877
|
},
|
|
14868
14878
|
"Qwen/Qwen3.5-35B-A3B": {
|
|
14869
14879
|
"id": "Qwen/Qwen3.5-35B-A3B",
|
|
14870
|
-
"name": "Qwen3.5
|
|
14880
|
+
"name": "Qwen3.5-35B-A3B",
|
|
14871
14881
|
"api": "openai-completions",
|
|
14872
14882
|
"provider": "coreweave",
|
|
14873
14883
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14877,13 +14887,13 @@
|
|
|
14877
14887
|
"image"
|
|
14878
14888
|
],
|
|
14879
14889
|
"cost": {
|
|
14880
|
-
"input": 0,
|
|
14881
|
-
"output":
|
|
14882
|
-
"cacheRead": 0,
|
|
14890
|
+
"input": 0.25,
|
|
14891
|
+
"output": 1.25,
|
|
14892
|
+
"cacheRead": 0.25,
|
|
14883
14893
|
"cacheWrite": 0
|
|
14884
14894
|
},
|
|
14885
14895
|
"contextWindow": 262144,
|
|
14886
|
-
"maxTokens":
|
|
14896
|
+
"maxTokens": 262144,
|
|
14887
14897
|
"thinking": {
|
|
14888
14898
|
"mode": "effort",
|
|
14889
14899
|
"efforts": [
|
|
@@ -14906,13 +14916,13 @@
|
|
|
14906
14916
|
"image"
|
|
14907
14917
|
],
|
|
14908
14918
|
"cost": {
|
|
14909
|
-
"input": 0,
|
|
14910
|
-
"output":
|
|
14911
|
-
"cacheRead": 0,
|
|
14919
|
+
"input": 0.6,
|
|
14920
|
+
"output": 3.6,
|
|
14921
|
+
"cacheRead": 0.12,
|
|
14912
14922
|
"cacheWrite": 0
|
|
14913
14923
|
},
|
|
14914
14924
|
"contextWindow": 262144,
|
|
14915
|
-
"maxTokens":
|
|
14925
|
+
"maxTokens": 262144,
|
|
14916
14926
|
"thinking": {
|
|
14917
14927
|
"mode": "effort",
|
|
14918
14928
|
"efforts": [
|
|
@@ -14925,7 +14935,7 @@
|
|
|
14925
14935
|
},
|
|
14926
14936
|
"Qwen/Qwen3.6-35B-A3B": {
|
|
14927
14937
|
"id": "Qwen/Qwen3.6-35B-A3B",
|
|
14928
|
-
"name": "Qwen3.6 35B
|
|
14938
|
+
"name": "Qwen3.6 35B A3B",
|
|
14929
14939
|
"api": "openai-completions",
|
|
14930
14940
|
"provider": "coreweave",
|
|
14931
14941
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14935,13 +14945,13 @@
|
|
|
14935
14945
|
"image"
|
|
14936
14946
|
],
|
|
14937
14947
|
"cost": {
|
|
14938
|
-
"input": 0,
|
|
14939
|
-
"output":
|
|
14940
|
-
"cacheRead": 0,
|
|
14948
|
+
"input": 0.25,
|
|
14949
|
+
"output": 1.25,
|
|
14950
|
+
"cacheRead": 0.25,
|
|
14941
14951
|
"cacheWrite": 0
|
|
14942
14952
|
},
|
|
14943
14953
|
"contextWindow": 262144,
|
|
14944
|
-
"maxTokens":
|
|
14954
|
+
"maxTokens": 262144,
|
|
14945
14955
|
"thinking": {
|
|
14946
14956
|
"mode": "effort",
|
|
14947
14957
|
"efforts": [
|
|
@@ -14973,7 +14983,7 @@
|
|
|
14973
14983
|
},
|
|
14974
14984
|
"zai-org/GLM-5.1": {
|
|
14975
14985
|
"id": "zai-org/GLM-5.1",
|
|
14976
|
-
"name": "GLM
|
|
14986
|
+
"name": "GLM 5.1",
|
|
14977
14987
|
"api": "openai-completions",
|
|
14978
14988
|
"provider": "coreweave",
|
|
14979
14989
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -14987,8 +14997,8 @@
|
|
|
14987
14997
|
"cacheRead": 0.26,
|
|
14988
14998
|
"cacheWrite": 0
|
|
14989
14999
|
},
|
|
14990
|
-
"contextWindow":
|
|
14991
|
-
"maxTokens":
|
|
15000
|
+
"contextWindow": 202752,
|
|
15001
|
+
"maxTokens": 202752,
|
|
14992
15002
|
"thinking": {
|
|
14993
15003
|
"mode": "effort",
|
|
14994
15004
|
"efforts": [
|
|
@@ -15002,7 +15012,7 @@
|
|
|
15002
15012
|
},
|
|
15003
15013
|
"zai-org/GLM-5.2": {
|
|
15004
15014
|
"id": "zai-org/GLM-5.2",
|
|
15005
|
-
"name": "GLM
|
|
15015
|
+
"name": "GLM 5.2",
|
|
15006
15016
|
"api": "openai-completions",
|
|
15007
15017
|
"provider": "coreweave",
|
|
15008
15018
|
"baseUrl": "https://api.inference.wandb.ai/v1",
|
|
@@ -15011,13 +15021,13 @@
|
|
|
15011
15021
|
"text"
|
|
15012
15022
|
],
|
|
15013
15023
|
"cost": {
|
|
15014
|
-
"input":
|
|
15015
|
-
"output":
|
|
15016
|
-
"cacheRead": 0,
|
|
15024
|
+
"input": 1.39,
|
|
15025
|
+
"output": 4.4,
|
|
15026
|
+
"cacheRead": 0.26,
|
|
15017
15027
|
"cacheWrite": 0
|
|
15018
15028
|
},
|
|
15019
15029
|
"contextWindow": 262144,
|
|
15020
|
-
"maxTokens":
|
|
15030
|
+
"maxTokens": 262144,
|
|
15021
15031
|
"thinking": {
|
|
15022
15032
|
"mode": "effort",
|
|
15023
15033
|
"efforts": [
|
|
@@ -16764,26 +16774,6 @@
|
|
|
16764
16774
|
},
|
|
16765
16775
|
"requestModelId": "MODEL_GOOGLE_GEMINI_3_0_FLASH_MINIMAL"
|
|
16766
16776
|
},
|
|
16767
|
-
"glm-5-1": {
|
|
16768
|
-
"id": "glm-5-1",
|
|
16769
|
-
"name": "GLM-5.1",
|
|
16770
|
-
"api": "devin-agent",
|
|
16771
|
-
"provider": "devin",
|
|
16772
|
-
"baseUrl": "https://server.codeium.com",
|
|
16773
|
-
"reasoning": true,
|
|
16774
|
-
"input": [
|
|
16775
|
-
"text"
|
|
16776
|
-
],
|
|
16777
|
-
"supportsTools": true,
|
|
16778
|
-
"cost": {
|
|
16779
|
-
"input": 0,
|
|
16780
|
-
"output": 0,
|
|
16781
|
-
"cacheRead": 0,
|
|
16782
|
-
"cacheWrite": 0
|
|
16783
|
-
},
|
|
16784
|
-
"contextWindow": 200000,
|
|
16785
|
-
"maxTokens": 64000
|
|
16786
|
-
},
|
|
16787
16777
|
"glm-5-2": {
|
|
16788
16778
|
"id": "glm-5-2",
|
|
16789
16779
|
"name": "GLM-5.2 High",
|
|
@@ -17224,6 +17214,699 @@
|
|
|
17224
17214
|
},
|
|
17225
17215
|
"requestModelId": "gpt-5-5-none-priority"
|
|
17226
17216
|
},
|
|
17217
|
+
"gpt-5-6-luna-high": {
|
|
17218
|
+
"id": "gpt-5-6-luna-high",
|
|
17219
|
+
"name": "GPT-5.6 Luna High Thinking",
|
|
17220
|
+
"api": "devin-agent",
|
|
17221
|
+
"provider": "devin",
|
|
17222
|
+
"baseUrl": "https://server.codeium.com",
|
|
17223
|
+
"reasoning": true,
|
|
17224
|
+
"input": [
|
|
17225
|
+
"text",
|
|
17226
|
+
"image"
|
|
17227
|
+
],
|
|
17228
|
+
"supportsTools": true,
|
|
17229
|
+
"cost": {
|
|
17230
|
+
"input": 0,
|
|
17231
|
+
"output": 0,
|
|
17232
|
+
"cacheRead": 0,
|
|
17233
|
+
"cacheWrite": 0
|
|
17234
|
+
},
|
|
17235
|
+
"contextWindow": 1000000,
|
|
17236
|
+
"maxTokens": 64000
|
|
17237
|
+
},
|
|
17238
|
+
"gpt-5-6-luna-high-priority": {
|
|
17239
|
+
"id": "gpt-5-6-luna-high-priority",
|
|
17240
|
+
"name": "GPT-5.6 Luna High Thinking Fast",
|
|
17241
|
+
"api": "devin-agent",
|
|
17242
|
+
"provider": "devin",
|
|
17243
|
+
"baseUrl": "https://server.codeium.com",
|
|
17244
|
+
"reasoning": true,
|
|
17245
|
+
"input": [
|
|
17246
|
+
"text",
|
|
17247
|
+
"image"
|
|
17248
|
+
],
|
|
17249
|
+
"supportsTools": true,
|
|
17250
|
+
"cost": {
|
|
17251
|
+
"input": 0,
|
|
17252
|
+
"output": 0,
|
|
17253
|
+
"cacheRead": 0,
|
|
17254
|
+
"cacheWrite": 0
|
|
17255
|
+
},
|
|
17256
|
+
"contextWindow": 1000000,
|
|
17257
|
+
"maxTokens": 64000
|
|
17258
|
+
},
|
|
17259
|
+
"gpt-5-6-luna-low": {
|
|
17260
|
+
"id": "gpt-5-6-luna-low",
|
|
17261
|
+
"name": "GPT-5.6 Luna Low Thinking",
|
|
17262
|
+
"api": "devin-agent",
|
|
17263
|
+
"provider": "devin",
|
|
17264
|
+
"baseUrl": "https://server.codeium.com",
|
|
17265
|
+
"reasoning": true,
|
|
17266
|
+
"input": [
|
|
17267
|
+
"text",
|
|
17268
|
+
"image"
|
|
17269
|
+
],
|
|
17270
|
+
"supportsTools": true,
|
|
17271
|
+
"cost": {
|
|
17272
|
+
"input": 0,
|
|
17273
|
+
"output": 0,
|
|
17274
|
+
"cacheRead": 0,
|
|
17275
|
+
"cacheWrite": 0
|
|
17276
|
+
},
|
|
17277
|
+
"contextWindow": 1000000,
|
|
17278
|
+
"maxTokens": 64000
|
|
17279
|
+
},
|
|
17280
|
+
"gpt-5-6-luna-low-priority": {
|
|
17281
|
+
"id": "gpt-5-6-luna-low-priority",
|
|
17282
|
+
"name": "GPT-5.6 Luna Low Thinking Fast",
|
|
17283
|
+
"api": "devin-agent",
|
|
17284
|
+
"provider": "devin",
|
|
17285
|
+
"baseUrl": "https://server.codeium.com",
|
|
17286
|
+
"reasoning": true,
|
|
17287
|
+
"input": [
|
|
17288
|
+
"text",
|
|
17289
|
+
"image"
|
|
17290
|
+
],
|
|
17291
|
+
"supportsTools": true,
|
|
17292
|
+
"cost": {
|
|
17293
|
+
"input": 0,
|
|
17294
|
+
"output": 0,
|
|
17295
|
+
"cacheRead": 0,
|
|
17296
|
+
"cacheWrite": 0
|
|
17297
|
+
},
|
|
17298
|
+
"contextWindow": 1000000,
|
|
17299
|
+
"maxTokens": 64000
|
|
17300
|
+
},
|
|
17301
|
+
"gpt-5-6-luna-max": {
|
|
17302
|
+
"id": "gpt-5-6-luna-max",
|
|
17303
|
+
"name": "GPT-5.6 Luna Max Thinking",
|
|
17304
|
+
"api": "devin-agent",
|
|
17305
|
+
"provider": "devin",
|
|
17306
|
+
"baseUrl": "https://server.codeium.com",
|
|
17307
|
+
"reasoning": true,
|
|
17308
|
+
"input": [
|
|
17309
|
+
"text",
|
|
17310
|
+
"image"
|
|
17311
|
+
],
|
|
17312
|
+
"supportsTools": true,
|
|
17313
|
+
"cost": {
|
|
17314
|
+
"input": 0,
|
|
17315
|
+
"output": 0,
|
|
17316
|
+
"cacheRead": 0,
|
|
17317
|
+
"cacheWrite": 0
|
|
17318
|
+
},
|
|
17319
|
+
"contextWindow": 1000000,
|
|
17320
|
+
"maxTokens": 64000
|
|
17321
|
+
},
|
|
17322
|
+
"gpt-5-6-luna-medium": {
|
|
17323
|
+
"id": "gpt-5-6-luna-medium",
|
|
17324
|
+
"name": "GPT-5.6 Luna Medium Thinking",
|
|
17325
|
+
"api": "devin-agent",
|
|
17326
|
+
"provider": "devin",
|
|
17327
|
+
"baseUrl": "https://server.codeium.com",
|
|
17328
|
+
"reasoning": true,
|
|
17329
|
+
"input": [
|
|
17330
|
+
"text",
|
|
17331
|
+
"image"
|
|
17332
|
+
],
|
|
17333
|
+
"supportsTools": true,
|
|
17334
|
+
"cost": {
|
|
17335
|
+
"input": 0,
|
|
17336
|
+
"output": 0,
|
|
17337
|
+
"cacheRead": 0,
|
|
17338
|
+
"cacheWrite": 0
|
|
17339
|
+
},
|
|
17340
|
+
"contextWindow": 1000000,
|
|
17341
|
+
"maxTokens": 64000
|
|
17342
|
+
},
|
|
17343
|
+
"gpt-5-6-luna-medium-priority": {
|
|
17344
|
+
"id": "gpt-5-6-luna-medium-priority",
|
|
17345
|
+
"name": "GPT-5.6 Luna Medium Thinking Fast",
|
|
17346
|
+
"api": "devin-agent",
|
|
17347
|
+
"provider": "devin",
|
|
17348
|
+
"baseUrl": "https://server.codeium.com",
|
|
17349
|
+
"reasoning": true,
|
|
17350
|
+
"input": [
|
|
17351
|
+
"text",
|
|
17352
|
+
"image"
|
|
17353
|
+
],
|
|
17354
|
+
"supportsTools": true,
|
|
17355
|
+
"cost": {
|
|
17356
|
+
"input": 0,
|
|
17357
|
+
"output": 0,
|
|
17358
|
+
"cacheRead": 0,
|
|
17359
|
+
"cacheWrite": 0
|
|
17360
|
+
},
|
|
17361
|
+
"contextWindow": 1000000,
|
|
17362
|
+
"maxTokens": 64000
|
|
17363
|
+
},
|
|
17364
|
+
"gpt-5-6-luna-none": {
|
|
17365
|
+
"id": "gpt-5-6-luna-none",
|
|
17366
|
+
"name": "GPT-5.6 Luna No Thinking",
|
|
17367
|
+
"api": "devin-agent",
|
|
17368
|
+
"provider": "devin",
|
|
17369
|
+
"baseUrl": "https://server.codeium.com",
|
|
17370
|
+
"reasoning": false,
|
|
17371
|
+
"input": [
|
|
17372
|
+
"text",
|
|
17373
|
+
"image"
|
|
17374
|
+
],
|
|
17375
|
+
"supportsTools": true,
|
|
17376
|
+
"cost": {
|
|
17377
|
+
"input": 0,
|
|
17378
|
+
"output": 0,
|
|
17379
|
+
"cacheRead": 0,
|
|
17380
|
+
"cacheWrite": 0
|
|
17381
|
+
},
|
|
17382
|
+
"contextWindow": 1000000,
|
|
17383
|
+
"maxTokens": 64000
|
|
17384
|
+
},
|
|
17385
|
+
"gpt-5-6-luna-none-priority": {
|
|
17386
|
+
"id": "gpt-5-6-luna-none-priority",
|
|
17387
|
+
"name": "GPT-5.6 Luna No Thinking Fast",
|
|
17388
|
+
"api": "devin-agent",
|
|
17389
|
+
"provider": "devin",
|
|
17390
|
+
"baseUrl": "https://server.codeium.com",
|
|
17391
|
+
"reasoning": false,
|
|
17392
|
+
"input": [
|
|
17393
|
+
"text",
|
|
17394
|
+
"image"
|
|
17395
|
+
],
|
|
17396
|
+
"supportsTools": true,
|
|
17397
|
+
"cost": {
|
|
17398
|
+
"input": 0,
|
|
17399
|
+
"output": 0,
|
|
17400
|
+
"cacheRead": 0,
|
|
17401
|
+
"cacheWrite": 0
|
|
17402
|
+
},
|
|
17403
|
+
"contextWindow": 1000000,
|
|
17404
|
+
"maxTokens": 64000
|
|
17405
|
+
},
|
|
17406
|
+
"gpt-5-6-luna-xhigh": {
|
|
17407
|
+
"id": "gpt-5-6-luna-xhigh",
|
|
17408
|
+
"name": "GPT-5.6 Luna XHigh Thinking",
|
|
17409
|
+
"api": "devin-agent",
|
|
17410
|
+
"provider": "devin",
|
|
17411
|
+
"baseUrl": "https://server.codeium.com",
|
|
17412
|
+
"reasoning": true,
|
|
17413
|
+
"input": [
|
|
17414
|
+
"text",
|
|
17415
|
+
"image"
|
|
17416
|
+
],
|
|
17417
|
+
"supportsTools": true,
|
|
17418
|
+
"cost": {
|
|
17419
|
+
"input": 0,
|
|
17420
|
+
"output": 0,
|
|
17421
|
+
"cacheRead": 0,
|
|
17422
|
+
"cacheWrite": 0
|
|
17423
|
+
},
|
|
17424
|
+
"contextWindow": 1000000,
|
|
17425
|
+
"maxTokens": 64000
|
|
17426
|
+
},
|
|
17427
|
+
"gpt-5-6-luna-xhigh-priority": {
|
|
17428
|
+
"id": "gpt-5-6-luna-xhigh-priority",
|
|
17429
|
+
"name": "GPT-5.6 Luna XHigh Thinking Fast",
|
|
17430
|
+
"api": "devin-agent",
|
|
17431
|
+
"provider": "devin",
|
|
17432
|
+
"baseUrl": "https://server.codeium.com",
|
|
17433
|
+
"reasoning": true,
|
|
17434
|
+
"input": [
|
|
17435
|
+
"text",
|
|
17436
|
+
"image"
|
|
17437
|
+
],
|
|
17438
|
+
"supportsTools": true,
|
|
17439
|
+
"cost": {
|
|
17440
|
+
"input": 0,
|
|
17441
|
+
"output": 0,
|
|
17442
|
+
"cacheRead": 0,
|
|
17443
|
+
"cacheWrite": 0
|
|
17444
|
+
},
|
|
17445
|
+
"contextWindow": 1000000,
|
|
17446
|
+
"maxTokens": 64000
|
|
17447
|
+
},
|
|
17448
|
+
"gpt-5-6-sol-high": {
|
|
17449
|
+
"id": "gpt-5-6-sol-high",
|
|
17450
|
+
"name": "GPT-5.6 Sol High Thinking",
|
|
17451
|
+
"api": "devin-agent",
|
|
17452
|
+
"provider": "devin",
|
|
17453
|
+
"baseUrl": "https://server.codeium.com",
|
|
17454
|
+
"reasoning": true,
|
|
17455
|
+
"input": [
|
|
17456
|
+
"text",
|
|
17457
|
+
"image"
|
|
17458
|
+
],
|
|
17459
|
+
"supportsTools": true,
|
|
17460
|
+
"cost": {
|
|
17461
|
+
"input": 0,
|
|
17462
|
+
"output": 0,
|
|
17463
|
+
"cacheRead": 0,
|
|
17464
|
+
"cacheWrite": 0
|
|
17465
|
+
},
|
|
17466
|
+
"contextWindow": 1000000,
|
|
17467
|
+
"maxTokens": 64000
|
|
17468
|
+
},
|
|
17469
|
+
"gpt-5-6-sol-high-priority": {
|
|
17470
|
+
"id": "gpt-5-6-sol-high-priority",
|
|
17471
|
+
"name": "GPT-5.6 Sol High Thinking Fast",
|
|
17472
|
+
"api": "devin-agent",
|
|
17473
|
+
"provider": "devin",
|
|
17474
|
+
"baseUrl": "https://server.codeium.com",
|
|
17475
|
+
"reasoning": true,
|
|
17476
|
+
"input": [
|
|
17477
|
+
"text",
|
|
17478
|
+
"image"
|
|
17479
|
+
],
|
|
17480
|
+
"supportsTools": true,
|
|
17481
|
+
"cost": {
|
|
17482
|
+
"input": 0,
|
|
17483
|
+
"output": 0,
|
|
17484
|
+
"cacheRead": 0,
|
|
17485
|
+
"cacheWrite": 0
|
|
17486
|
+
},
|
|
17487
|
+
"contextWindow": 1000000,
|
|
17488
|
+
"maxTokens": 64000
|
|
17489
|
+
},
|
|
17490
|
+
"gpt-5-6-sol-low": {
|
|
17491
|
+
"id": "gpt-5-6-sol-low",
|
|
17492
|
+
"name": "GPT-5.6 Sol Low Thinking",
|
|
17493
|
+
"api": "devin-agent",
|
|
17494
|
+
"provider": "devin",
|
|
17495
|
+
"baseUrl": "https://server.codeium.com",
|
|
17496
|
+
"reasoning": true,
|
|
17497
|
+
"input": [
|
|
17498
|
+
"text",
|
|
17499
|
+
"image"
|
|
17500
|
+
],
|
|
17501
|
+
"supportsTools": true,
|
|
17502
|
+
"cost": {
|
|
17503
|
+
"input": 0,
|
|
17504
|
+
"output": 0,
|
|
17505
|
+
"cacheRead": 0,
|
|
17506
|
+
"cacheWrite": 0
|
|
17507
|
+
},
|
|
17508
|
+
"contextWindow": 1000000,
|
|
17509
|
+
"maxTokens": 64000
|
|
17510
|
+
},
|
|
17511
|
+
"gpt-5-6-sol-low-priority": {
|
|
17512
|
+
"id": "gpt-5-6-sol-low-priority",
|
|
17513
|
+
"name": "GPT-5.6 Sol Low Thinking Fast",
|
|
17514
|
+
"api": "devin-agent",
|
|
17515
|
+
"provider": "devin",
|
|
17516
|
+
"baseUrl": "https://server.codeium.com",
|
|
17517
|
+
"reasoning": true,
|
|
17518
|
+
"input": [
|
|
17519
|
+
"text",
|
|
17520
|
+
"image"
|
|
17521
|
+
],
|
|
17522
|
+
"supportsTools": true,
|
|
17523
|
+
"cost": {
|
|
17524
|
+
"input": 0,
|
|
17525
|
+
"output": 0,
|
|
17526
|
+
"cacheRead": 0,
|
|
17527
|
+
"cacheWrite": 0
|
|
17528
|
+
},
|
|
17529
|
+
"contextWindow": 1000000,
|
|
17530
|
+
"maxTokens": 64000
|
|
17531
|
+
},
|
|
17532
|
+
"gpt-5-6-sol-max": {
|
|
17533
|
+
"id": "gpt-5-6-sol-max",
|
|
17534
|
+
"name": "GPT-5.6 Sol Max Thinking",
|
|
17535
|
+
"api": "devin-agent",
|
|
17536
|
+
"provider": "devin",
|
|
17537
|
+
"baseUrl": "https://server.codeium.com",
|
|
17538
|
+
"reasoning": true,
|
|
17539
|
+
"input": [
|
|
17540
|
+
"text",
|
|
17541
|
+
"image"
|
|
17542
|
+
],
|
|
17543
|
+
"supportsTools": true,
|
|
17544
|
+
"cost": {
|
|
17545
|
+
"input": 0,
|
|
17546
|
+
"output": 0,
|
|
17547
|
+
"cacheRead": 0,
|
|
17548
|
+
"cacheWrite": 0
|
|
17549
|
+
},
|
|
17550
|
+
"contextWindow": 1000000,
|
|
17551
|
+
"maxTokens": 64000
|
|
17552
|
+
},
|
|
17553
|
+
"gpt-5-6-sol-medium": {
|
|
17554
|
+
"id": "gpt-5-6-sol-medium",
|
|
17555
|
+
"name": "GPT-5.6 Sol Medium Thinking",
|
|
17556
|
+
"api": "devin-agent",
|
|
17557
|
+
"provider": "devin",
|
|
17558
|
+
"baseUrl": "https://server.codeium.com",
|
|
17559
|
+
"reasoning": true,
|
|
17560
|
+
"input": [
|
|
17561
|
+
"text",
|
|
17562
|
+
"image"
|
|
17563
|
+
],
|
|
17564
|
+
"supportsTools": true,
|
|
17565
|
+
"cost": {
|
|
17566
|
+
"input": 0,
|
|
17567
|
+
"output": 0,
|
|
17568
|
+
"cacheRead": 0,
|
|
17569
|
+
"cacheWrite": 0
|
|
17570
|
+
},
|
|
17571
|
+
"contextWindow": 1000000,
|
|
17572
|
+
"maxTokens": 64000
|
|
17573
|
+
},
|
|
17574
|
+
"gpt-5-6-sol-medium-priority": {
|
|
17575
|
+
"id": "gpt-5-6-sol-medium-priority",
|
|
17576
|
+
"name": "GPT-5.6 Sol Medium Thinking Fast",
|
|
17577
|
+
"api": "devin-agent",
|
|
17578
|
+
"provider": "devin",
|
|
17579
|
+
"baseUrl": "https://server.codeium.com",
|
|
17580
|
+
"reasoning": true,
|
|
17581
|
+
"input": [
|
|
17582
|
+
"text",
|
|
17583
|
+
"image"
|
|
17584
|
+
],
|
|
17585
|
+
"supportsTools": true,
|
|
17586
|
+
"cost": {
|
|
17587
|
+
"input": 0,
|
|
17588
|
+
"output": 0,
|
|
17589
|
+
"cacheRead": 0,
|
|
17590
|
+
"cacheWrite": 0
|
|
17591
|
+
},
|
|
17592
|
+
"contextWindow": 1000000,
|
|
17593
|
+
"maxTokens": 64000
|
|
17594
|
+
},
|
|
17595
|
+
"gpt-5-6-sol-none": {
|
|
17596
|
+
"id": "gpt-5-6-sol-none",
|
|
17597
|
+
"name": "GPT-5.6 Sol No Thinking",
|
|
17598
|
+
"api": "devin-agent",
|
|
17599
|
+
"provider": "devin",
|
|
17600
|
+
"baseUrl": "https://server.codeium.com",
|
|
17601
|
+
"reasoning": false,
|
|
17602
|
+
"input": [
|
|
17603
|
+
"text",
|
|
17604
|
+
"image"
|
|
17605
|
+
],
|
|
17606
|
+
"supportsTools": true,
|
|
17607
|
+
"cost": {
|
|
17608
|
+
"input": 0,
|
|
17609
|
+
"output": 0,
|
|
17610
|
+
"cacheRead": 0,
|
|
17611
|
+
"cacheWrite": 0
|
|
17612
|
+
},
|
|
17613
|
+
"contextWindow": 1000000,
|
|
17614
|
+
"maxTokens": 64000
|
|
17615
|
+
},
|
|
17616
|
+
"gpt-5-6-sol-none-priority": {
|
|
17617
|
+
"id": "gpt-5-6-sol-none-priority",
|
|
17618
|
+
"name": "GPT-5.6 Sol No Thinking Fast",
|
|
17619
|
+
"api": "devin-agent",
|
|
17620
|
+
"provider": "devin",
|
|
17621
|
+
"baseUrl": "https://server.codeium.com",
|
|
17622
|
+
"reasoning": false,
|
|
17623
|
+
"input": [
|
|
17624
|
+
"text",
|
|
17625
|
+
"image"
|
|
17626
|
+
],
|
|
17627
|
+
"supportsTools": true,
|
|
17628
|
+
"cost": {
|
|
17629
|
+
"input": 0,
|
|
17630
|
+
"output": 0,
|
|
17631
|
+
"cacheRead": 0,
|
|
17632
|
+
"cacheWrite": 0
|
|
17633
|
+
},
|
|
17634
|
+
"contextWindow": 1000000,
|
|
17635
|
+
"maxTokens": 64000
|
|
17636
|
+
},
|
|
17637
|
+
"gpt-5-6-sol-xhigh": {
|
|
17638
|
+
"id": "gpt-5-6-sol-xhigh",
|
|
17639
|
+
"name": "GPT-5.6 Sol XHigh Thinking",
|
|
17640
|
+
"api": "devin-agent",
|
|
17641
|
+
"provider": "devin",
|
|
17642
|
+
"baseUrl": "https://server.codeium.com",
|
|
17643
|
+
"reasoning": true,
|
|
17644
|
+
"input": [
|
|
17645
|
+
"text",
|
|
17646
|
+
"image"
|
|
17647
|
+
],
|
|
17648
|
+
"supportsTools": true,
|
|
17649
|
+
"cost": {
|
|
17650
|
+
"input": 0,
|
|
17651
|
+
"output": 0,
|
|
17652
|
+
"cacheRead": 0,
|
|
17653
|
+
"cacheWrite": 0
|
|
17654
|
+
},
|
|
17655
|
+
"contextWindow": 1000000,
|
|
17656
|
+
"maxTokens": 64000
|
|
17657
|
+
},
|
|
17658
|
+
"gpt-5-6-sol-xhigh-priority": {
|
|
17659
|
+
"id": "gpt-5-6-sol-xhigh-priority",
|
|
17660
|
+
"name": "GPT-5.6 Sol XHigh Thinking Fast",
|
|
17661
|
+
"api": "devin-agent",
|
|
17662
|
+
"provider": "devin",
|
|
17663
|
+
"baseUrl": "https://server.codeium.com",
|
|
17664
|
+
"reasoning": true,
|
|
17665
|
+
"input": [
|
|
17666
|
+
"text",
|
|
17667
|
+
"image"
|
|
17668
|
+
],
|
|
17669
|
+
"supportsTools": true,
|
|
17670
|
+
"cost": {
|
|
17671
|
+
"input": 0,
|
|
17672
|
+
"output": 0,
|
|
17673
|
+
"cacheRead": 0,
|
|
17674
|
+
"cacheWrite": 0
|
|
17675
|
+
},
|
|
17676
|
+
"contextWindow": 1000000,
|
|
17677
|
+
"maxTokens": 64000
|
|
17678
|
+
},
|
|
17679
|
+
"gpt-5-6-terra-high": {
|
|
17680
|
+
"id": "gpt-5-6-terra-high",
|
|
17681
|
+
"name": "GPT-5.6 Terra High Thinking",
|
|
17682
|
+
"api": "devin-agent",
|
|
17683
|
+
"provider": "devin",
|
|
17684
|
+
"baseUrl": "https://server.codeium.com",
|
|
17685
|
+
"reasoning": true,
|
|
17686
|
+
"input": [
|
|
17687
|
+
"text",
|
|
17688
|
+
"image"
|
|
17689
|
+
],
|
|
17690
|
+
"supportsTools": true,
|
|
17691
|
+
"cost": {
|
|
17692
|
+
"input": 0,
|
|
17693
|
+
"output": 0,
|
|
17694
|
+
"cacheRead": 0,
|
|
17695
|
+
"cacheWrite": 0
|
|
17696
|
+
},
|
|
17697
|
+
"contextWindow": 1000000,
|
|
17698
|
+
"maxTokens": 64000
|
|
17699
|
+
},
|
|
17700
|
+
"gpt-5-6-terra-high-priority": {
|
|
17701
|
+
"id": "gpt-5-6-terra-high-priority",
|
|
17702
|
+
"name": "GPT-5.6 Terra High Thinking Fast",
|
|
17703
|
+
"api": "devin-agent",
|
|
17704
|
+
"provider": "devin",
|
|
17705
|
+
"baseUrl": "https://server.codeium.com",
|
|
17706
|
+
"reasoning": true,
|
|
17707
|
+
"input": [
|
|
17708
|
+
"text",
|
|
17709
|
+
"image"
|
|
17710
|
+
],
|
|
17711
|
+
"supportsTools": true,
|
|
17712
|
+
"cost": {
|
|
17713
|
+
"input": 0,
|
|
17714
|
+
"output": 0,
|
|
17715
|
+
"cacheRead": 0,
|
|
17716
|
+
"cacheWrite": 0
|
|
17717
|
+
},
|
|
17718
|
+
"contextWindow": 1000000,
|
|
17719
|
+
"maxTokens": 64000
|
|
17720
|
+
},
|
|
17721
|
+
"gpt-5-6-terra-low": {
|
|
17722
|
+
"id": "gpt-5-6-terra-low",
|
|
17723
|
+
"name": "GPT-5.6 Terra Low Thinking",
|
|
17724
|
+
"api": "devin-agent",
|
|
17725
|
+
"provider": "devin",
|
|
17726
|
+
"baseUrl": "https://server.codeium.com",
|
|
17727
|
+
"reasoning": true,
|
|
17728
|
+
"input": [
|
|
17729
|
+
"text",
|
|
17730
|
+
"image"
|
|
17731
|
+
],
|
|
17732
|
+
"supportsTools": true,
|
|
17733
|
+
"cost": {
|
|
17734
|
+
"input": 0,
|
|
17735
|
+
"output": 0,
|
|
17736
|
+
"cacheRead": 0,
|
|
17737
|
+
"cacheWrite": 0
|
|
17738
|
+
},
|
|
17739
|
+
"contextWindow": 1000000,
|
|
17740
|
+
"maxTokens": 64000
|
|
17741
|
+
},
|
|
17742
|
+
"gpt-5-6-terra-low-priority": {
|
|
17743
|
+
"id": "gpt-5-6-terra-low-priority",
|
|
17744
|
+
"name": "GPT-5.6 Terra Low Thinking Fast",
|
|
17745
|
+
"api": "devin-agent",
|
|
17746
|
+
"provider": "devin",
|
|
17747
|
+
"baseUrl": "https://server.codeium.com",
|
|
17748
|
+
"reasoning": true,
|
|
17749
|
+
"input": [
|
|
17750
|
+
"text",
|
|
17751
|
+
"image"
|
|
17752
|
+
],
|
|
17753
|
+
"supportsTools": true,
|
|
17754
|
+
"cost": {
|
|
17755
|
+
"input": 0,
|
|
17756
|
+
"output": 0,
|
|
17757
|
+
"cacheRead": 0,
|
|
17758
|
+
"cacheWrite": 0
|
|
17759
|
+
},
|
|
17760
|
+
"contextWindow": 1000000,
|
|
17761
|
+
"maxTokens": 64000
|
|
17762
|
+
},
|
|
17763
|
+
"gpt-5-6-terra-max": {
|
|
17764
|
+
"id": "gpt-5-6-terra-max",
|
|
17765
|
+
"name": "GPT-5.6 Terra Max Thinking",
|
|
17766
|
+
"api": "devin-agent",
|
|
17767
|
+
"provider": "devin",
|
|
17768
|
+
"baseUrl": "https://server.codeium.com",
|
|
17769
|
+
"reasoning": true,
|
|
17770
|
+
"input": [
|
|
17771
|
+
"text",
|
|
17772
|
+
"image"
|
|
17773
|
+
],
|
|
17774
|
+
"supportsTools": true,
|
|
17775
|
+
"cost": {
|
|
17776
|
+
"input": 0,
|
|
17777
|
+
"output": 0,
|
|
17778
|
+
"cacheRead": 0,
|
|
17779
|
+
"cacheWrite": 0
|
|
17780
|
+
},
|
|
17781
|
+
"contextWindow": 1000000,
|
|
17782
|
+
"maxTokens": 64000
|
|
17783
|
+
},
|
|
17784
|
+
"gpt-5-6-terra-medium": {
|
|
17785
|
+
"id": "gpt-5-6-terra-medium",
|
|
17786
|
+
"name": "GPT-5.6 Terra Medium Thinking",
|
|
17787
|
+
"api": "devin-agent",
|
|
17788
|
+
"provider": "devin",
|
|
17789
|
+
"baseUrl": "https://server.codeium.com",
|
|
17790
|
+
"reasoning": true,
|
|
17791
|
+
"input": [
|
|
17792
|
+
"text",
|
|
17793
|
+
"image"
|
|
17794
|
+
],
|
|
17795
|
+
"supportsTools": true,
|
|
17796
|
+
"cost": {
|
|
17797
|
+
"input": 0,
|
|
17798
|
+
"output": 0,
|
|
17799
|
+
"cacheRead": 0,
|
|
17800
|
+
"cacheWrite": 0
|
|
17801
|
+
},
|
|
17802
|
+
"contextWindow": 1000000,
|
|
17803
|
+
"maxTokens": 64000
|
|
17804
|
+
},
|
|
17805
|
+
"gpt-5-6-terra-medium-priority": {
|
|
17806
|
+
"id": "gpt-5-6-terra-medium-priority",
|
|
17807
|
+
"name": "GPT-5.6 Terra Medium Thinking Fast",
|
|
17808
|
+
"api": "devin-agent",
|
|
17809
|
+
"provider": "devin",
|
|
17810
|
+
"baseUrl": "https://server.codeium.com",
|
|
17811
|
+
"reasoning": true,
|
|
17812
|
+
"input": [
|
|
17813
|
+
"text",
|
|
17814
|
+
"image"
|
|
17815
|
+
],
|
|
17816
|
+
"supportsTools": true,
|
|
17817
|
+
"cost": {
|
|
17818
|
+
"input": 0,
|
|
17819
|
+
"output": 0,
|
|
17820
|
+
"cacheRead": 0,
|
|
17821
|
+
"cacheWrite": 0
|
|
17822
|
+
},
|
|
17823
|
+
"contextWindow": 1000000,
|
|
17824
|
+
"maxTokens": 64000
|
|
17825
|
+
},
|
|
17826
|
+
"gpt-5-6-terra-none": {
|
|
17827
|
+
"id": "gpt-5-6-terra-none",
|
|
17828
|
+
"name": "GPT-5.6 Terra No Thinking",
|
|
17829
|
+
"api": "devin-agent",
|
|
17830
|
+
"provider": "devin",
|
|
17831
|
+
"baseUrl": "https://server.codeium.com",
|
|
17832
|
+
"reasoning": false,
|
|
17833
|
+
"input": [
|
|
17834
|
+
"text",
|
|
17835
|
+
"image"
|
|
17836
|
+
],
|
|
17837
|
+
"supportsTools": true,
|
|
17838
|
+
"cost": {
|
|
17839
|
+
"input": 0,
|
|
17840
|
+
"output": 0,
|
|
17841
|
+
"cacheRead": 0,
|
|
17842
|
+
"cacheWrite": 0
|
|
17843
|
+
},
|
|
17844
|
+
"contextWindow": 1000000,
|
|
17845
|
+
"maxTokens": 64000
|
|
17846
|
+
},
|
|
17847
|
+
"gpt-5-6-terra-none-priority": {
|
|
17848
|
+
"id": "gpt-5-6-terra-none-priority",
|
|
17849
|
+
"name": "GPT-5.6 Terra No Thinking Fast",
|
|
17850
|
+
"api": "devin-agent",
|
|
17851
|
+
"provider": "devin",
|
|
17852
|
+
"baseUrl": "https://server.codeium.com",
|
|
17853
|
+
"reasoning": false,
|
|
17854
|
+
"input": [
|
|
17855
|
+
"text",
|
|
17856
|
+
"image"
|
|
17857
|
+
],
|
|
17858
|
+
"supportsTools": true,
|
|
17859
|
+
"cost": {
|
|
17860
|
+
"input": 0,
|
|
17861
|
+
"output": 0,
|
|
17862
|
+
"cacheRead": 0,
|
|
17863
|
+
"cacheWrite": 0
|
|
17864
|
+
},
|
|
17865
|
+
"contextWindow": 1000000,
|
|
17866
|
+
"maxTokens": 64000
|
|
17867
|
+
},
|
|
17868
|
+
"gpt-5-6-terra-xhigh": {
|
|
17869
|
+
"id": "gpt-5-6-terra-xhigh",
|
|
17870
|
+
"name": "GPT-5.6 Terra XHigh Thinking",
|
|
17871
|
+
"api": "devin-agent",
|
|
17872
|
+
"provider": "devin",
|
|
17873
|
+
"baseUrl": "https://server.codeium.com",
|
|
17874
|
+
"reasoning": true,
|
|
17875
|
+
"input": [
|
|
17876
|
+
"text",
|
|
17877
|
+
"image"
|
|
17878
|
+
],
|
|
17879
|
+
"supportsTools": true,
|
|
17880
|
+
"cost": {
|
|
17881
|
+
"input": 0,
|
|
17882
|
+
"output": 0,
|
|
17883
|
+
"cacheRead": 0,
|
|
17884
|
+
"cacheWrite": 0
|
|
17885
|
+
},
|
|
17886
|
+
"contextWindow": 1000000,
|
|
17887
|
+
"maxTokens": 64000
|
|
17888
|
+
},
|
|
17889
|
+
"gpt-5-6-terra-xhigh-priority": {
|
|
17890
|
+
"id": "gpt-5-6-terra-xhigh-priority",
|
|
17891
|
+
"name": "GPT-5.6 Terra XHigh Thinking Fast",
|
|
17892
|
+
"api": "devin-agent",
|
|
17893
|
+
"provider": "devin",
|
|
17894
|
+
"baseUrl": "https://server.codeium.com",
|
|
17895
|
+
"reasoning": true,
|
|
17896
|
+
"input": [
|
|
17897
|
+
"text",
|
|
17898
|
+
"image"
|
|
17899
|
+
],
|
|
17900
|
+
"supportsTools": true,
|
|
17901
|
+
"cost": {
|
|
17902
|
+
"input": 0,
|
|
17903
|
+
"output": 0,
|
|
17904
|
+
"cacheRead": 0,
|
|
17905
|
+
"cacheWrite": 0
|
|
17906
|
+
},
|
|
17907
|
+
"contextWindow": 1000000,
|
|
17908
|
+
"maxTokens": 64000
|
|
17909
|
+
},
|
|
17227
17910
|
"kimi-k2-6": {
|
|
17228
17911
|
"id": "kimi-k2-6",
|
|
17229
17912
|
"name": "Kimi K2.6",
|
|
@@ -17454,6 +18137,46 @@
|
|
|
17454
18137
|
},
|
|
17455
18138
|
"contextWindow": 200000,
|
|
17456
18139
|
"maxTokens": 64000
|
|
18140
|
+
},
|
|
18141
|
+
"swe-1-7": {
|
|
18142
|
+
"id": "swe-1-7",
|
|
18143
|
+
"name": "SWE-1.7",
|
|
18144
|
+
"api": "devin-agent",
|
|
18145
|
+
"provider": "devin",
|
|
18146
|
+
"baseUrl": "https://server.codeium.com",
|
|
18147
|
+
"reasoning": true,
|
|
18148
|
+
"input": [
|
|
18149
|
+
"text"
|
|
18150
|
+
],
|
|
18151
|
+
"supportsTools": true,
|
|
18152
|
+
"cost": {
|
|
18153
|
+
"input": 0,
|
|
18154
|
+
"output": 0,
|
|
18155
|
+
"cacheRead": 0,
|
|
18156
|
+
"cacheWrite": 0
|
|
18157
|
+
},
|
|
18158
|
+
"contextWindow": 262000,
|
|
18159
|
+
"maxTokens": 64000
|
|
18160
|
+
},
|
|
18161
|
+
"swe-1-7-lightning": {
|
|
18162
|
+
"id": "swe-1-7-lightning",
|
|
18163
|
+
"name": "SWE-1.7 Lightning",
|
|
18164
|
+
"api": "devin-agent",
|
|
18165
|
+
"provider": "devin",
|
|
18166
|
+
"baseUrl": "https://server.codeium.com",
|
|
18167
|
+
"reasoning": true,
|
|
18168
|
+
"input": [
|
|
18169
|
+
"text"
|
|
18170
|
+
],
|
|
18171
|
+
"supportsTools": true,
|
|
18172
|
+
"cost": {
|
|
18173
|
+
"input": 0,
|
|
18174
|
+
"output": 0,
|
|
18175
|
+
"cacheRead": 0,
|
|
18176
|
+
"cacheWrite": 0
|
|
18177
|
+
},
|
|
18178
|
+
"contextWindow": 202752,
|
|
18179
|
+
"maxTokens": 64000
|
|
17457
18180
|
}
|
|
17458
18181
|
},
|
|
17459
18182
|
"firepass": {
|
|
@@ -23447,6 +24170,33 @@
|
|
|
23447
24170
|
]
|
|
23448
24171
|
}
|
|
23449
24172
|
},
|
|
24173
|
+
"openai/gpt-oss-20b": {
|
|
24174
|
+
"id": "openai/gpt-oss-20b",
|
|
24175
|
+
"name": "GPT OSS 20B",
|
|
24176
|
+
"api": "openai-completions",
|
|
24177
|
+
"provider": "huggingface",
|
|
24178
|
+
"baseUrl": "https://router.huggingface.co/v1",
|
|
24179
|
+
"reasoning": true,
|
|
24180
|
+
"input": [
|
|
24181
|
+
"text"
|
|
24182
|
+
],
|
|
24183
|
+
"cost": {
|
|
24184
|
+
"input": 0.1,
|
|
24185
|
+
"output": 0.5,
|
|
24186
|
+
"cacheRead": 0,
|
|
24187
|
+
"cacheWrite": 0
|
|
24188
|
+
},
|
|
24189
|
+
"contextWindow": 131072,
|
|
24190
|
+
"maxTokens": 32768,
|
|
24191
|
+
"thinking": {
|
|
24192
|
+
"mode": "effort",
|
|
24193
|
+
"efforts": [
|
|
24194
|
+
"low",
|
|
24195
|
+
"medium",
|
|
24196
|
+
"high"
|
|
24197
|
+
]
|
|
24198
|
+
}
|
|
24199
|
+
},
|
|
23450
24200
|
"Qwen/Qwen3-235B-A22B": {
|
|
23451
24201
|
"id": "Qwen/Qwen3-235B-A22B",
|
|
23452
24202
|
"name": "Qwen3 235B-A22B",
|
|
@@ -24542,6 +25292,44 @@
|
|
|
24542
25292
|
"contextWindow": null,
|
|
24543
25293
|
"maxTokens": null
|
|
24544
25294
|
},
|
|
25295
|
+
"aion-labs/aion-3.0": {
|
|
25296
|
+
"id": "aion-labs/aion-3.0",
|
|
25297
|
+
"name": "Aion-3.0",
|
|
25298
|
+
"api": "openai-completions",
|
|
25299
|
+
"provider": "kilo",
|
|
25300
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
25301
|
+
"reasoning": false,
|
|
25302
|
+
"input": [
|
|
25303
|
+
"text"
|
|
25304
|
+
],
|
|
25305
|
+
"cost": {
|
|
25306
|
+
"input": 0,
|
|
25307
|
+
"output": 0,
|
|
25308
|
+
"cacheRead": 0,
|
|
25309
|
+
"cacheWrite": 0
|
|
25310
|
+
},
|
|
25311
|
+
"contextWindow": null,
|
|
25312
|
+
"maxTokens": null
|
|
25313
|
+
},
|
|
25314
|
+
"aion-labs/aion-3.0-mini": {
|
|
25315
|
+
"id": "aion-labs/aion-3.0-mini",
|
|
25316
|
+
"name": "Aion-3.0-Mini",
|
|
25317
|
+
"api": "openai-completions",
|
|
25318
|
+
"provider": "kilo",
|
|
25319
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
25320
|
+
"reasoning": false,
|
|
25321
|
+
"input": [
|
|
25322
|
+
"text"
|
|
25323
|
+
],
|
|
25324
|
+
"cost": {
|
|
25325
|
+
"input": 0,
|
|
25326
|
+
"output": 0,
|
|
25327
|
+
"cacheRead": 0,
|
|
25328
|
+
"cacheWrite": 0
|
|
25329
|
+
},
|
|
25330
|
+
"contextWindow": null,
|
|
25331
|
+
"maxTokens": null
|
|
25332
|
+
},
|
|
24545
25333
|
"aion-labs/aion-rp-llama-3.1-8b": {
|
|
24546
25334
|
"id": "aion-labs/aion-rp-llama-3.1-8b",
|
|
24547
25335
|
"name": "Aion-RP 1.0 (8B)",
|
|
@@ -28532,7 +29320,7 @@
|
|
|
28532
29320
|
},
|
|
28533
29321
|
"minimax/minimax-m3": {
|
|
28534
29322
|
"id": "minimax/minimax-m3",
|
|
28535
|
-
"name": "MiniMax
|
|
29323
|
+
"name": "MiniMax M3",
|
|
28536
29324
|
"api": "openai-completions",
|
|
28537
29325
|
"provider": "kilo",
|
|
28538
29326
|
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
@@ -28542,13 +29330,13 @@
|
|
|
28542
29330
|
"image"
|
|
28543
29331
|
],
|
|
28544
29332
|
"cost": {
|
|
28545
|
-
"input": 0,
|
|
28546
|
-
"output":
|
|
28547
|
-
"cacheRead": 0,
|
|
29333
|
+
"input": 0.3,
|
|
29334
|
+
"output": 1.2,
|
|
29335
|
+
"cacheRead": 0.06,
|
|
28548
29336
|
"cacheWrite": 0
|
|
28549
29337
|
},
|
|
28550
|
-
"contextWindow":
|
|
28551
|
-
"maxTokens":
|
|
29338
|
+
"contextWindow": 1048576,
|
|
29339
|
+
"maxTokens": 512000,
|
|
28552
29340
|
"thinking": {
|
|
28553
29341
|
"mode": "effort",
|
|
28554
29342
|
"efforts": [
|
|
@@ -29470,6 +30258,25 @@
|
|
|
29470
30258
|
"contextWindow": 131072,
|
|
29471
30259
|
"maxTokens": 163840
|
|
29472
30260
|
},
|
|
30261
|
+
"nex-agi/nex-n2-mini": {
|
|
30262
|
+
"id": "nex-agi/nex-n2-mini",
|
|
30263
|
+
"name": "Nex-N2-Mini",
|
|
30264
|
+
"api": "openai-completions",
|
|
30265
|
+
"provider": "kilo",
|
|
30266
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
30267
|
+
"reasoning": false,
|
|
30268
|
+
"input": [
|
|
30269
|
+
"text"
|
|
30270
|
+
],
|
|
30271
|
+
"cost": {
|
|
30272
|
+
"input": 0,
|
|
30273
|
+
"output": 0,
|
|
30274
|
+
"cacheRead": 0,
|
|
30275
|
+
"cacheWrite": 0
|
|
30276
|
+
},
|
|
30277
|
+
"contextWindow": 262144,
|
|
30278
|
+
"maxTokens": 262144
|
|
30279
|
+
},
|
|
29473
30280
|
"nex-agi/nex-n2-pro": {
|
|
29474
30281
|
"id": "nex-agi/nex-n2-pro",
|
|
29475
30282
|
"name": "Nex-N2-Pro",
|
|
@@ -29486,8 +30293,8 @@
|
|
|
29486
30293
|
"cacheRead": 0,
|
|
29487
30294
|
"cacheWrite": 0
|
|
29488
30295
|
},
|
|
29489
|
-
"contextWindow":
|
|
29490
|
-
"maxTokens":
|
|
30296
|
+
"contextWindow": 262144,
|
|
30297
|
+
"maxTokens": 262144
|
|
29491
30298
|
},
|
|
29492
30299
|
"nex-agi/nex-n2-pro:free": {
|
|
29493
30300
|
"id": "nex-agi/nex-n2-pro:free",
|
|
@@ -29505,8 +30312,8 @@
|
|
|
29505
30312
|
"cacheRead": 0,
|
|
29506
30313
|
"cacheWrite": 0
|
|
29507
30314
|
},
|
|
29508
|
-
"contextWindow":
|
|
29509
|
-
"maxTokens":
|
|
30315
|
+
"contextWindow": 262144,
|
|
30316
|
+
"maxTokens": 262144
|
|
29510
30317
|
},
|
|
29511
30318
|
"nousresearch/hermes-2-pro-llama-3-8b": {
|
|
29512
30319
|
"id": "nousresearch/hermes-2-pro-llama-3-8b",
|
|
@@ -31048,6 +31855,120 @@
|
|
|
31048
31855
|
},
|
|
31049
31856
|
"contextPromotionTarget": "kilo/openai/gpt-5.4"
|
|
31050
31857
|
},
|
|
31858
|
+
"openai/gpt-5.6-luna": {
|
|
31859
|
+
"id": "openai/gpt-5.6-luna",
|
|
31860
|
+
"name": "GPT-5.6 Luna",
|
|
31861
|
+
"api": "openai-completions",
|
|
31862
|
+
"provider": "kilo",
|
|
31863
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
31864
|
+
"reasoning": false,
|
|
31865
|
+
"input": [
|
|
31866
|
+
"text"
|
|
31867
|
+
],
|
|
31868
|
+
"cost": {
|
|
31869
|
+
"input": 0,
|
|
31870
|
+
"output": 0,
|
|
31871
|
+
"cacheRead": 0,
|
|
31872
|
+
"cacheWrite": 0
|
|
31873
|
+
},
|
|
31874
|
+
"contextWindow": 372000,
|
|
31875
|
+
"maxTokens": 128000
|
|
31876
|
+
},
|
|
31877
|
+
"openai/gpt-5.6-luna-pro": {
|
|
31878
|
+
"id": "openai/gpt-5.6-luna-pro",
|
|
31879
|
+
"name": "GPT-5.6 Luna Pro",
|
|
31880
|
+
"api": "openai-completions",
|
|
31881
|
+
"provider": "kilo",
|
|
31882
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
31883
|
+
"reasoning": false,
|
|
31884
|
+
"input": [
|
|
31885
|
+
"text"
|
|
31886
|
+
],
|
|
31887
|
+
"cost": {
|
|
31888
|
+
"input": 0,
|
|
31889
|
+
"output": 0,
|
|
31890
|
+
"cacheRead": 0,
|
|
31891
|
+
"cacheWrite": 0
|
|
31892
|
+
},
|
|
31893
|
+
"contextWindow": 1050000,
|
|
31894
|
+
"maxTokens": 128000
|
|
31895
|
+
},
|
|
31896
|
+
"openai/gpt-5.6-sol": {
|
|
31897
|
+
"id": "openai/gpt-5.6-sol",
|
|
31898
|
+
"name": "GPT-5.6 Sol",
|
|
31899
|
+
"api": "openai-completions",
|
|
31900
|
+
"provider": "kilo",
|
|
31901
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
31902
|
+
"reasoning": false,
|
|
31903
|
+
"input": [
|
|
31904
|
+
"text"
|
|
31905
|
+
],
|
|
31906
|
+
"cost": {
|
|
31907
|
+
"input": 0,
|
|
31908
|
+
"output": 0,
|
|
31909
|
+
"cacheRead": 0,
|
|
31910
|
+
"cacheWrite": 0
|
|
31911
|
+
},
|
|
31912
|
+
"contextWindow": 372000,
|
|
31913
|
+
"maxTokens": 128000
|
|
31914
|
+
},
|
|
31915
|
+
"openai/gpt-5.6-sol-pro": {
|
|
31916
|
+
"id": "openai/gpt-5.6-sol-pro",
|
|
31917
|
+
"name": "GPT-5.6 Sol Pro",
|
|
31918
|
+
"api": "openai-completions",
|
|
31919
|
+
"provider": "kilo",
|
|
31920
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
31921
|
+
"reasoning": false,
|
|
31922
|
+
"input": [
|
|
31923
|
+
"text"
|
|
31924
|
+
],
|
|
31925
|
+
"cost": {
|
|
31926
|
+
"input": 0,
|
|
31927
|
+
"output": 0,
|
|
31928
|
+
"cacheRead": 0,
|
|
31929
|
+
"cacheWrite": 0
|
|
31930
|
+
},
|
|
31931
|
+
"contextWindow": 1050000,
|
|
31932
|
+
"maxTokens": 128000
|
|
31933
|
+
},
|
|
31934
|
+
"openai/gpt-5.6-terra": {
|
|
31935
|
+
"id": "openai/gpt-5.6-terra",
|
|
31936
|
+
"name": "GPT-5.6 Terra",
|
|
31937
|
+
"api": "openai-completions",
|
|
31938
|
+
"provider": "kilo",
|
|
31939
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
31940
|
+
"reasoning": false,
|
|
31941
|
+
"input": [
|
|
31942
|
+
"text"
|
|
31943
|
+
],
|
|
31944
|
+
"cost": {
|
|
31945
|
+
"input": 0,
|
|
31946
|
+
"output": 0,
|
|
31947
|
+
"cacheRead": 0,
|
|
31948
|
+
"cacheWrite": 0
|
|
31949
|
+
},
|
|
31950
|
+
"contextWindow": 372000,
|
|
31951
|
+
"maxTokens": 128000
|
|
31952
|
+
},
|
|
31953
|
+
"openai/gpt-5.6-terra-pro": {
|
|
31954
|
+
"id": "openai/gpt-5.6-terra-pro",
|
|
31955
|
+
"name": "GPT-5.6 Terra Pro",
|
|
31956
|
+
"api": "openai-completions",
|
|
31957
|
+
"provider": "kilo",
|
|
31958
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
31959
|
+
"reasoning": false,
|
|
31960
|
+
"input": [
|
|
31961
|
+
"text"
|
|
31962
|
+
],
|
|
31963
|
+
"cost": {
|
|
31964
|
+
"input": 0,
|
|
31965
|
+
"output": 0,
|
|
31966
|
+
"cacheRead": 0,
|
|
31967
|
+
"cacheWrite": 0
|
|
31968
|
+
},
|
|
31969
|
+
"contextWindow": 1050000,
|
|
31970
|
+
"maxTokens": 128000
|
|
31971
|
+
},
|
|
31051
31972
|
"openai/gpt-audio": {
|
|
31052
31973
|
"id": "openai/gpt-audio",
|
|
31053
31974
|
"name": "GPT Audio",
|
|
@@ -33859,6 +34780,25 @@
|
|
|
33859
34780
|
"contextWindow": null,
|
|
33860
34781
|
"maxTokens": null
|
|
33861
34782
|
},
|
|
34783
|
+
"tencent/hy3": {
|
|
34784
|
+
"id": "tencent/hy3",
|
|
34785
|
+
"name": "Hy3",
|
|
34786
|
+
"api": "openai-completions",
|
|
34787
|
+
"provider": "kilo",
|
|
34788
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
34789
|
+
"reasoning": false,
|
|
34790
|
+
"input": [
|
|
34791
|
+
"text"
|
|
34792
|
+
],
|
|
34793
|
+
"cost": {
|
|
34794
|
+
"input": 0,
|
|
34795
|
+
"output": 0,
|
|
34796
|
+
"cacheRead": 0,
|
|
34797
|
+
"cacheWrite": 0
|
|
34798
|
+
},
|
|
34799
|
+
"contextWindow": 262144,
|
|
34800
|
+
"maxTokens": null
|
|
34801
|
+
},
|
|
33862
34802
|
"tencent/hy3-preview": {
|
|
33863
34803
|
"id": "tencent/hy3-preview",
|
|
33864
34804
|
"name": "Hy3 Preview",
|
|
@@ -33907,6 +34847,25 @@
|
|
|
33907
34847
|
"contextWindow": 262144,
|
|
33908
34848
|
"maxTokens": 64000
|
|
33909
34849
|
},
|
|
34850
|
+
"tencent/hy3:free": {
|
|
34851
|
+
"id": "tencent/hy3:free",
|
|
34852
|
+
"name": "Hy3 (free)",
|
|
34853
|
+
"api": "openai-completions",
|
|
34854
|
+
"provider": "kilo",
|
|
34855
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
34856
|
+
"reasoning": false,
|
|
34857
|
+
"input": [
|
|
34858
|
+
"text"
|
|
34859
|
+
],
|
|
34860
|
+
"cost": {
|
|
34861
|
+
"input": 0,
|
|
34862
|
+
"output": 0,
|
|
34863
|
+
"cacheRead": 0,
|
|
34864
|
+
"cacheWrite": 0
|
|
34865
|
+
},
|
|
34866
|
+
"contextWindow": 262144,
|
|
34867
|
+
"maxTokens": null
|
|
34868
|
+
},
|
|
33910
34869
|
"thedrummer/cydonia-24b-v4.1": {
|
|
33911
34870
|
"id": "thedrummer/cydonia-24b-v4.1",
|
|
33912
34871
|
"name": "Cydonia 24B V4.1",
|
|
@@ -37363,6 +38322,44 @@
|
|
|
37363
38322
|
"contextWindow": null,
|
|
37364
38323
|
"maxTokens": null
|
|
37365
38324
|
},
|
|
38325
|
+
"aion-labs/aion-3.0": {
|
|
38326
|
+
"id": "aion-labs/aion-3.0",
|
|
38327
|
+
"name": "aion-labs/aion-3.0",
|
|
38328
|
+
"api": "openai-completions",
|
|
38329
|
+
"provider": "nanogpt",
|
|
38330
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
38331
|
+
"reasoning": false,
|
|
38332
|
+
"input": [
|
|
38333
|
+
"text"
|
|
38334
|
+
],
|
|
38335
|
+
"cost": {
|
|
38336
|
+
"input": 0,
|
|
38337
|
+
"output": 0,
|
|
38338
|
+
"cacheRead": 0,
|
|
38339
|
+
"cacheWrite": 0
|
|
38340
|
+
},
|
|
38341
|
+
"contextWindow": null,
|
|
38342
|
+
"maxTokens": null
|
|
38343
|
+
},
|
|
38344
|
+
"aion-labs/aion-3.0-mini": {
|
|
38345
|
+
"id": "aion-labs/aion-3.0-mini",
|
|
38346
|
+
"name": "aion-labs/aion-3.0-mini",
|
|
38347
|
+
"api": "openai-completions",
|
|
38348
|
+
"provider": "nanogpt",
|
|
38349
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
38350
|
+
"reasoning": false,
|
|
38351
|
+
"input": [
|
|
38352
|
+
"text"
|
|
38353
|
+
],
|
|
38354
|
+
"cost": {
|
|
38355
|
+
"input": 0,
|
|
38356
|
+
"output": 0,
|
|
38357
|
+
"cacheRead": 0,
|
|
38358
|
+
"cacheWrite": 0
|
|
38359
|
+
},
|
|
38360
|
+
"contextWindow": null,
|
|
38361
|
+
"maxTokens": null
|
|
38362
|
+
},
|
|
37366
38363
|
"aion-labs/aion-rp-llama-3.1-8b": {
|
|
37367
38364
|
"id": "aion-labs/aion-rp-llama-3.1-8b",
|
|
37368
38365
|
"name": "aion-labs/aion-rp-llama-3.1-8b",
|
|
@@ -44952,6 +45949,25 @@
|
|
|
44952
45949
|
"contextWindow": null,
|
|
44953
45950
|
"maxTokens": null
|
|
44954
45951
|
},
|
|
45952
|
+
"mellum2-12b-a2-5b-instruct": {
|
|
45953
|
+
"id": "mellum2-12b-a2-5b-instruct",
|
|
45954
|
+
"name": "mellum2-12b-a2-5b-instruct",
|
|
45955
|
+
"api": "openai-completions",
|
|
45956
|
+
"provider": "nanogpt",
|
|
45957
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
45958
|
+
"reasoning": false,
|
|
45959
|
+
"input": [
|
|
45960
|
+
"text"
|
|
45961
|
+
],
|
|
45962
|
+
"cost": {
|
|
45963
|
+
"input": 0,
|
|
45964
|
+
"output": 0,
|
|
45965
|
+
"cacheRead": 0,
|
|
45966
|
+
"cacheWrite": 0
|
|
45967
|
+
},
|
|
45968
|
+
"contextWindow": null,
|
|
45969
|
+
"maxTokens": null
|
|
45970
|
+
},
|
|
44955
45971
|
"mercury-2": {
|
|
44956
45972
|
"id": "mercury-2",
|
|
44957
45973
|
"name": "Mercury 2",
|
|
@@ -46617,6 +47633,25 @@
|
|
|
46617
47633
|
"contextWindow": 131072,
|
|
46618
47634
|
"maxTokens": 163840
|
|
46619
47635
|
},
|
|
47636
|
+
"nex-agi/nex-n2-mini": {
|
|
47637
|
+
"id": "nex-agi/nex-n2-mini",
|
|
47638
|
+
"name": "nex-agi/nex-n2-mini",
|
|
47639
|
+
"api": "openai-completions",
|
|
47640
|
+
"provider": "nanogpt",
|
|
47641
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
47642
|
+
"reasoning": false,
|
|
47643
|
+
"input": [
|
|
47644
|
+
"text"
|
|
47645
|
+
],
|
|
47646
|
+
"cost": {
|
|
47647
|
+
"input": 0,
|
|
47648
|
+
"output": 0,
|
|
47649
|
+
"cacheRead": 0,
|
|
47650
|
+
"cacheWrite": 0
|
|
47651
|
+
},
|
|
47652
|
+
"contextWindow": 262144,
|
|
47653
|
+
"maxTokens": 262144
|
|
47654
|
+
},
|
|
46620
47655
|
"nex-agi/nex-n2-pro": {
|
|
46621
47656
|
"id": "nex-agi/nex-n2-pro",
|
|
46622
47657
|
"name": "nex-agi/nex-n2-pro",
|
|
@@ -46633,8 +47668,8 @@
|
|
|
46633
47668
|
"cacheRead": 0,
|
|
46634
47669
|
"cacheWrite": 0
|
|
46635
47670
|
},
|
|
46636
|
-
"contextWindow":
|
|
46637
|
-
"maxTokens":
|
|
47671
|
+
"contextWindow": 262144,
|
|
47672
|
+
"maxTokens": 262144
|
|
46638
47673
|
},
|
|
46639
47674
|
"nothingiisreal/L3.1-70B-Celeste-V0.1-BF16": {
|
|
46640
47675
|
"id": "nothingiisreal/L3.1-70B-Celeste-V0.1-BF16",
|
|
@@ -48807,7 +49842,7 @@
|
|
|
48807
49842
|
},
|
|
48808
49843
|
"Qwen/Qwen3-235B-A22B-Instruct-2507": {
|
|
48809
49844
|
"id": "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
|
48810
|
-
"name": "Qwen3 235B A22B
|
|
49845
|
+
"name": "Qwen3 235B A22B-2507",
|
|
48811
49846
|
"api": "openai-completions",
|
|
48812
49847
|
"provider": "nanogpt",
|
|
48813
49848
|
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
@@ -48864,7 +49899,7 @@
|
|
|
48864
49899
|
},
|
|
48865
49900
|
"Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
48866
49901
|
"id": "Qwen/Qwen3-235B-A22B-Thinking-2507",
|
|
48867
|
-
"name": "Qwen3
|
|
49902
|
+
"name": "Qwen3 235B A22B Thinking-2507",
|
|
48868
49903
|
"api": "openai-completions",
|
|
48869
49904
|
"provider": "nanogpt",
|
|
48870
49905
|
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
@@ -49250,7 +50285,7 @@
|
|
|
49250
50285
|
},
|
|
49251
50286
|
"Qwen/Qwen3.6-35B-A3B": {
|
|
49252
50287
|
"id": "Qwen/Qwen3.6-35B-A3B",
|
|
49253
|
-
"name": "Qwen3.6 35B
|
|
50288
|
+
"name": "Qwen3.6 35B A3B",
|
|
49254
50289
|
"api": "openai-completions",
|
|
49255
50290
|
"provider": "nanogpt",
|
|
49256
50291
|
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
@@ -52675,28 +53710,77 @@
|
|
|
52675
53710
|
]
|
|
52676
53711
|
}
|
|
52677
53712
|
},
|
|
52678
|
-
"x-ai/grok-4.20-beta-non-reasoning": {
|
|
52679
|
-
"id": "x-ai/grok-4.20-beta-non-reasoning",
|
|
52680
|
-
"name": "x-ai/grok-4.20-beta-non-reasoning",
|
|
52681
|
-
"api": "openai-completions",
|
|
52682
|
-
"provider": "nanogpt",
|
|
52683
|
-
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
52684
|
-
"reasoning": false,
|
|
52685
|
-
"input": [
|
|
52686
|
-
"text"
|
|
52687
|
-
],
|
|
52688
|
-
"cost": {
|
|
52689
|
-
"input": 0,
|
|
52690
|
-
"output": 0,
|
|
52691
|
-
"cacheRead": 0,
|
|
52692
|
-
"cacheWrite": 0
|
|
52693
|
-
},
|
|
52694
|
-
"contextWindow": null,
|
|
52695
|
-
"maxTokens": null
|
|
52696
|
-
},
|
|
52697
|
-
"x-ai/grok-4.20-beta-reasoning": {
|
|
52698
|
-
"id": "x-ai/grok-4.20-beta-reasoning",
|
|
52699
|
-
"name": "x-ai/grok-4.20-beta-reasoning",
|
|
53713
|
+
"x-ai/grok-4.20-beta-non-reasoning": {
|
|
53714
|
+
"id": "x-ai/grok-4.20-beta-non-reasoning",
|
|
53715
|
+
"name": "x-ai/grok-4.20-beta-non-reasoning",
|
|
53716
|
+
"api": "openai-completions",
|
|
53717
|
+
"provider": "nanogpt",
|
|
53718
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
53719
|
+
"reasoning": false,
|
|
53720
|
+
"input": [
|
|
53721
|
+
"text"
|
|
53722
|
+
],
|
|
53723
|
+
"cost": {
|
|
53724
|
+
"input": 0,
|
|
53725
|
+
"output": 0,
|
|
53726
|
+
"cacheRead": 0,
|
|
53727
|
+
"cacheWrite": 0
|
|
53728
|
+
},
|
|
53729
|
+
"contextWindow": null,
|
|
53730
|
+
"maxTokens": null
|
|
53731
|
+
},
|
|
53732
|
+
"x-ai/grok-4.20-beta-reasoning": {
|
|
53733
|
+
"id": "x-ai/grok-4.20-beta-reasoning",
|
|
53734
|
+
"name": "x-ai/grok-4.20-beta-reasoning",
|
|
53735
|
+
"api": "openai-completions",
|
|
53736
|
+
"provider": "nanogpt",
|
|
53737
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
53738
|
+
"reasoning": false,
|
|
53739
|
+
"input": [
|
|
53740
|
+
"text"
|
|
53741
|
+
],
|
|
53742
|
+
"cost": {
|
|
53743
|
+
"input": 0,
|
|
53744
|
+
"output": 0,
|
|
53745
|
+
"cacheRead": 0,
|
|
53746
|
+
"cacheWrite": 0
|
|
53747
|
+
},
|
|
53748
|
+
"contextWindow": null,
|
|
53749
|
+
"maxTokens": null
|
|
53750
|
+
},
|
|
53751
|
+
"x-ai/grok-4.20-multi-agent": {
|
|
53752
|
+
"id": "x-ai/grok-4.20-multi-agent",
|
|
53753
|
+
"name": "Grok 4.20 Multi-Agent",
|
|
53754
|
+
"api": "openai-completions",
|
|
53755
|
+
"provider": "nanogpt",
|
|
53756
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
53757
|
+
"reasoning": true,
|
|
53758
|
+
"input": [
|
|
53759
|
+
"text",
|
|
53760
|
+
"image"
|
|
53761
|
+
],
|
|
53762
|
+
"cost": {
|
|
53763
|
+
"input": 2,
|
|
53764
|
+
"output": 6,
|
|
53765
|
+
"cacheRead": 0,
|
|
53766
|
+
"cacheWrite": 0
|
|
53767
|
+
},
|
|
53768
|
+
"contextWindow": 2000000,
|
|
53769
|
+
"maxTokens": 131072,
|
|
53770
|
+
"thinking": {
|
|
53771
|
+
"mode": "effort",
|
|
53772
|
+
"efforts": [
|
|
53773
|
+
"minimal",
|
|
53774
|
+
"low",
|
|
53775
|
+
"medium",
|
|
53776
|
+
"high",
|
|
53777
|
+
"xhigh"
|
|
53778
|
+
]
|
|
53779
|
+
}
|
|
53780
|
+
},
|
|
53781
|
+
"x-ai/grok-4.20-multi-agent-beta": {
|
|
53782
|
+
"id": "x-ai/grok-4.20-multi-agent-beta",
|
|
53783
|
+
"name": "x-ai/grok-4.20-multi-agent-beta",
|
|
52700
53784
|
"api": "openai-completions",
|
|
52701
53785
|
"provider": "nanogpt",
|
|
52702
53786
|
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
@@ -52710,12 +53794,12 @@
|
|
|
52710
53794
|
"cacheRead": 0,
|
|
52711
53795
|
"cacheWrite": 0
|
|
52712
53796
|
},
|
|
52713
|
-
"contextWindow":
|
|
52714
|
-
"maxTokens":
|
|
53797
|
+
"contextWindow": 2000000,
|
|
53798
|
+
"maxTokens": 2000000
|
|
52715
53799
|
},
|
|
52716
|
-
"x-ai/grok-4.
|
|
52717
|
-
"id": "x-ai/grok-4.
|
|
52718
|
-
"name": "Grok 4.
|
|
53800
|
+
"x-ai/grok-4.3": {
|
|
53801
|
+
"id": "x-ai/grok-4.3",
|
|
53802
|
+
"name": "Grok 4.3",
|
|
52719
53803
|
"api": "openai-completions",
|
|
52720
53804
|
"provider": "nanogpt",
|
|
52721
53805
|
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
@@ -52725,13 +53809,13 @@
|
|
|
52725
53809
|
"image"
|
|
52726
53810
|
],
|
|
52727
53811
|
"cost": {
|
|
52728
|
-
"input":
|
|
52729
|
-
"output":
|
|
52730
|
-
"cacheRead": 0,
|
|
53812
|
+
"input": 1.25,
|
|
53813
|
+
"output": 2.5,
|
|
53814
|
+
"cacheRead": 0.2,
|
|
52731
53815
|
"cacheWrite": 0
|
|
52732
53816
|
},
|
|
52733
|
-
"contextWindow":
|
|
52734
|
-
"maxTokens":
|
|
53817
|
+
"contextWindow": 1000000,
|
|
53818
|
+
"maxTokens": 1000000,
|
|
52735
53819
|
"thinking": {
|
|
52736
53820
|
"mode": "effort",
|
|
52737
53821
|
"efforts": [
|
|
@@ -52743,9 +53827,9 @@
|
|
|
52743
53827
|
]
|
|
52744
53828
|
}
|
|
52745
53829
|
},
|
|
52746
|
-
"x-ai/grok-4.
|
|
52747
|
-
"id": "x-ai/grok-4.
|
|
52748
|
-
"name": "x-ai/grok-4.
|
|
53830
|
+
"x-ai/grok-4.5": {
|
|
53831
|
+
"id": "x-ai/grok-4.5",
|
|
53832
|
+
"name": "x-ai/grok-4.5",
|
|
52749
53833
|
"api": "openai-completions",
|
|
52750
53834
|
"provider": "nanogpt",
|
|
52751
53835
|
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
@@ -52759,38 +53843,8 @@
|
|
|
52759
53843
|
"cacheRead": 0,
|
|
52760
53844
|
"cacheWrite": 0
|
|
52761
53845
|
},
|
|
52762
|
-
"contextWindow":
|
|
52763
|
-
"maxTokens":
|
|
52764
|
-
},
|
|
52765
|
-
"x-ai/grok-4.3": {
|
|
52766
|
-
"id": "x-ai/grok-4.3",
|
|
52767
|
-
"name": "Grok 4.3",
|
|
52768
|
-
"api": "openai-completions",
|
|
52769
|
-
"provider": "nanogpt",
|
|
52770
|
-
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
52771
|
-
"reasoning": true,
|
|
52772
|
-
"input": [
|
|
52773
|
-
"text",
|
|
52774
|
-
"image"
|
|
52775
|
-
],
|
|
52776
|
-
"cost": {
|
|
52777
|
-
"input": 1.25,
|
|
52778
|
-
"output": 2.5,
|
|
52779
|
-
"cacheRead": 0.2,
|
|
52780
|
-
"cacheWrite": 0
|
|
52781
|
-
},
|
|
52782
|
-
"contextWindow": 1000000,
|
|
52783
|
-
"maxTokens": 1000000,
|
|
52784
|
-
"thinking": {
|
|
52785
|
-
"mode": "effort",
|
|
52786
|
-
"efforts": [
|
|
52787
|
-
"minimal",
|
|
52788
|
-
"low",
|
|
52789
|
-
"medium",
|
|
52790
|
-
"high",
|
|
52791
|
-
"xhigh"
|
|
52792
|
-
]
|
|
52793
|
-
}
|
|
53846
|
+
"contextWindow": 500000,
|
|
53847
|
+
"maxTokens": 500000
|
|
52794
53848
|
},
|
|
52795
53849
|
"x-ai/grok-build-0.1": {
|
|
52796
53850
|
"id": "x-ai/grok-build-0.1",
|
|
@@ -60261,7 +61315,7 @@
|
|
|
60261
61315
|
"contextWindow": 272000,
|
|
60262
61316
|
"maxTokens": 128000,
|
|
60263
61317
|
"preferWebsockets": true,
|
|
60264
|
-
"priority":
|
|
61318
|
+
"priority": 0,
|
|
60265
61319
|
"applyPatchToolType": "freeform",
|
|
60266
61320
|
"thinking": {
|
|
60267
61321
|
"mode": "effort",
|
|
@@ -60273,6 +61327,117 @@
|
|
|
60273
61327
|
]
|
|
60274
61328
|
},
|
|
60275
61329
|
"contextPromotionTarget": "openai-codex/gpt-5.4"
|
|
61330
|
+
},
|
|
61331
|
+
"gpt-5.6-luna": {
|
|
61332
|
+
"id": "gpt-5.6-luna",
|
|
61333
|
+
"name": "GPT-5.6-Luna",
|
|
61334
|
+
"api": "openai-codex-responses",
|
|
61335
|
+
"provider": "openai-codex",
|
|
61336
|
+
"baseUrl": "https://chatgpt.com/backend-api",
|
|
61337
|
+
"reasoning": true,
|
|
61338
|
+
"input": [
|
|
61339
|
+
"text",
|
|
61340
|
+
"image"
|
|
61341
|
+
],
|
|
61342
|
+
"cost": {
|
|
61343
|
+
"input": 0,
|
|
61344
|
+
"output": 0,
|
|
61345
|
+
"cacheRead": 0,
|
|
61346
|
+
"cacheWrite": 0
|
|
61347
|
+
},
|
|
61348
|
+
"remoteCompaction": {
|
|
61349
|
+
"enabled": true,
|
|
61350
|
+
"api": "openai-codex-responses",
|
|
61351
|
+
"v2StreamingEnabled": true
|
|
61352
|
+
},
|
|
61353
|
+
"contextWindow": 372000,
|
|
61354
|
+
"maxTokens": 128000,
|
|
61355
|
+
"preferWebsockets": true,
|
|
61356
|
+
"priority": 3,
|
|
61357
|
+
"applyPatchToolType": "freeform",
|
|
61358
|
+
"thinking": {
|
|
61359
|
+
"mode": "effort",
|
|
61360
|
+
"efforts": [
|
|
61361
|
+
"low",
|
|
61362
|
+
"medium",
|
|
61363
|
+
"high",
|
|
61364
|
+
"xhigh"
|
|
61365
|
+
]
|
|
61366
|
+
}
|
|
61367
|
+
},
|
|
61368
|
+
"gpt-5.6-sol": {
|
|
61369
|
+
"id": "gpt-5.6-sol",
|
|
61370
|
+
"name": "GPT-5.6-Sol",
|
|
61371
|
+
"api": "openai-codex-responses",
|
|
61372
|
+
"provider": "openai-codex",
|
|
61373
|
+
"baseUrl": "https://chatgpt.com/backend-api",
|
|
61374
|
+
"reasoning": true,
|
|
61375
|
+
"input": [
|
|
61376
|
+
"text",
|
|
61377
|
+
"image"
|
|
61378
|
+
],
|
|
61379
|
+
"cost": {
|
|
61380
|
+
"input": 0,
|
|
61381
|
+
"output": 0,
|
|
61382
|
+
"cacheRead": 0,
|
|
61383
|
+
"cacheWrite": 0
|
|
61384
|
+
},
|
|
61385
|
+
"remoteCompaction": {
|
|
61386
|
+
"enabled": true,
|
|
61387
|
+
"api": "openai-codex-responses",
|
|
61388
|
+
"v2StreamingEnabled": true
|
|
61389
|
+
},
|
|
61390
|
+
"contextWindow": 372000,
|
|
61391
|
+
"maxTokens": 128000,
|
|
61392
|
+
"preferWebsockets": true,
|
|
61393
|
+
"priority": 1,
|
|
61394
|
+
"applyPatchToolType": "freeform",
|
|
61395
|
+
"thinking": {
|
|
61396
|
+
"mode": "effort",
|
|
61397
|
+
"efforts": [
|
|
61398
|
+
"low",
|
|
61399
|
+
"medium",
|
|
61400
|
+
"high",
|
|
61401
|
+
"xhigh"
|
|
61402
|
+
]
|
|
61403
|
+
}
|
|
61404
|
+
},
|
|
61405
|
+
"gpt-5.6-terra": {
|
|
61406
|
+
"id": "gpt-5.6-terra",
|
|
61407
|
+
"name": "GPT-5.6-Terra",
|
|
61408
|
+
"api": "openai-codex-responses",
|
|
61409
|
+
"provider": "openai-codex",
|
|
61410
|
+
"baseUrl": "https://chatgpt.com/backend-api",
|
|
61411
|
+
"reasoning": true,
|
|
61412
|
+
"input": [
|
|
61413
|
+
"text",
|
|
61414
|
+
"image"
|
|
61415
|
+
],
|
|
61416
|
+
"cost": {
|
|
61417
|
+
"input": 0,
|
|
61418
|
+
"output": 0,
|
|
61419
|
+
"cacheRead": 0,
|
|
61420
|
+
"cacheWrite": 0
|
|
61421
|
+
},
|
|
61422
|
+
"remoteCompaction": {
|
|
61423
|
+
"enabled": true,
|
|
61424
|
+
"api": "openai-codex-responses",
|
|
61425
|
+
"v2StreamingEnabled": true
|
|
61426
|
+
},
|
|
61427
|
+
"contextWindow": 372000,
|
|
61428
|
+
"maxTokens": 128000,
|
|
61429
|
+
"preferWebsockets": true,
|
|
61430
|
+
"priority": 2,
|
|
61431
|
+
"applyPatchToolType": "freeform",
|
|
61432
|
+
"thinking": {
|
|
61433
|
+
"mode": "effort",
|
|
61434
|
+
"efforts": [
|
|
61435
|
+
"low",
|
|
61436
|
+
"medium",
|
|
61437
|
+
"high",
|
|
61438
|
+
"xhigh"
|
|
61439
|
+
]
|
|
61440
|
+
}
|
|
60276
61441
|
}
|
|
60277
61442
|
},
|
|
60278
61443
|
"opencode": {
|
|
@@ -62311,6 +63476,36 @@
|
|
|
62311
63476
|
},
|
|
62312
63477
|
"contextPromotionTarget": "opencode-zen/gpt-5.4"
|
|
62313
63478
|
},
|
|
63479
|
+
"grok-4.5": {
|
|
63480
|
+
"id": "grok-4.5",
|
|
63481
|
+
"name": "Grok 4.5",
|
|
63482
|
+
"api": "openai-completions",
|
|
63483
|
+
"provider": "opencode-zen",
|
|
63484
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
63485
|
+
"reasoning": true,
|
|
63486
|
+
"input": [
|
|
63487
|
+
"text",
|
|
63488
|
+
"image"
|
|
63489
|
+
],
|
|
63490
|
+
"cost": {
|
|
63491
|
+
"input": 2,
|
|
63492
|
+
"output": 6,
|
|
63493
|
+
"cacheRead": 0.5,
|
|
63494
|
+
"cacheWrite": 0
|
|
63495
|
+
},
|
|
63496
|
+
"contextWindow": 500000,
|
|
63497
|
+
"maxTokens": 500000,
|
|
63498
|
+
"thinking": {
|
|
63499
|
+
"mode": "effort",
|
|
63500
|
+
"efforts": [
|
|
63501
|
+
"minimal",
|
|
63502
|
+
"low",
|
|
63503
|
+
"medium",
|
|
63504
|
+
"high",
|
|
63505
|
+
"xhigh"
|
|
63506
|
+
]
|
|
63507
|
+
}
|
|
63508
|
+
},
|
|
62314
63509
|
"grok-build-0.1": {
|
|
62315
63510
|
"id": "grok-build-0.1",
|
|
62316
63511
|
"name": "Grok Build 0.1",
|
|
@@ -62341,6 +63536,35 @@
|
|
|
62341
63536
|
]
|
|
62342
63537
|
}
|
|
62343
63538
|
},
|
|
63539
|
+
"hy3-free": {
|
|
63540
|
+
"id": "hy3-free",
|
|
63541
|
+
"name": "Hy3 Free",
|
|
63542
|
+
"api": "openai-completions",
|
|
63543
|
+
"provider": "opencode-zen",
|
|
63544
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
63545
|
+
"reasoning": true,
|
|
63546
|
+
"input": [
|
|
63547
|
+
"text"
|
|
63548
|
+
],
|
|
63549
|
+
"cost": {
|
|
63550
|
+
"input": 0,
|
|
63551
|
+
"output": 0,
|
|
63552
|
+
"cacheRead": 0,
|
|
63553
|
+
"cacheWrite": 0
|
|
63554
|
+
},
|
|
63555
|
+
"contextWindow": 256000,
|
|
63556
|
+
"maxTokens": 64000,
|
|
63557
|
+
"thinking": {
|
|
63558
|
+
"mode": "effort",
|
|
63559
|
+
"efforts": [
|
|
63560
|
+
"minimal",
|
|
63561
|
+
"low",
|
|
63562
|
+
"medium",
|
|
63563
|
+
"high",
|
|
63564
|
+
"xhigh"
|
|
63565
|
+
]
|
|
63566
|
+
}
|
|
63567
|
+
},
|
|
62344
63568
|
"hy3-preview-free": {
|
|
62345
63569
|
"id": "hy3-preview-free",
|
|
62346
63570
|
"name": "Hy3 preview Free",
|
|
@@ -63214,7 +64438,7 @@
|
|
|
63214
64438
|
"image"
|
|
63215
64439
|
],
|
|
63216
64440
|
"cost": {
|
|
63217
|
-
"input": 0.
|
|
64441
|
+
"input": 0.65,
|
|
63218
64442
|
"output": 3.41,
|
|
63219
64443
|
"cacheRead": 0.14,
|
|
63220
64444
|
"cacheWrite": 0
|
|
@@ -63289,6 +64513,35 @@
|
|
|
63289
64513
|
]
|
|
63290
64514
|
}
|
|
63291
64515
|
},
|
|
64516
|
+
"~x-ai/grok-latest": {
|
|
64517
|
+
"id": "~x-ai/grok-latest",
|
|
64518
|
+
"name": "Grok Latest",
|
|
64519
|
+
"api": "openrouter",
|
|
64520
|
+
"provider": "openrouter",
|
|
64521
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
64522
|
+
"reasoning": true,
|
|
64523
|
+
"input": [
|
|
64524
|
+
"text",
|
|
64525
|
+
"image"
|
|
64526
|
+
],
|
|
64527
|
+
"cost": {
|
|
64528
|
+
"input": 2,
|
|
64529
|
+
"output": 6,
|
|
64530
|
+
"cacheRead": 0.5,
|
|
64531
|
+
"cacheWrite": 0
|
|
64532
|
+
},
|
|
64533
|
+
"contextWindow": 500000,
|
|
64534
|
+
"maxTokens": null,
|
|
64535
|
+
"thinking": {
|
|
64536
|
+
"mode": "effort",
|
|
64537
|
+
"efforts": [
|
|
64538
|
+
"minimal",
|
|
64539
|
+
"low",
|
|
64540
|
+
"medium",
|
|
64541
|
+
"high"
|
|
64542
|
+
]
|
|
64543
|
+
}
|
|
64544
|
+
},
|
|
63292
64545
|
"ai21/jamba-large-1.7": {
|
|
63293
64546
|
"id": "ai21/jamba-large-1.7",
|
|
63294
64547
|
"name": "Jamba Large 1.7",
|
|
@@ -63308,6 +64561,90 @@
|
|
|
63308
64561
|
"contextWindow": 256000,
|
|
63309
64562
|
"maxTokens": 4096
|
|
63310
64563
|
},
|
|
64564
|
+
"aion-labs/aion-2.0": {
|
|
64565
|
+
"id": "aion-labs/aion-2.0",
|
|
64566
|
+
"name": "Aion-2.0",
|
|
64567
|
+
"api": "openrouter",
|
|
64568
|
+
"provider": "openrouter",
|
|
64569
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
64570
|
+
"reasoning": true,
|
|
64571
|
+
"input": [
|
|
64572
|
+
"text"
|
|
64573
|
+
],
|
|
64574
|
+
"cost": {
|
|
64575
|
+
"input": 0.7999999999999999,
|
|
64576
|
+
"output": 1.5999999999999999,
|
|
64577
|
+
"cacheRead": 0.19999999999999998,
|
|
64578
|
+
"cacheWrite": 0
|
|
64579
|
+
},
|
|
64580
|
+
"contextWindow": 131072,
|
|
64581
|
+
"maxTokens": 32768,
|
|
64582
|
+
"thinking": {
|
|
64583
|
+
"mode": "effort",
|
|
64584
|
+
"efforts": [
|
|
64585
|
+
"minimal",
|
|
64586
|
+
"low",
|
|
64587
|
+
"medium",
|
|
64588
|
+
"high"
|
|
64589
|
+
]
|
|
64590
|
+
}
|
|
64591
|
+
},
|
|
64592
|
+
"aion-labs/aion-3.0": {
|
|
64593
|
+
"id": "aion-labs/aion-3.0",
|
|
64594
|
+
"name": "Aion-3.0",
|
|
64595
|
+
"api": "openrouter",
|
|
64596
|
+
"provider": "openrouter",
|
|
64597
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
64598
|
+
"reasoning": true,
|
|
64599
|
+
"input": [
|
|
64600
|
+
"text"
|
|
64601
|
+
],
|
|
64602
|
+
"cost": {
|
|
64603
|
+
"input": 3,
|
|
64604
|
+
"output": 6,
|
|
64605
|
+
"cacheRead": 0.75,
|
|
64606
|
+
"cacheWrite": 0
|
|
64607
|
+
},
|
|
64608
|
+
"contextWindow": 131072,
|
|
64609
|
+
"maxTokens": 32768,
|
|
64610
|
+
"thinking": {
|
|
64611
|
+
"mode": "effort",
|
|
64612
|
+
"efforts": [
|
|
64613
|
+
"minimal",
|
|
64614
|
+
"low",
|
|
64615
|
+
"medium",
|
|
64616
|
+
"high"
|
|
64617
|
+
]
|
|
64618
|
+
}
|
|
64619
|
+
},
|
|
64620
|
+
"aion-labs/aion-3.0-mini": {
|
|
64621
|
+
"id": "aion-labs/aion-3.0-mini",
|
|
64622
|
+
"name": "Aion-3.0-Mini",
|
|
64623
|
+
"api": "openrouter",
|
|
64624
|
+
"provider": "openrouter",
|
|
64625
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
64626
|
+
"reasoning": true,
|
|
64627
|
+
"input": [
|
|
64628
|
+
"text"
|
|
64629
|
+
],
|
|
64630
|
+
"cost": {
|
|
64631
|
+
"input": 0.7,
|
|
64632
|
+
"output": 1.4,
|
|
64633
|
+
"cacheRead": 0.18,
|
|
64634
|
+
"cacheWrite": 0
|
|
64635
|
+
},
|
|
64636
|
+
"contextWindow": 131072,
|
|
64637
|
+
"maxTokens": 32768,
|
|
64638
|
+
"thinking": {
|
|
64639
|
+
"mode": "effort",
|
|
64640
|
+
"efforts": [
|
|
64641
|
+
"minimal",
|
|
64642
|
+
"low",
|
|
64643
|
+
"medium",
|
|
64644
|
+
"high"
|
|
64645
|
+
]
|
|
64646
|
+
}
|
|
64647
|
+
},
|
|
63311
64648
|
"alibaba/tongyi-deepresearch-30b-a3b": {
|
|
63312
64649
|
"id": "alibaba/tongyi-deepresearch-30b-a3b",
|
|
63313
64650
|
"name": "Tongyi DeepResearch 30B A3B",
|
|
@@ -64846,7 +66183,7 @@
|
|
|
64846
66183
|
"cacheWrite": 0
|
|
64847
66184
|
},
|
|
64848
66185
|
"contextWindow": 1048576,
|
|
64849
|
-
"maxTokens":
|
|
66186
|
+
"maxTokens": 65536,
|
|
64850
66187
|
"thinking": {
|
|
64851
66188
|
"mode": "effort",
|
|
64852
66189
|
"efforts": [
|
|
@@ -66146,8 +67483,8 @@
|
|
|
66146
67483
|
"text"
|
|
66147
67484
|
],
|
|
66148
67485
|
"cost": {
|
|
66149
|
-
"input": 0.
|
|
66150
|
-
"output": 0.
|
|
67486
|
+
"input": 0.15,
|
|
67487
|
+
"output": 0.8999999999999999,
|
|
66151
67488
|
"cacheRead": 0.049999999999999996,
|
|
66152
67489
|
"cacheWrite": 0
|
|
66153
67490
|
},
|
|
@@ -66205,8 +67542,8 @@
|
|
|
66205
67542
|
"text"
|
|
66206
67543
|
],
|
|
66207
67544
|
"cost": {
|
|
66208
|
-
"input": 0.
|
|
66209
|
-
"output": 0.
|
|
67545
|
+
"input": 0.24,
|
|
67546
|
+
"output": 0.96,
|
|
66210
67547
|
"cacheRead": 0.049999999999999996,
|
|
66211
67548
|
"cacheWrite": 0
|
|
66212
67549
|
},
|
|
@@ -66224,7 +67561,7 @@
|
|
|
66224
67561
|
},
|
|
66225
67562
|
"minimax/minimax-m3": {
|
|
66226
67563
|
"id": "minimax/minimax-m3",
|
|
66227
|
-
"name": "MiniMax
|
|
67564
|
+
"name": "MiniMax M3",
|
|
66228
67565
|
"api": "openrouter",
|
|
66229
67566
|
"provider": "openrouter",
|
|
66230
67567
|
"baseUrl": "https://openrouter.ai/api/v1",
|
|
@@ -66875,7 +68212,7 @@
|
|
|
66875
68212
|
"cost": {
|
|
66876
68213
|
"input": 0.375,
|
|
66877
68214
|
"output": 2.025,
|
|
66878
|
-
"cacheRead": 0.
|
|
68215
|
+
"cacheRead": 0.203,
|
|
66879
68216
|
"cacheWrite": 0
|
|
66880
68217
|
},
|
|
66881
68218
|
"contextWindow": 262144,
|
|
@@ -66902,7 +68239,7 @@
|
|
|
66902
68239
|
"image"
|
|
66903
68240
|
],
|
|
66904
68241
|
"cost": {
|
|
66905
|
-
"input": 0.
|
|
68242
|
+
"input": 0.65,
|
|
66906
68243
|
"output": 3.41,
|
|
66907
68244
|
"cacheRead": 0.14,
|
|
66908
68245
|
"cacheWrite": 0
|
|
@@ -66960,13 +68297,13 @@
|
|
|
66960
68297
|
"image"
|
|
66961
68298
|
],
|
|
66962
68299
|
"cost": {
|
|
66963
|
-
"input": 0.
|
|
68300
|
+
"input": 0.72,
|
|
66964
68301
|
"output": 3.5,
|
|
66965
68302
|
"cacheRead": 0.15,
|
|
66966
68303
|
"cacheWrite": 0
|
|
66967
68304
|
},
|
|
66968
68305
|
"contextWindow": 262144,
|
|
66969
|
-
"maxTokens":
|
|
68306
|
+
"maxTokens": 262144,
|
|
66970
68307
|
"thinking": {
|
|
66971
68308
|
"mode": "effort",
|
|
66972
68309
|
"efforts": [
|
|
@@ -66996,6 +68333,64 @@
|
|
|
66996
68333
|
"contextWindow": 131072,
|
|
66997
68334
|
"maxTokens": 163840
|
|
66998
68335
|
},
|
|
68336
|
+
"nex-agi/nex-n2-mini": {
|
|
68337
|
+
"id": "nex-agi/nex-n2-mini",
|
|
68338
|
+
"name": "Nex-N2-Mini",
|
|
68339
|
+
"api": "openrouter",
|
|
68340
|
+
"provider": "openrouter",
|
|
68341
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
68342
|
+
"reasoning": true,
|
|
68343
|
+
"input": [
|
|
68344
|
+
"text",
|
|
68345
|
+
"image"
|
|
68346
|
+
],
|
|
68347
|
+
"cost": {
|
|
68348
|
+
"input": 0.024999999999999998,
|
|
68349
|
+
"output": 0.09999999999999999,
|
|
68350
|
+
"cacheRead": 0.0025,
|
|
68351
|
+
"cacheWrite": 0
|
|
68352
|
+
},
|
|
68353
|
+
"contextWindow": 262144,
|
|
68354
|
+
"maxTokens": 262144,
|
|
68355
|
+
"thinking": {
|
|
68356
|
+
"mode": "effort",
|
|
68357
|
+
"efforts": [
|
|
68358
|
+
"minimal",
|
|
68359
|
+
"low",
|
|
68360
|
+
"medium",
|
|
68361
|
+
"high"
|
|
68362
|
+
]
|
|
68363
|
+
}
|
|
68364
|
+
},
|
|
68365
|
+
"nex-agi/nex-n2-pro": {
|
|
68366
|
+
"id": "nex-agi/nex-n2-pro",
|
|
68367
|
+
"name": "Nex-N2-Pro",
|
|
68368
|
+
"api": "openrouter",
|
|
68369
|
+
"provider": "openrouter",
|
|
68370
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
68371
|
+
"reasoning": true,
|
|
68372
|
+
"input": [
|
|
68373
|
+
"text",
|
|
68374
|
+
"image"
|
|
68375
|
+
],
|
|
68376
|
+
"cost": {
|
|
68377
|
+
"input": 0.25,
|
|
68378
|
+
"output": 1,
|
|
68379
|
+
"cacheRead": 0.024999999999999998,
|
|
68380
|
+
"cacheWrite": 0
|
|
68381
|
+
},
|
|
68382
|
+
"contextWindow": 262144,
|
|
68383
|
+
"maxTokens": 262144,
|
|
68384
|
+
"thinking": {
|
|
68385
|
+
"mode": "effort",
|
|
68386
|
+
"efforts": [
|
|
68387
|
+
"minimal",
|
|
68388
|
+
"low",
|
|
68389
|
+
"medium",
|
|
68390
|
+
"high"
|
|
68391
|
+
]
|
|
68392
|
+
}
|
|
68393
|
+
},
|
|
66999
68394
|
"nex-agi/nex-n2-pro:free": {
|
|
67000
68395
|
"id": "nex-agi/nex-n2-pro:free",
|
|
67001
68396
|
"name": "Nex-N2-Pro (free)",
|
|
@@ -68420,11 +69815,157 @@
|
|
|
68420
69815
|
"xhigh"
|
|
68421
69816
|
]
|
|
68422
69817
|
},
|
|
68423
|
-
"contextPromotionTarget": "openrouter/openai/gpt-5.4"
|
|
69818
|
+
"contextPromotionTarget": "openrouter/openai/gpt-5.4"
|
|
69819
|
+
},
|
|
69820
|
+
"openai/gpt-5.5-pro": {
|
|
69821
|
+
"id": "openai/gpt-5.5-pro",
|
|
69822
|
+
"name": "GPT-5.5 Pro",
|
|
69823
|
+
"api": "openrouter",
|
|
69824
|
+
"provider": "openrouter",
|
|
69825
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
69826
|
+
"reasoning": true,
|
|
69827
|
+
"input": [
|
|
69828
|
+
"text",
|
|
69829
|
+
"image"
|
|
69830
|
+
],
|
|
69831
|
+
"cost": {
|
|
69832
|
+
"input": 30,
|
|
69833
|
+
"output": 180,
|
|
69834
|
+
"cacheRead": 0,
|
|
69835
|
+
"cacheWrite": 0
|
|
69836
|
+
},
|
|
69837
|
+
"contextWindow": 1050000,
|
|
69838
|
+
"maxTokens": 128000,
|
|
69839
|
+
"thinking": {
|
|
69840
|
+
"mode": "effort",
|
|
69841
|
+
"efforts": [
|
|
69842
|
+
"low",
|
|
69843
|
+
"medium",
|
|
69844
|
+
"high",
|
|
69845
|
+
"xhigh"
|
|
69846
|
+
]
|
|
69847
|
+
},
|
|
69848
|
+
"contextPromotionTarget": "openrouter/openai/gpt-5.4"
|
|
69849
|
+
},
|
|
69850
|
+
"openai/gpt-5.6-luna": {
|
|
69851
|
+
"id": "openai/gpt-5.6-luna",
|
|
69852
|
+
"name": "GPT-5.6 Luna",
|
|
69853
|
+
"api": "openrouter",
|
|
69854
|
+
"provider": "openrouter",
|
|
69855
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
69856
|
+
"reasoning": true,
|
|
69857
|
+
"input": [
|
|
69858
|
+
"text",
|
|
69859
|
+
"image"
|
|
69860
|
+
],
|
|
69861
|
+
"cost": {
|
|
69862
|
+
"input": 1,
|
|
69863
|
+
"output": 6,
|
|
69864
|
+
"cacheRead": 0.09999999999999999,
|
|
69865
|
+
"cacheWrite": 0
|
|
69866
|
+
},
|
|
69867
|
+
"contextWindow": 1050000,
|
|
69868
|
+
"maxTokens": 128000,
|
|
69869
|
+
"thinking": {
|
|
69870
|
+
"mode": "effort",
|
|
69871
|
+
"efforts": [
|
|
69872
|
+
"low",
|
|
69873
|
+
"medium",
|
|
69874
|
+
"high",
|
|
69875
|
+
"xhigh"
|
|
69876
|
+
]
|
|
69877
|
+
}
|
|
69878
|
+
},
|
|
69879
|
+
"openai/gpt-5.6-luna-pro": {
|
|
69880
|
+
"id": "openai/gpt-5.6-luna-pro",
|
|
69881
|
+
"name": "GPT-5.6 Luna Pro",
|
|
69882
|
+
"api": "openrouter",
|
|
69883
|
+
"provider": "openrouter",
|
|
69884
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
69885
|
+
"reasoning": true,
|
|
69886
|
+
"input": [
|
|
69887
|
+
"text",
|
|
69888
|
+
"image"
|
|
69889
|
+
],
|
|
69890
|
+
"cost": {
|
|
69891
|
+
"input": 1,
|
|
69892
|
+
"output": 6,
|
|
69893
|
+
"cacheRead": 0.09999999999999999,
|
|
69894
|
+
"cacheWrite": 0
|
|
69895
|
+
},
|
|
69896
|
+
"contextWindow": 1050000,
|
|
69897
|
+
"maxTokens": 128000,
|
|
69898
|
+
"thinking": {
|
|
69899
|
+
"mode": "effort",
|
|
69900
|
+
"efforts": [
|
|
69901
|
+
"low",
|
|
69902
|
+
"medium",
|
|
69903
|
+
"high",
|
|
69904
|
+
"xhigh"
|
|
69905
|
+
]
|
|
69906
|
+
}
|
|
69907
|
+
},
|
|
69908
|
+
"openai/gpt-5.6-sol": {
|
|
69909
|
+
"id": "openai/gpt-5.6-sol",
|
|
69910
|
+
"name": "GPT-5.6 Sol",
|
|
69911
|
+
"api": "openrouter",
|
|
69912
|
+
"provider": "openrouter",
|
|
69913
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
69914
|
+
"reasoning": true,
|
|
69915
|
+
"input": [
|
|
69916
|
+
"text",
|
|
69917
|
+
"image"
|
|
69918
|
+
],
|
|
69919
|
+
"cost": {
|
|
69920
|
+
"input": 5,
|
|
69921
|
+
"output": 30,
|
|
69922
|
+
"cacheRead": 0.5,
|
|
69923
|
+
"cacheWrite": 0
|
|
69924
|
+
},
|
|
69925
|
+
"contextWindow": 1050000,
|
|
69926
|
+
"maxTokens": 128000,
|
|
69927
|
+
"thinking": {
|
|
69928
|
+
"mode": "effort",
|
|
69929
|
+
"efforts": [
|
|
69930
|
+
"low",
|
|
69931
|
+
"medium",
|
|
69932
|
+
"high",
|
|
69933
|
+
"xhigh"
|
|
69934
|
+
]
|
|
69935
|
+
}
|
|
69936
|
+
},
|
|
69937
|
+
"openai/gpt-5.6-sol-pro": {
|
|
69938
|
+
"id": "openai/gpt-5.6-sol-pro",
|
|
69939
|
+
"name": "GPT-5.6 Sol Pro",
|
|
69940
|
+
"api": "openrouter",
|
|
69941
|
+
"provider": "openrouter",
|
|
69942
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
69943
|
+
"reasoning": true,
|
|
69944
|
+
"input": [
|
|
69945
|
+
"text",
|
|
69946
|
+
"image"
|
|
69947
|
+
],
|
|
69948
|
+
"cost": {
|
|
69949
|
+
"input": 5,
|
|
69950
|
+
"output": 30,
|
|
69951
|
+
"cacheRead": 0.5,
|
|
69952
|
+
"cacheWrite": 0
|
|
69953
|
+
},
|
|
69954
|
+
"contextWindow": 1050000,
|
|
69955
|
+
"maxTokens": 128000,
|
|
69956
|
+
"thinking": {
|
|
69957
|
+
"mode": "effort",
|
|
69958
|
+
"efforts": [
|
|
69959
|
+
"low",
|
|
69960
|
+
"medium",
|
|
69961
|
+
"high",
|
|
69962
|
+
"xhigh"
|
|
69963
|
+
]
|
|
69964
|
+
}
|
|
68424
69965
|
},
|
|
68425
|
-
"openai/gpt-5.
|
|
68426
|
-
"id": "openai/gpt-5.
|
|
68427
|
-
"name": "GPT-5.
|
|
69966
|
+
"openai/gpt-5.6-terra": {
|
|
69967
|
+
"id": "openai/gpt-5.6-terra",
|
|
69968
|
+
"name": "GPT-5.6 Terra",
|
|
68428
69969
|
"api": "openrouter",
|
|
68429
69970
|
"provider": "openrouter",
|
|
68430
69971
|
"baseUrl": "https://openrouter.ai/api/v1",
|
|
@@ -68434,9 +69975,9 @@
|
|
|
68434
69975
|
"image"
|
|
68435
69976
|
],
|
|
68436
69977
|
"cost": {
|
|
68437
|
-
"input":
|
|
68438
|
-
"output":
|
|
68439
|
-
"cacheRead": 0,
|
|
69978
|
+
"input": 2.5,
|
|
69979
|
+
"output": 15,
|
|
69980
|
+
"cacheRead": 0.25,
|
|
68440
69981
|
"cacheWrite": 0
|
|
68441
69982
|
},
|
|
68442
69983
|
"contextWindow": 1050000,
|
|
@@ -68449,8 +69990,36 @@
|
|
|
68449
69990
|
"high",
|
|
68450
69991
|
"xhigh"
|
|
68451
69992
|
]
|
|
69993
|
+
}
|
|
69994
|
+
},
|
|
69995
|
+
"openai/gpt-5.6-terra-pro": {
|
|
69996
|
+
"id": "openai/gpt-5.6-terra-pro",
|
|
69997
|
+
"name": "GPT-5.6 Terra Pro",
|
|
69998
|
+
"api": "openrouter",
|
|
69999
|
+
"provider": "openrouter",
|
|
70000
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
70001
|
+
"reasoning": true,
|
|
70002
|
+
"input": [
|
|
70003
|
+
"text",
|
|
70004
|
+
"image"
|
|
70005
|
+
],
|
|
70006
|
+
"cost": {
|
|
70007
|
+
"input": 2.5,
|
|
70008
|
+
"output": 15,
|
|
70009
|
+
"cacheRead": 0.25,
|
|
70010
|
+
"cacheWrite": 0
|
|
68452
70011
|
},
|
|
68453
|
-
"
|
|
70012
|
+
"contextWindow": 1050000,
|
|
70013
|
+
"maxTokens": 128000,
|
|
70014
|
+
"thinking": {
|
|
70015
|
+
"mode": "effort",
|
|
70016
|
+
"efforts": [
|
|
70017
|
+
"low",
|
|
70018
|
+
"medium",
|
|
70019
|
+
"high",
|
|
70020
|
+
"xhigh"
|
|
70021
|
+
]
|
|
70022
|
+
}
|
|
68454
70023
|
},
|
|
68455
70024
|
"openai/gpt-audio": {
|
|
68456
70025
|
"id": "openai/gpt-audio",
|
|
@@ -68530,8 +70099,8 @@
|
|
|
68530
70099
|
"text"
|
|
68531
70100
|
],
|
|
68532
70101
|
"cost": {
|
|
68533
|
-
"input": 0.
|
|
68534
|
-
"output": 0.
|
|
70102
|
+
"input": 0.036,
|
|
70103
|
+
"output": 0.18,
|
|
68535
70104
|
"cacheRead": 0,
|
|
68536
70105
|
"cacheWrite": 0
|
|
68537
70106
|
},
|
|
@@ -70301,7 +71870,7 @@
|
|
|
70301
71870
|
"cost": {
|
|
70302
71871
|
"input": 0.385,
|
|
70303
71872
|
"output": 2.4499999999999997,
|
|
70304
|
-
"cacheRead": 0.
|
|
71873
|
+
"cacheRead": 0.111,
|
|
70305
71874
|
"cacheWrite": 0
|
|
70306
71875
|
},
|
|
70307
71876
|
"contextWindow": 256000,
|
|
@@ -70938,6 +72507,34 @@
|
|
|
70938
72507
|
"supportsToolChoice": false
|
|
70939
72508
|
}
|
|
70940
72509
|
},
|
|
72510
|
+
"tencent/hy3": {
|
|
72511
|
+
"id": "tencent/hy3",
|
|
72512
|
+
"name": "Hy3",
|
|
72513
|
+
"api": "openrouter",
|
|
72514
|
+
"provider": "openrouter",
|
|
72515
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
72516
|
+
"reasoning": true,
|
|
72517
|
+
"input": [
|
|
72518
|
+
"text"
|
|
72519
|
+
],
|
|
72520
|
+
"cost": {
|
|
72521
|
+
"input": 0.14,
|
|
72522
|
+
"output": 0.58,
|
|
72523
|
+
"cacheRead": 0.035,
|
|
72524
|
+
"cacheWrite": 0
|
|
72525
|
+
},
|
|
72526
|
+
"contextWindow": 262144,
|
|
72527
|
+
"maxTokens": null,
|
|
72528
|
+
"thinking": {
|
|
72529
|
+
"mode": "effort",
|
|
72530
|
+
"efforts": [
|
|
72531
|
+
"minimal",
|
|
72532
|
+
"low",
|
|
72533
|
+
"medium",
|
|
72534
|
+
"high"
|
|
72535
|
+
]
|
|
72536
|
+
}
|
|
72537
|
+
},
|
|
70941
72538
|
"tencent/hy3-preview": {
|
|
70942
72539
|
"id": "tencent/hy3-preview",
|
|
70943
72540
|
"name": "Hy3 Preview",
|
|
@@ -70994,6 +72591,34 @@
|
|
|
70994
72591
|
]
|
|
70995
72592
|
}
|
|
70996
72593
|
},
|
|
72594
|
+
"tencent/hy3:free": {
|
|
72595
|
+
"id": "tencent/hy3:free",
|
|
72596
|
+
"name": "Hy3 (free)",
|
|
72597
|
+
"api": "openrouter",
|
|
72598
|
+
"provider": "openrouter",
|
|
72599
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
72600
|
+
"reasoning": true,
|
|
72601
|
+
"input": [
|
|
72602
|
+
"text"
|
|
72603
|
+
],
|
|
72604
|
+
"cost": {
|
|
72605
|
+
"input": 0,
|
|
72606
|
+
"output": 0,
|
|
72607
|
+
"cacheRead": 0,
|
|
72608
|
+
"cacheWrite": 0
|
|
72609
|
+
},
|
|
72610
|
+
"contextWindow": 262144,
|
|
72611
|
+
"maxTokens": 262144,
|
|
72612
|
+
"thinking": {
|
|
72613
|
+
"mode": "effort",
|
|
72614
|
+
"efforts": [
|
|
72615
|
+
"minimal",
|
|
72616
|
+
"low",
|
|
72617
|
+
"medium",
|
|
72618
|
+
"high"
|
|
72619
|
+
]
|
|
72620
|
+
}
|
|
72621
|
+
},
|
|
70997
72622
|
"thedrummer/rocinante-12b": {
|
|
70998
72623
|
"id": "thedrummer/rocinante-12b",
|
|
70999
72624
|
"name": "Rocinante 12B",
|
|
@@ -71418,6 +73043,35 @@
|
|
|
71418
73043
|
]
|
|
71419
73044
|
}
|
|
71420
73045
|
},
|
|
73046
|
+
"x-ai/grok-4.5": {
|
|
73047
|
+
"id": "x-ai/grok-4.5",
|
|
73048
|
+
"name": "Grok 4.5",
|
|
73049
|
+
"api": "openrouter",
|
|
73050
|
+
"provider": "openrouter",
|
|
73051
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
73052
|
+
"reasoning": true,
|
|
73053
|
+
"input": [
|
|
73054
|
+
"text",
|
|
73055
|
+
"image"
|
|
73056
|
+
],
|
|
73057
|
+
"cost": {
|
|
73058
|
+
"input": 2,
|
|
73059
|
+
"output": 6,
|
|
73060
|
+
"cacheRead": 0.5,
|
|
73061
|
+
"cacheWrite": 0
|
|
73062
|
+
},
|
|
73063
|
+
"contextWindow": 500000,
|
|
73064
|
+
"maxTokens": 500000,
|
|
73065
|
+
"thinking": {
|
|
73066
|
+
"mode": "effort",
|
|
73067
|
+
"efforts": [
|
|
73068
|
+
"minimal",
|
|
73069
|
+
"low",
|
|
73070
|
+
"medium",
|
|
73071
|
+
"high"
|
|
73072
|
+
]
|
|
73073
|
+
}
|
|
73074
|
+
},
|
|
71421
73075
|
"x-ai/grok-build-0.1": {
|
|
71422
73076
|
"id": "x-ai/grok-build-0.1",
|
|
71423
73077
|
"name": "Grok Build 0.1",
|
|
@@ -71571,7 +73225,7 @@
|
|
|
71571
73225
|
"cost": {
|
|
71572
73226
|
"input": 0.105,
|
|
71573
73227
|
"output": 0.28,
|
|
71574
|
-
"cacheRead": 0.
|
|
73228
|
+
"cacheRead": 0.028,
|
|
71575
73229
|
"cacheWrite": 0
|
|
71576
73230
|
},
|
|
71577
73231
|
"contextWindow": 1048576,
|
|
@@ -71971,13 +73625,13 @@
|
|
|
71971
73625
|
"text"
|
|
71972
73626
|
],
|
|
71973
73627
|
"cost": {
|
|
71974
|
-
"input": 0.
|
|
71975
|
-
"output":
|
|
71976
|
-
"cacheRead": 0.
|
|
73628
|
+
"input": 0.546,
|
|
73629
|
+
"output": 1.716,
|
|
73630
|
+
"cacheRead": 0.10139999999999999,
|
|
71977
73631
|
"cacheWrite": 0
|
|
71978
73632
|
},
|
|
71979
73633
|
"contextWindow": 1048576,
|
|
71980
|
-
"maxTokens":
|
|
73634
|
+
"maxTokens": 128000,
|
|
71981
73635
|
"thinking": {
|
|
71982
73636
|
"mode": "effort",
|
|
71983
73637
|
"efforts": [
|
|
@@ -73401,38 +75055,6 @@
|
|
|
73401
75055
|
"escapeBuiltinToolNames": true
|
|
73402
75056
|
}
|
|
73403
75057
|
},
|
|
73404
|
-
"umans-glm-5.2-nvfp4": {
|
|
73405
|
-
"id": "umans-glm-5.2-nvfp4",
|
|
73406
|
-
"name": "Umans GLM 5.2 NVFP4 (experimental, short test from Jun 29)",
|
|
73407
|
-
"api": "anthropic-messages",
|
|
73408
|
-
"provider": "umans",
|
|
73409
|
-
"baseUrl": "https://api.code.umans.ai",
|
|
73410
|
-
"reasoning": true,
|
|
73411
|
-
"thinking": {
|
|
73412
|
-
"mode": "anthropic-budget-effort",
|
|
73413
|
-
"efforts": [
|
|
73414
|
-
"high",
|
|
73415
|
-
"xhigh"
|
|
73416
|
-
],
|
|
73417
|
-
"effortMap": {
|
|
73418
|
-
"xhigh": "max"
|
|
73419
|
-
}
|
|
73420
|
-
},
|
|
73421
|
-
"input": [
|
|
73422
|
-
"text"
|
|
73423
|
-
],
|
|
73424
|
-
"cost": {
|
|
73425
|
-
"input": 0,
|
|
73426
|
-
"output": 0,
|
|
73427
|
-
"cacheRead": 0,
|
|
73428
|
-
"cacheWrite": 0
|
|
73429
|
-
},
|
|
73430
|
-
"contextWindow": 405504,
|
|
73431
|
-
"maxTokens": 131071,
|
|
73432
|
-
"compat": {
|
|
73433
|
-
"escapeBuiltinToolNames": true
|
|
73434
|
-
}
|
|
73435
|
-
},
|
|
73436
75058
|
"umans-kimi-k2.7": {
|
|
73437
75059
|
"id": "umans-kimi-k2.7",
|
|
73438
75060
|
"name": "Umans Kimi K2.7 Code",
|
|
@@ -73524,6 +75146,64 @@
|
|
|
73524
75146
|
"supportsUsageInStreaming": false
|
|
73525
75147
|
}
|
|
73526
75148
|
},
|
|
75149
|
+
"aion-labs-aion-3-0": {
|
|
75150
|
+
"id": "aion-labs-aion-3-0",
|
|
75151
|
+
"name": "Aion 3.0",
|
|
75152
|
+
"api": "openai-completions",
|
|
75153
|
+
"provider": "venice",
|
|
75154
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
75155
|
+
"reasoning": true,
|
|
75156
|
+
"input": [
|
|
75157
|
+
"text"
|
|
75158
|
+
],
|
|
75159
|
+
"cost": {
|
|
75160
|
+
"input": 3.75,
|
|
75161
|
+
"output": 7.5,
|
|
75162
|
+
"cacheRead": 0.9375,
|
|
75163
|
+
"cacheWrite": 0
|
|
75164
|
+
},
|
|
75165
|
+
"contextWindow": 128000,
|
|
75166
|
+
"maxTokens": 32768,
|
|
75167
|
+
"thinking": {
|
|
75168
|
+
"mode": "effort",
|
|
75169
|
+
"efforts": [
|
|
75170
|
+
"minimal",
|
|
75171
|
+
"low",
|
|
75172
|
+
"medium",
|
|
75173
|
+
"high",
|
|
75174
|
+
"xhigh"
|
|
75175
|
+
]
|
|
75176
|
+
}
|
|
75177
|
+
},
|
|
75178
|
+
"aion-labs-aion-3-0-mini": {
|
|
75179
|
+
"id": "aion-labs-aion-3-0-mini",
|
|
75180
|
+
"name": "Aion 3.0 Mini",
|
|
75181
|
+
"api": "openai-completions",
|
|
75182
|
+
"provider": "venice",
|
|
75183
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
75184
|
+
"reasoning": true,
|
|
75185
|
+
"input": [
|
|
75186
|
+
"text"
|
|
75187
|
+
],
|
|
75188
|
+
"cost": {
|
|
75189
|
+
"input": 0.875,
|
|
75190
|
+
"output": 1.75,
|
|
75191
|
+
"cacheRead": 0.225,
|
|
75192
|
+
"cacheWrite": 0
|
|
75193
|
+
},
|
|
75194
|
+
"contextWindow": 128000,
|
|
75195
|
+
"maxTokens": 32768,
|
|
75196
|
+
"thinking": {
|
|
75197
|
+
"mode": "effort",
|
|
75198
|
+
"efforts": [
|
|
75199
|
+
"minimal",
|
|
75200
|
+
"low",
|
|
75201
|
+
"medium",
|
|
75202
|
+
"high",
|
|
75203
|
+
"xhigh"
|
|
75204
|
+
]
|
|
75205
|
+
}
|
|
75206
|
+
},
|
|
73527
75207
|
"aion-labs.aion-2-0": {
|
|
73528
75208
|
"id": "aion-labs.aion-2-0",
|
|
73529
75209
|
"name": "aion-labs.aion-2-0",
|
|
@@ -74080,6 +75760,28 @@
|
|
|
74080
75760
|
}
|
|
74081
75761
|
}
|
|
74082
75762
|
},
|
|
75763
|
+
"e2ee-deepseek-v4-flash": {
|
|
75764
|
+
"id": "e2ee-deepseek-v4-flash",
|
|
75765
|
+
"name": "e2ee-deepseek-v4-flash",
|
|
75766
|
+
"api": "openai-completions",
|
|
75767
|
+
"provider": "venice",
|
|
75768
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
75769
|
+
"reasoning": false,
|
|
75770
|
+
"input": [
|
|
75771
|
+
"text"
|
|
75772
|
+
],
|
|
75773
|
+
"cost": {
|
|
75774
|
+
"input": 0,
|
|
75775
|
+
"output": 0,
|
|
75776
|
+
"cacheRead": 0,
|
|
75777
|
+
"cacheWrite": 0
|
|
75778
|
+
},
|
|
75779
|
+
"contextWindow": 1048576,
|
|
75780
|
+
"maxTokens": 1048576,
|
|
75781
|
+
"compat": {
|
|
75782
|
+
"supportsUsageInStreaming": false
|
|
75783
|
+
}
|
|
75784
|
+
},
|
|
74083
75785
|
"e2ee-gemma-3-27b-p": {
|
|
74084
75786
|
"id": "e2ee-gemma-3-27b-p",
|
|
74085
75787
|
"name": "e2ee-gemma-3-27b-p",
|
|
@@ -74366,6 +76068,28 @@
|
|
|
74366
76068
|
"supportsUsageInStreaming": false
|
|
74367
76069
|
}
|
|
74368
76070
|
},
|
|
76071
|
+
"e2ee-qwen3-6-27b": {
|
|
76072
|
+
"id": "e2ee-qwen3-6-27b",
|
|
76073
|
+
"name": "e2ee-qwen3-6-27b",
|
|
76074
|
+
"api": "openai-completions",
|
|
76075
|
+
"provider": "venice",
|
|
76076
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
76077
|
+
"reasoning": false,
|
|
76078
|
+
"input": [
|
|
76079
|
+
"text"
|
|
76080
|
+
],
|
|
76081
|
+
"cost": {
|
|
76082
|
+
"input": 0,
|
|
76083
|
+
"output": 0,
|
|
76084
|
+
"cacheRead": 0,
|
|
76085
|
+
"cacheWrite": 0
|
|
76086
|
+
},
|
|
76087
|
+
"contextWindow": 256000,
|
|
76088
|
+
"maxTokens": 65536,
|
|
76089
|
+
"compat": {
|
|
76090
|
+
"supportsUsageInStreaming": false
|
|
76091
|
+
}
|
|
76092
|
+
},
|
|
74369
76093
|
"e2ee-qwen3-6-35b-a3b": {
|
|
74370
76094
|
"id": "e2ee-qwen3-6-35b-a3b",
|
|
74371
76095
|
"name": "e2ee-qwen3-6-35b-a3b",
|
|
@@ -74845,6 +76569,36 @@
|
|
|
74845
76569
|
]
|
|
74846
76570
|
}
|
|
74847
76571
|
},
|
|
76572
|
+
"grok-4-5": {
|
|
76573
|
+
"id": "grok-4-5",
|
|
76574
|
+
"name": "Grok 4.5",
|
|
76575
|
+
"api": "openai-completions",
|
|
76576
|
+
"provider": "venice",
|
|
76577
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
76578
|
+
"reasoning": true,
|
|
76579
|
+
"input": [
|
|
76580
|
+
"text",
|
|
76581
|
+
"image"
|
|
76582
|
+
],
|
|
76583
|
+
"cost": {
|
|
76584
|
+
"input": 2.27,
|
|
76585
|
+
"output": 6.8,
|
|
76586
|
+
"cacheRead": 0.57,
|
|
76587
|
+
"cacheWrite": 0
|
|
76588
|
+
},
|
|
76589
|
+
"contextWindow": 500000,
|
|
76590
|
+
"maxTokens": 32000,
|
|
76591
|
+
"thinking": {
|
|
76592
|
+
"mode": "effort",
|
|
76593
|
+
"efforts": [
|
|
76594
|
+
"minimal",
|
|
76595
|
+
"low",
|
|
76596
|
+
"medium",
|
|
76597
|
+
"high",
|
|
76598
|
+
"xhigh"
|
|
76599
|
+
]
|
|
76600
|
+
}
|
|
76601
|
+
},
|
|
74848
76602
|
"grok-41-fast": {
|
|
74849
76603
|
"id": "grok-41-fast",
|
|
74850
76604
|
"name": "Grok 4.1 Fast",
|
|
@@ -79099,7 +80853,7 @@
|
|
|
79099
80853
|
},
|
|
79100
80854
|
"minimax/minimax-m3": {
|
|
79101
80855
|
"id": "minimax/minimax-m3",
|
|
79102
|
-
"name": "MiniMax
|
|
80856
|
+
"name": "MiniMax M3",
|
|
79103
80857
|
"api": "anthropic-messages",
|
|
79104
80858
|
"provider": "vercel-ai-gateway",
|
|
79105
80859
|
"baseUrl": "https://ai-gateway.vercel.sh",
|
|
@@ -80667,6 +82421,93 @@
|
|
|
80667
82421
|
},
|
|
80668
82422
|
"contextPromotionTarget": "vercel-ai-gateway/openai/gpt-5.4"
|
|
80669
82423
|
},
|
|
82424
|
+
"openai/gpt-5.6-luna": {
|
|
82425
|
+
"id": "openai/gpt-5.6-luna",
|
|
82426
|
+
"name": "GPT 5.6 Luna",
|
|
82427
|
+
"api": "anthropic-messages",
|
|
82428
|
+
"provider": "vercel-ai-gateway",
|
|
82429
|
+
"baseUrl": "https://ai-gateway.vercel.sh",
|
|
82430
|
+
"reasoning": true,
|
|
82431
|
+
"input": [
|
|
82432
|
+
"text",
|
|
82433
|
+
"image"
|
|
82434
|
+
],
|
|
82435
|
+
"cost": {
|
|
82436
|
+
"input": 1,
|
|
82437
|
+
"output": 6,
|
|
82438
|
+
"cacheRead": 0.09999999999999999,
|
|
82439
|
+
"cacheWrite": 1.25
|
|
82440
|
+
},
|
|
82441
|
+
"contextWindow": 1050000,
|
|
82442
|
+
"maxTokens": 128000,
|
|
82443
|
+
"thinking": {
|
|
82444
|
+
"mode": "budget",
|
|
82445
|
+
"efforts": [
|
|
82446
|
+
"low",
|
|
82447
|
+
"medium",
|
|
82448
|
+
"high",
|
|
82449
|
+
"xhigh"
|
|
82450
|
+
]
|
|
82451
|
+
}
|
|
82452
|
+
},
|
|
82453
|
+
"openai/gpt-5.6-sol": {
|
|
82454
|
+
"id": "openai/gpt-5.6-sol",
|
|
82455
|
+
"name": "GPT 5.6 Sol",
|
|
82456
|
+
"api": "anthropic-messages",
|
|
82457
|
+
"provider": "vercel-ai-gateway",
|
|
82458
|
+
"baseUrl": "https://ai-gateway.vercel.sh",
|
|
82459
|
+
"reasoning": true,
|
|
82460
|
+
"input": [
|
|
82461
|
+
"text",
|
|
82462
|
+
"image"
|
|
82463
|
+
],
|
|
82464
|
+
"cost": {
|
|
82465
|
+
"input": 5,
|
|
82466
|
+
"output": 30,
|
|
82467
|
+
"cacheRead": 0.5,
|
|
82468
|
+
"cacheWrite": 6.25
|
|
82469
|
+
},
|
|
82470
|
+
"contextWindow": 1050000,
|
|
82471
|
+
"maxTokens": 128000,
|
|
82472
|
+
"thinking": {
|
|
82473
|
+
"mode": "budget",
|
|
82474
|
+
"efforts": [
|
|
82475
|
+
"low",
|
|
82476
|
+
"medium",
|
|
82477
|
+
"high",
|
|
82478
|
+
"xhigh"
|
|
82479
|
+
]
|
|
82480
|
+
}
|
|
82481
|
+
},
|
|
82482
|
+
"openai/gpt-5.6-terra": {
|
|
82483
|
+
"id": "openai/gpt-5.6-terra",
|
|
82484
|
+
"name": "GPT 5.6 Terra",
|
|
82485
|
+
"api": "anthropic-messages",
|
|
82486
|
+
"provider": "vercel-ai-gateway",
|
|
82487
|
+
"baseUrl": "https://ai-gateway.vercel.sh",
|
|
82488
|
+
"reasoning": true,
|
|
82489
|
+
"input": [
|
|
82490
|
+
"text",
|
|
82491
|
+
"image"
|
|
82492
|
+
],
|
|
82493
|
+
"cost": {
|
|
82494
|
+
"input": 2.5,
|
|
82495
|
+
"output": 15,
|
|
82496
|
+
"cacheRead": 0.25,
|
|
82497
|
+
"cacheWrite": 3.125
|
|
82498
|
+
},
|
|
82499
|
+
"contextWindow": 1050000,
|
|
82500
|
+
"maxTokens": 128000,
|
|
82501
|
+
"thinking": {
|
|
82502
|
+
"mode": "budget",
|
|
82503
|
+
"efforts": [
|
|
82504
|
+
"low",
|
|
82505
|
+
"medium",
|
|
82506
|
+
"high",
|
|
82507
|
+
"xhigh"
|
|
82508
|
+
]
|
|
82509
|
+
}
|
|
82510
|
+
},
|
|
80670
82511
|
"openai/gpt-oss-120b": {
|
|
80671
82512
|
"id": "openai/gpt-oss-120b",
|
|
80672
82513
|
"name": "GPT OSS 120B",
|
|
@@ -81557,6 +83398,36 @@
|
|
|
81557
83398
|
]
|
|
81558
83399
|
}
|
|
81559
83400
|
},
|
|
83401
|
+
"xai/grok-4.5": {
|
|
83402
|
+
"id": "xai/grok-4.5",
|
|
83403
|
+
"name": "Grok 4.5",
|
|
83404
|
+
"api": "anthropic-messages",
|
|
83405
|
+
"provider": "vercel-ai-gateway",
|
|
83406
|
+
"baseUrl": "https://ai-gateway.vercel.sh",
|
|
83407
|
+
"reasoning": true,
|
|
83408
|
+
"input": [
|
|
83409
|
+
"text",
|
|
83410
|
+
"image"
|
|
83411
|
+
],
|
|
83412
|
+
"cost": {
|
|
83413
|
+
"input": 2,
|
|
83414
|
+
"output": 6,
|
|
83415
|
+
"cacheRead": 0.5,
|
|
83416
|
+
"cacheWrite": 0
|
|
83417
|
+
},
|
|
83418
|
+
"contextWindow": 500000,
|
|
83419
|
+
"maxTokens": 500000,
|
|
83420
|
+
"thinking": {
|
|
83421
|
+
"mode": "budget",
|
|
83422
|
+
"efforts": [
|
|
83423
|
+
"minimal",
|
|
83424
|
+
"low",
|
|
83425
|
+
"medium",
|
|
83426
|
+
"high",
|
|
83427
|
+
"xhigh"
|
|
83428
|
+
]
|
|
83429
|
+
}
|
|
83430
|
+
},
|
|
81560
83431
|
"xai/grok-build-0.1": {
|
|
81561
83432
|
"id": "xai/grok-build-0.1",
|
|
81562
83433
|
"name": "Grok Build 0.1",
|
|
@@ -82313,6 +84184,39 @@
|
|
|
82313
84184
|
"supportsDeveloperRole": false
|
|
82314
84185
|
}
|
|
82315
84186
|
},
|
|
84187
|
+
"GLM5.2-Turbo": {
|
|
84188
|
+
"id": "GLM5.2-Turbo",
|
|
84189
|
+
"name": "GLM5.2-Turbo",
|
|
84190
|
+
"api": "openai-completions",
|
|
84191
|
+
"provider": "wafer-serverless",
|
|
84192
|
+
"baseUrl": "https://pass.wafer.ai/v1",
|
|
84193
|
+
"reasoning": true,
|
|
84194
|
+
"input": [
|
|
84195
|
+
"text"
|
|
84196
|
+
],
|
|
84197
|
+
"cost": {
|
|
84198
|
+
"input": 3.75,
|
|
84199
|
+
"output": 12.8125,
|
|
84200
|
+
"cacheRead": 0.625,
|
|
84201
|
+
"cacheWrite": 0
|
|
84202
|
+
},
|
|
84203
|
+
"contextWindow": 1048576,
|
|
84204
|
+
"maxTokens": 65536,
|
|
84205
|
+
"thinking": {
|
|
84206
|
+
"mode": "effort",
|
|
84207
|
+
"efforts": [
|
|
84208
|
+
"minimal",
|
|
84209
|
+
"low",
|
|
84210
|
+
"medium",
|
|
84211
|
+
"high",
|
|
84212
|
+
"xhigh"
|
|
84213
|
+
]
|
|
84214
|
+
},
|
|
84215
|
+
"compat": {
|
|
84216
|
+
"reasoningContentField": "reasoning_content",
|
|
84217
|
+
"supportsDeveloperRole": false
|
|
84218
|
+
}
|
|
84219
|
+
},
|
|
82316
84220
|
"Kimi-K2.6": {
|
|
82317
84221
|
"id": "Kimi-K2.6",
|
|
82318
84222
|
"name": "Kimi-K2.6",
|
|
@@ -83094,6 +84998,35 @@
|
|
|
83094
84998
|
]
|
|
83095
84999
|
}
|
|
83096
85000
|
},
|
|
85001
|
+
"grok-4.5": {
|
|
85002
|
+
"id": "grok-4.5",
|
|
85003
|
+
"name": "Grok 4.5",
|
|
85004
|
+
"api": "openai-completions",
|
|
85005
|
+
"provider": "xai",
|
|
85006
|
+
"baseUrl": "https://api.x.ai/v1",
|
|
85007
|
+
"reasoning": true,
|
|
85008
|
+
"input": [
|
|
85009
|
+
"text",
|
|
85010
|
+
"image"
|
|
85011
|
+
],
|
|
85012
|
+
"cost": {
|
|
85013
|
+
"input": 2,
|
|
85014
|
+
"output": 6,
|
|
85015
|
+
"cacheRead": 0.5,
|
|
85016
|
+
"cacheWrite": 0
|
|
85017
|
+
},
|
|
85018
|
+
"contextWindow": 500000,
|
|
85019
|
+
"maxTokens": 500000,
|
|
85020
|
+
"thinking": {
|
|
85021
|
+
"mode": "effort",
|
|
85022
|
+
"efforts": [
|
|
85023
|
+
"minimal",
|
|
85024
|
+
"low",
|
|
85025
|
+
"medium",
|
|
85026
|
+
"high"
|
|
85027
|
+
]
|
|
85028
|
+
}
|
|
85029
|
+
},
|
|
83097
85030
|
"grok-beta": {
|
|
83098
85031
|
"id": "grok-beta",
|
|
83099
85032
|
"name": "Grok Beta",
|
|
@@ -86308,6 +88241,25 @@
|
|
|
86308
88241
|
]
|
|
86309
88242
|
}
|
|
86310
88243
|
},
|
|
88244
|
+
"kuaishou/kat-coder-air-v2.5": {
|
|
88245
|
+
"id": "kuaishou/kat-coder-air-v2.5",
|
|
88246
|
+
"name": "KAT-Coder-Air-V2.5",
|
|
88247
|
+
"api": "openai-completions",
|
|
88248
|
+
"provider": "zenmux",
|
|
88249
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
88250
|
+
"reasoning": false,
|
|
88251
|
+
"input": [
|
|
88252
|
+
"text"
|
|
88253
|
+
],
|
|
88254
|
+
"cost": {
|
|
88255
|
+
"input": 0.135,
|
|
88256
|
+
"output": 0.54,
|
|
88257
|
+
"cacheRead": 0.027,
|
|
88258
|
+
"cacheWrite": 0
|
|
88259
|
+
},
|
|
88260
|
+
"contextWindow": 256000,
|
|
88261
|
+
"maxTokens": null
|
|
88262
|
+
},
|
|
86311
88263
|
"kuaishou/kat-coder-pro-v1": {
|
|
86312
88264
|
"id": "kuaishou/kat-coder-pro-v1",
|
|
86313
88265
|
"name": "KAT-Coder-Pro-V1",
|
|
@@ -86365,6 +88317,25 @@
|
|
|
86365
88317
|
"contextWindow": 256000,
|
|
86366
88318
|
"maxTokens": 80000
|
|
86367
88319
|
},
|
|
88320
|
+
"kuaishou/kat-coder-pro-v2.5": {
|
|
88321
|
+
"id": "kuaishou/kat-coder-pro-v2.5",
|
|
88322
|
+
"name": "KAT-Coder-Pro-V2.5",
|
|
88323
|
+
"api": "openai-completions",
|
|
88324
|
+
"provider": "zenmux",
|
|
88325
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
88326
|
+
"reasoning": false,
|
|
88327
|
+
"input": [
|
|
88328
|
+
"text"
|
|
88329
|
+
],
|
|
88330
|
+
"cost": {
|
|
88331
|
+
"input": 0.444,
|
|
88332
|
+
"output": 1.776,
|
|
88333
|
+
"cacheRead": 0.09,
|
|
88334
|
+
"cacheWrite": 0
|
|
88335
|
+
},
|
|
88336
|
+
"contextWindow": 256000,
|
|
88337
|
+
"maxTokens": null
|
|
88338
|
+
},
|
|
86368
88339
|
"meituan/longcat-2.0": {
|
|
86369
88340
|
"id": "meituan/longcat-2.0",
|
|
86370
88341
|
"name": "LongCat-2.0",
|
|
@@ -88482,9 +90453,9 @@
|
|
|
88482
90453
|
"text"
|
|
88483
90454
|
],
|
|
88484
90455
|
"cost": {
|
|
88485
|
-
"input": 0.
|
|
88486
|
-
"output": 0.
|
|
88487
|
-
"cacheRead": 0.
|
|
90456
|
+
"input": 0.1323,
|
|
90457
|
+
"output": 0.5301,
|
|
90458
|
+
"cacheRead": 0.0333,
|
|
88488
90459
|
"cacheWrite": 0
|
|
88489
90460
|
},
|
|
88490
90461
|
"contextWindow": 262144,
|
|
@@ -88938,6 +90909,66 @@
|
|
|
88938
90909
|
]
|
|
88939
90910
|
}
|
|
88940
90911
|
},
|
|
90912
|
+
"x-ai/grok-4.5": {
|
|
90913
|
+
"id": "x-ai/grok-4.5",
|
|
90914
|
+
"name": "Grok 4.5",
|
|
90915
|
+
"api": "openai-completions",
|
|
90916
|
+
"provider": "zenmux",
|
|
90917
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
90918
|
+
"reasoning": true,
|
|
90919
|
+
"input": [
|
|
90920
|
+
"text",
|
|
90921
|
+
"image"
|
|
90922
|
+
],
|
|
90923
|
+
"cost": {
|
|
90924
|
+
"input": 2,
|
|
90925
|
+
"output": 6,
|
|
90926
|
+
"cacheRead": 0.5,
|
|
90927
|
+
"cacheWrite": 0
|
|
90928
|
+
},
|
|
90929
|
+
"contextWindow": 500000,
|
|
90930
|
+
"maxTokens": 500000,
|
|
90931
|
+
"thinking": {
|
|
90932
|
+
"mode": "effort",
|
|
90933
|
+
"efforts": [
|
|
90934
|
+
"minimal",
|
|
90935
|
+
"low",
|
|
90936
|
+
"medium",
|
|
90937
|
+
"high",
|
|
90938
|
+
"xhigh"
|
|
90939
|
+
]
|
|
90940
|
+
}
|
|
90941
|
+
},
|
|
90942
|
+
"x-ai/grok-4.5-free": {
|
|
90943
|
+
"id": "x-ai/grok-4.5-free",
|
|
90944
|
+
"name": "Grok 4.5 (Free)",
|
|
90945
|
+
"api": "openai-completions",
|
|
90946
|
+
"provider": "zenmux",
|
|
90947
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
90948
|
+
"reasoning": true,
|
|
90949
|
+
"input": [
|
|
90950
|
+
"text",
|
|
90951
|
+
"image"
|
|
90952
|
+
],
|
|
90953
|
+
"cost": {
|
|
90954
|
+
"input": 0,
|
|
90955
|
+
"output": 0,
|
|
90956
|
+
"cacheRead": 0,
|
|
90957
|
+
"cacheWrite": 0
|
|
90958
|
+
},
|
|
90959
|
+
"contextWindow": 500000,
|
|
90960
|
+
"maxTokens": 500000,
|
|
90961
|
+
"thinking": {
|
|
90962
|
+
"mode": "effort",
|
|
90963
|
+
"efforts": [
|
|
90964
|
+
"minimal",
|
|
90965
|
+
"low",
|
|
90966
|
+
"medium",
|
|
90967
|
+
"high",
|
|
90968
|
+
"xhigh"
|
|
90969
|
+
]
|
|
90970
|
+
}
|
|
90971
|
+
},
|
|
88941
90972
|
"x-ai/grok-build-0.1": {
|
|
88942
90973
|
"id": "x-ai/grok-build-0.1",
|
|
88943
90974
|
"name": "Grok Build 0.1",
|