@mohanscodex/spectra-ai 0.4.4 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.d.ts.map +1 -1
- package/dist/models.js +1570 -372
- package/dist/models.js.map +1 -1
- package/package.json +1 -1
package/dist/models.js
CHANGED
|
@@ -1270,6 +1270,11 @@ const MODELS = {
|
|
|
1270
1270
|
"name": "Qwen3.7 Max",
|
|
1271
1271
|
"contextWindow": 1000000
|
|
1272
1272
|
},
|
|
1273
|
+
{
|
|
1274
|
+
"id": "qwen3.7-plus",
|
|
1275
|
+
"name": "Qwen3.7 Plus",
|
|
1276
|
+
"contextWindow": 1000000
|
|
1277
|
+
},
|
|
1273
1278
|
{
|
|
1274
1279
|
"id": "qwq-plus",
|
|
1275
1280
|
"name": "QwQ Plus",
|
|
@@ -1632,6 +1637,11 @@ const MODELS = {
|
|
|
1632
1637
|
"name": "Qwen3.7 Max",
|
|
1633
1638
|
"contextWindow": 1000000
|
|
1634
1639
|
},
|
|
1640
|
+
{
|
|
1641
|
+
"id": "qwen3.7-plus",
|
|
1642
|
+
"name": "Qwen3.7 Plus",
|
|
1643
|
+
"contextWindow": 131072
|
|
1644
|
+
},
|
|
1635
1645
|
{
|
|
1636
1646
|
"id": "qwq-32b",
|
|
1637
1647
|
"name": "QwQ 32B",
|
|
@@ -1777,6 +1787,63 @@ const MODELS = {
|
|
|
1777
1787
|
"contextWindow": 1000000
|
|
1778
1788
|
}
|
|
1779
1789
|
],
|
|
1790
|
+
"alibaba-token-plan": [
|
|
1791
|
+
{
|
|
1792
|
+
"id": "deepseek-v3.2",
|
|
1793
|
+
"name": "DeepSeek V3.2",
|
|
1794
|
+
"contextWindow": 131072
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"id": "deepseek-v4-flash",
|
|
1798
|
+
"name": "DeepSeek V4 Flash",
|
|
1799
|
+
"contextWindow": 1000000
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"id": "deepseek-v4-pro",
|
|
1803
|
+
"name": "DeepSeek V4 Pro",
|
|
1804
|
+
"contextWindow": 1000000
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"id": "glm-5",
|
|
1808
|
+
"name": "GLM-5",
|
|
1809
|
+
"contextWindow": 202752
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"id": "glm-5.1",
|
|
1813
|
+
"name": "GLM-5.1",
|
|
1814
|
+
"contextWindow": 202752
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"id": "kimi-k2.5",
|
|
1818
|
+
"name": "Kimi K2.5",
|
|
1819
|
+
"contextWindow": 262144
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"id": "kimi-k2.6",
|
|
1823
|
+
"name": "Kimi K2.6",
|
|
1824
|
+
"contextWindow": 262144
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"id": "MiniMax-M2.5",
|
|
1828
|
+
"name": "MiniMax-M2.5",
|
|
1829
|
+
"contextWindow": 196608
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"id": "qwen3.6-flash",
|
|
1833
|
+
"name": "Qwen3.6 Flash",
|
|
1834
|
+
"contextWindow": 1000000
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"id": "qwen3.6-plus",
|
|
1838
|
+
"name": "Qwen3.6 Plus",
|
|
1839
|
+
"contextWindow": 1000000
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"id": "qwen3.7-max",
|
|
1843
|
+
"name": "Qwen3.7 Max",
|
|
1844
|
+
"contextWindow": 1000000
|
|
1845
|
+
}
|
|
1846
|
+
],
|
|
1780
1847
|
"amazon-bedrock": [
|
|
1781
1848
|
{
|
|
1782
1849
|
"id": "au.anthropic.claude-opus-4-6-v1",
|
|
@@ -2033,16 +2100,36 @@ const MODELS = {
|
|
|
2033
2100
|
"name": "GPT OSS Safeguard 20B",
|
|
2034
2101
|
"contextWindow": 128000
|
|
2035
2102
|
},
|
|
2103
|
+
{
|
|
2104
|
+
"id": "openai.gpt-5.4",
|
|
2105
|
+
"name": "GPT-5.4",
|
|
2106
|
+
"contextWindow": 272000
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"id": "openai.gpt-5.5",
|
|
2110
|
+
"name": "GPT-5.5",
|
|
2111
|
+
"contextWindow": 272000
|
|
2112
|
+
},
|
|
2036
2113
|
{
|
|
2037
2114
|
"id": "openai.gpt-oss-120b-1:0",
|
|
2038
2115
|
"name": "gpt-oss-120b",
|
|
2039
2116
|
"contextWindow": 128000
|
|
2040
2117
|
},
|
|
2118
|
+
{
|
|
2119
|
+
"id": "openai.gpt-oss-120b",
|
|
2120
|
+
"name": "gpt-oss-120b",
|
|
2121
|
+
"contextWindow": 128000
|
|
2122
|
+
},
|
|
2041
2123
|
{
|
|
2042
2124
|
"id": "openai.gpt-oss-20b-1:0",
|
|
2043
2125
|
"name": "gpt-oss-20b",
|
|
2044
2126
|
"contextWindow": 128000
|
|
2045
2127
|
},
|
|
2128
|
+
{
|
|
2129
|
+
"id": "openai.gpt-oss-20b",
|
|
2130
|
+
"name": "gpt-oss-20b",
|
|
2131
|
+
"contextWindow": 128000
|
|
2132
|
+
},
|
|
2046
2133
|
{
|
|
2047
2134
|
"id": "moonshot.kimi-k2-thinking",
|
|
2048
2135
|
"name": "Kimi K2 Thinking",
|
|
@@ -2363,6 +2450,148 @@ const MODELS = {
|
|
|
2363
2450
|
"contextWindow": 1000000
|
|
2364
2451
|
}
|
|
2365
2452
|
],
|
|
2453
|
+
"anyapi": [
|
|
2454
|
+
{
|
|
2455
|
+
"id": "anthropic/claude-haiku-4-5",
|
|
2456
|
+
"name": "Claude Haiku 4.5 (latest)",
|
|
2457
|
+
"contextWindow": 200000
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"id": "anthropic/claude-opus-4-6",
|
|
2461
|
+
"name": "Claude Opus 4.6",
|
|
2462
|
+
"contextWindow": 1000000
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"id": "anthropic/claude-opus-4-7",
|
|
2466
|
+
"name": "Claude Opus 4.7",
|
|
2467
|
+
"contextWindow": 1000000
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"id": "anthropic/claude-sonnet-4-5",
|
|
2471
|
+
"name": "Claude Sonnet 4.5 (latest)",
|
|
2472
|
+
"contextWindow": 200000
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"id": "anthropic/claude-sonnet-4-6",
|
|
2476
|
+
"name": "Claude Sonnet 4.6",
|
|
2477
|
+
"contextWindow": 1000000
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"id": "cohere/command-r-plus-08-2024",
|
|
2481
|
+
"name": "Command R+",
|
|
2482
|
+
"contextWindow": 128000
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"id": "deepseek/deepseek-chat",
|
|
2486
|
+
"name": "DeepSeek Chat",
|
|
2487
|
+
"contextWindow": 1000000
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"id": "deepseek/deepseek-r1",
|
|
2491
|
+
"name": "DeepSeek Reasoner",
|
|
2492
|
+
"contextWindow": 1000000
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"id": "deepseek/deepseek-v4-flash",
|
|
2496
|
+
"name": "DeepSeek V4 Flash",
|
|
2497
|
+
"contextWindow": 1000000
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
"id": "deepseek/deepseek-v4-pro",
|
|
2501
|
+
"name": "DeepSeek V4 Pro",
|
|
2502
|
+
"contextWindow": 1000000
|
|
2503
|
+
},
|
|
2504
|
+
{
|
|
2505
|
+
"id": "mistralai/devstral-2512",
|
|
2506
|
+
"name": "Devstral 2",
|
|
2507
|
+
"contextWindow": 262144
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"id": "google/gemini-2.5-flash",
|
|
2511
|
+
"name": "Gemini 2.5 Flash",
|
|
2512
|
+
"contextWindow": 1048576
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"id": "google/gemini-2.5-flash-lite",
|
|
2516
|
+
"name": "Gemini 2.5 Flash-Lite",
|
|
2517
|
+
"contextWindow": 1048576
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"id": "google/gemini-2.5-pro",
|
|
2521
|
+
"name": "Gemini 2.5 Pro",
|
|
2522
|
+
"contextWindow": 1048576
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
"id": "google/gemini-3-flash-preview",
|
|
2526
|
+
"name": "Gemini 3 Flash Preview",
|
|
2527
|
+
"contextWindow": 1048576
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"id": "google/gemini-3-pro-preview",
|
|
2531
|
+
"name": "Gemini 3 Pro Preview",
|
|
2532
|
+
"contextWindow": 1048576
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"id": "openai/gpt-4.1",
|
|
2536
|
+
"name": "GPT-4.1",
|
|
2537
|
+
"contextWindow": 1047576
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"id": "openai/gpt-4.1-mini",
|
|
2541
|
+
"name": "GPT-4.1 mini",
|
|
2542
|
+
"contextWindow": 1047576
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"id": "openai/gpt-5",
|
|
2546
|
+
"name": "GPT-5",
|
|
2547
|
+
"contextWindow": 400000
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"id": "openai/gpt-5-mini",
|
|
2551
|
+
"name": "GPT-5 Mini",
|
|
2552
|
+
"contextWindow": 400000
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"id": "openai/gpt-5.1",
|
|
2556
|
+
"name": "GPT-5.1",
|
|
2557
|
+
"contextWindow": 400000
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"id": "openai/gpt-5.2",
|
|
2561
|
+
"name": "GPT-5.2",
|
|
2562
|
+
"contextWindow": 400000
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"id": "openai/gpt-5.4",
|
|
2566
|
+
"name": "GPT-5.4",
|
|
2567
|
+
"contextWindow": 1050000
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
"id": "xai/grok-4.3",
|
|
2571
|
+
"name": "Grok 4.3",
|
|
2572
|
+
"contextWindow": 1000000
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"id": "mistralai/mistral-large-2512",
|
|
2576
|
+
"name": "Mistral Large 3",
|
|
2577
|
+
"contextWindow": 262144
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
"id": "openai/o3",
|
|
2581
|
+
"name": "o3",
|
|
2582
|
+
"contextWindow": 200000
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"id": "openai/o3-mini",
|
|
2586
|
+
"name": "o3-mini",
|
|
2587
|
+
"contextWindow": 200000
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"id": "openai/o4-mini",
|
|
2591
|
+
"name": "o4-mini",
|
|
2592
|
+
"contextWindow": 200000
|
|
2593
|
+
}
|
|
2594
|
+
],
|
|
2366
2595
|
"atomic-chat": [
|
|
2367
2596
|
{
|
|
2368
2597
|
"id": "Meta-Llama-3_1-8B-Instruct-GGUF",
|
|
@@ -3588,6 +3817,11 @@ const MODELS = {
|
|
|
3588
3817
|
"name": "Claude Opus 4.7",
|
|
3589
3818
|
"contextWindow": 1000000
|
|
3590
3819
|
},
|
|
3820
|
+
{
|
|
3821
|
+
"id": "anthropic/claude-opus-4-8",
|
|
3822
|
+
"name": "Claude Opus 4.8",
|
|
3823
|
+
"contextWindow": 1000000
|
|
3824
|
+
},
|
|
3591
3825
|
{
|
|
3592
3826
|
"id": "anthropic/claude-3-sonnet",
|
|
3593
3827
|
"name": "Claude Sonnet 3",
|
|
@@ -3740,11 +3974,6 @@ const MODELS = {
|
|
|
3740
3974
|
"name": "Granite 4.0 H Micro",
|
|
3741
3975
|
"contextWindow": 131000
|
|
3742
3976
|
},
|
|
3743
|
-
{
|
|
3744
|
-
"id": "@cf/moonshotai/kimi-k2.5",
|
|
3745
|
-
"name": "Kimi K2.5",
|
|
3746
|
-
"contextWindow": 256000
|
|
3747
|
-
},
|
|
3748
3977
|
{
|
|
3749
3978
|
"id": "@cf/moonshotai/kimi-k2.6",
|
|
3750
3979
|
"name": "Kimi K2.6",
|
|
@@ -3934,6 +4163,11 @@ const MODELS = {
|
|
|
3934
4163
|
"name": "GPT Oss 120b",
|
|
3935
4164
|
"contextWindow": 128000
|
|
3936
4165
|
},
|
|
4166
|
+
{
|
|
4167
|
+
"id": "gpt-5.4",
|
|
4168
|
+
"name": "GPT-5.4",
|
|
4169
|
+
"contextWindow": 1050000
|
|
4170
|
+
},
|
|
3937
4171
|
{
|
|
3938
4172
|
"id": "hermes-4-70b",
|
|
3939
4173
|
"name": "Hermes 4 70B",
|
|
@@ -4067,13 +4301,13 @@ const MODELS = {
|
|
|
4067
4301
|
"contextWindow": 1000000
|
|
4068
4302
|
},
|
|
4069
4303
|
{
|
|
4070
|
-
"id": "deepseek-v4-pro",
|
|
4304
|
+
"id": "deepseek-v4-pro-lightning",
|
|
4071
4305
|
"name": "DeepSeek V4 Pro",
|
|
4072
4306
|
"contextWindow": 1000000
|
|
4073
4307
|
},
|
|
4074
4308
|
{
|
|
4075
|
-
"id": "deepseek-v4-pro
|
|
4076
|
-
"name": "DeepSeek V4 Pro
|
|
4309
|
+
"id": "deepseek-v4-pro",
|
|
4310
|
+
"name": "DeepSeek V4 Pro",
|
|
4077
4311
|
"contextWindow": 1000000
|
|
4078
4312
|
},
|
|
4079
4313
|
{
|
|
@@ -4081,11 +4315,6 @@ const MODELS = {
|
|
|
4081
4315
|
"name": "Gemma 4 31B IT",
|
|
4082
4316
|
"contextWindow": 262144
|
|
4083
4317
|
},
|
|
4084
|
-
{
|
|
4085
|
-
"id": "glm-5.1-precision",
|
|
4086
|
-
"name": "GLM 5.1 (Precision)",
|
|
4087
|
-
"contextWindow": 202752
|
|
4088
|
-
},
|
|
4089
4318
|
{
|
|
4090
4319
|
"id": "glm-4.7",
|
|
4091
4320
|
"name": "GLM-4.7",
|
|
@@ -4094,7 +4323,7 @@ const MODELS = {
|
|
|
4094
4323
|
{
|
|
4095
4324
|
"id": "glm-4.7-flash",
|
|
4096
4325
|
"name": "GLM-4.7-Flash",
|
|
4097
|
-
"contextWindow":
|
|
4326
|
+
"contextWindow": 202752
|
|
4098
4327
|
},
|
|
4099
4328
|
{
|
|
4100
4329
|
"id": "glm-5",
|
|
@@ -4121,21 +4350,11 @@ const MODELS = {
|
|
|
4121
4350
|
"name": "Kimi K2.6",
|
|
4122
4351
|
"contextWindow": 262144
|
|
4123
4352
|
},
|
|
4124
|
-
{
|
|
4125
|
-
"id": "kimi-k2.6-precision",
|
|
4126
|
-
"name": "Kimi K2.6 (Precision)",
|
|
4127
|
-
"contextWindow": 262144
|
|
4128
|
-
},
|
|
4129
4353
|
{
|
|
4130
4354
|
"id": "mimo-v2.5-pro",
|
|
4131
4355
|
"name": "MiMo-V2.5-Pro",
|
|
4132
4356
|
"contextWindow": 1048576
|
|
4133
4357
|
},
|
|
4134
|
-
{
|
|
4135
|
-
"id": "mimo-v2.5-pro-precision",
|
|
4136
|
-
"name": "MiMo-V2.5-Pro (Precision)",
|
|
4137
|
-
"contextWindow": 1000000
|
|
4138
|
-
},
|
|
4139
4358
|
{
|
|
4140
4359
|
"id": "minimax-m2.5",
|
|
4141
4360
|
"name": "MiniMax-M2.5",
|
|
@@ -4298,12 +4517,12 @@ const MODELS = {
|
|
|
4298
4517
|
{
|
|
4299
4518
|
"id": "deepseek-ai/DeepSeek-V4-Flash",
|
|
4300
4519
|
"name": "DeepSeek V4 Flash",
|
|
4301
|
-
"contextWindow":
|
|
4520
|
+
"contextWindow": 1048576
|
|
4302
4521
|
},
|
|
4303
4522
|
{
|
|
4304
4523
|
"id": "deepseek-ai/DeepSeek-V4-Pro",
|
|
4305
4524
|
"name": "DeepSeek V4 Pro",
|
|
4306
|
-
"contextWindow":
|
|
4525
|
+
"contextWindow": 1048576
|
|
4307
4526
|
},
|
|
4308
4527
|
{
|
|
4309
4528
|
"id": "deepseek-ai/DeepSeek-V3.2",
|
|
@@ -4426,12 +4645,12 @@ const MODELS = {
|
|
|
4426
4645
|
"contextWindow": 10000000
|
|
4427
4646
|
},
|
|
4428
4647
|
{
|
|
4429
|
-
"id": "
|
|
4648
|
+
"id": "XiaomiMiMo/MiMo-V2.5",
|
|
4430
4649
|
"name": "MiMo-V2.5",
|
|
4431
4650
|
"contextWindow": 262144
|
|
4432
4651
|
},
|
|
4433
4652
|
{
|
|
4434
|
-
"id": "
|
|
4653
|
+
"id": "XiaomiMiMo/MiMo-V2.5-Pro",
|
|
4435
4654
|
"name": "MiMo-V2.5-Pro",
|
|
4436
4655
|
"contextWindow": 1048576
|
|
4437
4656
|
},
|
|
@@ -4554,6 +4773,11 @@ const MODELS = {
|
|
|
4554
4773
|
"name": "Claude Opus 4.7",
|
|
4555
4774
|
"contextWindow": 1000000
|
|
4556
4775
|
},
|
|
4776
|
+
{
|
|
4777
|
+
"id": "anthropic-claude-opus-4.8",
|
|
4778
|
+
"name": "Claude Opus 4.8",
|
|
4779
|
+
"contextWindow": 1000000
|
|
4780
|
+
},
|
|
4557
4781
|
{
|
|
4558
4782
|
"id": "anthropic-claude-sonnet-4",
|
|
4559
4783
|
"name": "Claude Sonnet 4",
|
|
@@ -4584,6 +4808,11 @@ const MODELS = {
|
|
|
4584
4808
|
"name": "DeepSeek V3.2",
|
|
4585
4809
|
"contextWindow": 128000
|
|
4586
4810
|
},
|
|
4811
|
+
{
|
|
4812
|
+
"id": "deepseek-4-flash",
|
|
4813
|
+
"name": "Deepseek V4 Flash",
|
|
4814
|
+
"contextWindow": 262144
|
|
4815
|
+
},
|
|
4587
4816
|
{
|
|
4588
4817
|
"id": "deepseek-v4-pro",
|
|
4589
4818
|
"name": "DeepSeek V4 Pro",
|
|
@@ -4986,6 +5215,11 @@ const MODELS = {
|
|
|
4986
5215
|
"name": "Kimi K2.6",
|
|
4987
5216
|
"contextWindow": 262000
|
|
4988
5217
|
},
|
|
5218
|
+
{
|
|
5219
|
+
"id": "accounts/fireworks/routers/kimi-k2p6-fast",
|
|
5220
|
+
"name": "Kimi K2.6 Fast",
|
|
5221
|
+
"contextWindow": 262000
|
|
5222
|
+
},
|
|
4989
5223
|
{
|
|
4990
5224
|
"id": "accounts/fireworks/routers/kimi-k2p6-turbo",
|
|
4991
5225
|
"name": "Kimi K2.6 Turbo",
|
|
@@ -5004,7 +5238,7 @@ const MODELS = {
|
|
|
5004
5238
|
{
|
|
5005
5239
|
"id": "accounts/fireworks/models/qwen3p6-plus",
|
|
5006
5240
|
"name": "Qwen 3.6 Plus",
|
|
5007
|
-
"contextWindow":
|
|
5241
|
+
"contextWindow": 262144
|
|
5008
5242
|
}
|
|
5009
5243
|
],
|
|
5010
5244
|
"friendli": [
|
|
@@ -5174,33 +5408,38 @@ const MODELS = {
|
|
|
5174
5408
|
"github-copilot": [
|
|
5175
5409
|
{
|
|
5176
5410
|
"id": "claude-haiku-4.5",
|
|
5177
|
-
"name": "Claude Haiku 4.5",
|
|
5178
|
-
"contextWindow":
|
|
5411
|
+
"name": "Claude Haiku 4.5 (latest)",
|
|
5412
|
+
"contextWindow": 200000
|
|
5179
5413
|
},
|
|
5180
5414
|
{
|
|
5181
5415
|
"id": "claude-opus-4.5",
|
|
5182
|
-
"name": "Claude Opus 4.5",
|
|
5183
|
-
"contextWindow":
|
|
5416
|
+
"name": "Claude Opus 4.5 (latest)",
|
|
5417
|
+
"contextWindow": 200000
|
|
5184
5418
|
},
|
|
5185
5419
|
{
|
|
5186
5420
|
"id": "claude-opus-4.6",
|
|
5187
5421
|
"name": "Claude Opus 4.6",
|
|
5188
|
-
"contextWindow":
|
|
5422
|
+
"contextWindow": 200000
|
|
5189
5423
|
},
|
|
5190
5424
|
{
|
|
5191
5425
|
"id": "claude-opus-4.7",
|
|
5192
5426
|
"name": "Claude Opus 4.7",
|
|
5193
|
-
"contextWindow":
|
|
5427
|
+
"contextWindow": 200000
|
|
5428
|
+
},
|
|
5429
|
+
{
|
|
5430
|
+
"id": "claude-opus-4.8",
|
|
5431
|
+
"name": "Claude Opus 4.8",
|
|
5432
|
+
"contextWindow": 200000
|
|
5194
5433
|
},
|
|
5195
5434
|
{
|
|
5196
5435
|
"id": "claude-sonnet-4",
|
|
5197
|
-
"name": "Claude Sonnet 4",
|
|
5436
|
+
"name": "Claude Sonnet 4 (latest)",
|
|
5198
5437
|
"contextWindow": 216000
|
|
5199
5438
|
},
|
|
5200
5439
|
{
|
|
5201
5440
|
"id": "claude-sonnet-4.5",
|
|
5202
|
-
"name": "Claude Sonnet 4.5",
|
|
5203
|
-
"contextWindow":
|
|
5441
|
+
"name": "Claude Sonnet 4.5 (latest)",
|
|
5442
|
+
"contextWindow": 200000
|
|
5204
5443
|
},
|
|
5205
5444
|
{
|
|
5206
5445
|
"id": "claude-sonnet-4.6",
|
|
@@ -5214,77 +5453,42 @@ const MODELS = {
|
|
|
5214
5453
|
},
|
|
5215
5454
|
{
|
|
5216
5455
|
"id": "gemini-3-flash-preview",
|
|
5217
|
-
"name": "Gemini 3 Flash",
|
|
5218
|
-
"contextWindow": 128000
|
|
5219
|
-
},
|
|
5220
|
-
{
|
|
5221
|
-
"id": "gemini-3-pro-preview",
|
|
5222
|
-
"name": "Gemini 3 Pro Preview",
|
|
5456
|
+
"name": "Gemini 3 Flash Preview",
|
|
5223
5457
|
"contextWindow": 128000
|
|
5224
5458
|
},
|
|
5225
5459
|
{
|
|
5226
5460
|
"id": "gemini-3.1-pro-preview",
|
|
5227
5461
|
"name": "Gemini 3.1 Pro Preview",
|
|
5228
|
-
"contextWindow":
|
|
5462
|
+
"contextWindow": 200000
|
|
5229
5463
|
},
|
|
5230
5464
|
{
|
|
5231
5465
|
"id": "gemini-3.5-flash",
|
|
5232
5466
|
"name": "Gemini 3.5 Flash",
|
|
5233
|
-
"contextWindow":
|
|
5467
|
+
"contextWindow": 200000
|
|
5234
5468
|
},
|
|
5235
5469
|
{
|
|
5236
5470
|
"id": "gpt-4.1",
|
|
5237
5471
|
"name": "GPT-4.1",
|
|
5238
5472
|
"contextWindow": 128000
|
|
5239
5473
|
},
|
|
5240
|
-
{
|
|
5241
|
-
"id": "gpt-4o",
|
|
5242
|
-
"name": "GPT-4o",
|
|
5243
|
-
"contextWindow": 128000
|
|
5244
|
-
},
|
|
5245
|
-
{
|
|
5246
|
-
"id": "gpt-5",
|
|
5247
|
-
"name": "GPT-5",
|
|
5248
|
-
"contextWindow": 128000
|
|
5249
|
-
},
|
|
5250
5474
|
{
|
|
5251
5475
|
"id": "gpt-5-mini",
|
|
5252
|
-
"name": "GPT-5
|
|
5253
|
-
"contextWindow": 264000
|
|
5254
|
-
},
|
|
5255
|
-
{
|
|
5256
|
-
"id": "gpt-5.1",
|
|
5257
|
-
"name": "GPT-5.1",
|
|
5476
|
+
"name": "GPT-5 Mini",
|
|
5258
5477
|
"contextWindow": 264000
|
|
5259
5478
|
},
|
|
5260
|
-
{
|
|
5261
|
-
"id": "gpt-5.1-codex",
|
|
5262
|
-
"name": "GPT-5.1-Codex",
|
|
5263
|
-
"contextWindow": 400000
|
|
5264
|
-
},
|
|
5265
|
-
{
|
|
5266
|
-
"id": "gpt-5.1-codex-max",
|
|
5267
|
-
"name": "GPT-5.1-Codex-max",
|
|
5268
|
-
"contextWindow": 400000
|
|
5269
|
-
},
|
|
5270
|
-
{
|
|
5271
|
-
"id": "gpt-5.1-codex-mini",
|
|
5272
|
-
"name": "GPT-5.1-Codex-mini",
|
|
5273
|
-
"contextWindow": 400000
|
|
5274
|
-
},
|
|
5275
5479
|
{
|
|
5276
5480
|
"id": "gpt-5.2",
|
|
5277
5481
|
"name": "GPT-5.2",
|
|
5278
|
-
"contextWindow":
|
|
5482
|
+
"contextWindow": 400000
|
|
5279
5483
|
},
|
|
5280
5484
|
{
|
|
5281
5485
|
"id": "gpt-5.2-codex",
|
|
5282
|
-
"name": "GPT-5.2
|
|
5486
|
+
"name": "GPT-5.2 Codex",
|
|
5283
5487
|
"contextWindow": 400000
|
|
5284
5488
|
},
|
|
5285
5489
|
{
|
|
5286
5490
|
"id": "gpt-5.3-codex",
|
|
5287
|
-
"name": "GPT-5.3
|
|
5491
|
+
"name": "GPT-5.3 Codex",
|
|
5288
5492
|
"contextWindow": 400000
|
|
5289
5493
|
},
|
|
5290
5494
|
{
|
|
@@ -5294,7 +5498,12 @@ const MODELS = {
|
|
|
5294
5498
|
},
|
|
5295
5499
|
{
|
|
5296
5500
|
"id": "gpt-5.4-mini",
|
|
5297
|
-
"name": "GPT-5.4
|
|
5501
|
+
"name": "GPT-5.4 mini",
|
|
5502
|
+
"contextWindow": 400000
|
|
5503
|
+
},
|
|
5504
|
+
{
|
|
5505
|
+
"id": "gpt-5.4-nano",
|
|
5506
|
+
"name": "GPT-5.4 nano",
|
|
5298
5507
|
"contextWindow": 400000
|
|
5299
5508
|
},
|
|
5300
5509
|
{
|
|
@@ -5303,9 +5512,9 @@ const MODELS = {
|
|
|
5303
5512
|
"contextWindow": 400000
|
|
5304
5513
|
},
|
|
5305
5514
|
{
|
|
5306
|
-
"id": "
|
|
5307
|
-
"name": "
|
|
5308
|
-
"contextWindow":
|
|
5515
|
+
"id": "raptor-mini",
|
|
5516
|
+
"name": "Raptor mini",
|
|
5517
|
+
"contextWindow": 400000
|
|
5309
5518
|
}
|
|
5310
5519
|
],
|
|
5311
5520
|
"github-models": [
|
|
@@ -8571,6 +8780,11 @@ const MODELS = {
|
|
|
8571
8780
|
"name": "Claude Opus 4.7",
|
|
8572
8781
|
"contextWindow": 1000000
|
|
8573
8782
|
},
|
|
8783
|
+
{
|
|
8784
|
+
"id": "claude-opus-4-8",
|
|
8785
|
+
"name": "Claude Opus 4.8",
|
|
8786
|
+
"contextWindow": 1000000
|
|
8787
|
+
},
|
|
8574
8788
|
{
|
|
8575
8789
|
"id": "claude-3-5-sonnet-20241022",
|
|
8576
8790
|
"name": "Claude Sonnet 3.5 v2",
|
|
@@ -9438,178 +9652,615 @@ const MODELS = {
|
|
|
9438
9652
|
"contextWindow": 1000000
|
|
9439
9653
|
}
|
|
9440
9654
|
],
|
|
9441
|
-
"
|
|
9442
|
-
{
|
|
9443
|
-
"id": "MiniMax-M2",
|
|
9444
|
-
"name": "MiniMax-M2",
|
|
9445
|
-
"contextWindow": 196608
|
|
9446
|
-
},
|
|
9447
|
-
{
|
|
9448
|
-
"id": "MiniMax-M2.1",
|
|
9449
|
-
"name": "MiniMax-M2.1",
|
|
9450
|
-
"contextWindow": 204800
|
|
9451
|
-
},
|
|
9452
|
-
{
|
|
9453
|
-
"id": "MiniMax-M2.5",
|
|
9454
|
-
"name": "MiniMax-M2.5",
|
|
9455
|
-
"contextWindow": 204800
|
|
9456
|
-
},
|
|
9457
|
-
{
|
|
9458
|
-
"id": "MiniMax-M2.5-highspeed",
|
|
9459
|
-
"name": "MiniMax-M2.5-highspeed",
|
|
9460
|
-
"contextWindow": 204800
|
|
9461
|
-
},
|
|
9462
|
-
{
|
|
9463
|
-
"id": "MiniMax-M2.7",
|
|
9464
|
-
"name": "MiniMax-M2.7",
|
|
9465
|
-
"contextWindow": 204800
|
|
9466
|
-
},
|
|
9467
|
-
{
|
|
9468
|
-
"id": "MiniMax-M2.7-highspeed",
|
|
9469
|
-
"name": "MiniMax-M2.7-highspeed",
|
|
9470
|
-
"contextWindow": 204800
|
|
9471
|
-
}
|
|
9472
|
-
],
|
|
9473
|
-
"minimax-cn": [
|
|
9655
|
+
"merge-gateway": [
|
|
9474
9656
|
{
|
|
9475
|
-
"id": "
|
|
9476
|
-
"name": "
|
|
9477
|
-
"contextWindow":
|
|
9657
|
+
"id": "anthropic/claude-haiku-4-5-20251001",
|
|
9658
|
+
"name": "Claude Haiku 4.5",
|
|
9659
|
+
"contextWindow": 200000
|
|
9478
9660
|
},
|
|
9479
9661
|
{
|
|
9480
|
-
"id": "
|
|
9481
|
-
"name": "
|
|
9482
|
-
"contextWindow":
|
|
9662
|
+
"id": "anthropic/claude-opus-4-20250514",
|
|
9663
|
+
"name": "Claude Opus 4",
|
|
9664
|
+
"contextWindow": 200000
|
|
9483
9665
|
},
|
|
9484
9666
|
{
|
|
9485
|
-
"id": "
|
|
9486
|
-
"name": "
|
|
9487
|
-
"contextWindow":
|
|
9667
|
+
"id": "anthropic/claude-opus-4-1-20250805",
|
|
9668
|
+
"name": "Claude Opus 4.1",
|
|
9669
|
+
"contextWindow": 200000
|
|
9488
9670
|
},
|
|
9489
9671
|
{
|
|
9490
|
-
"id": "
|
|
9491
|
-
"name": "
|
|
9492
|
-
"contextWindow":
|
|
9672
|
+
"id": "anthropic/claude-opus-4-5-20251101",
|
|
9673
|
+
"name": "Claude Opus 4.5",
|
|
9674
|
+
"contextWindow": 200000
|
|
9493
9675
|
},
|
|
9494
9676
|
{
|
|
9495
|
-
"id": "
|
|
9496
|
-
"name": "
|
|
9497
|
-
"contextWindow":
|
|
9677
|
+
"id": "anthropic/claude-opus-4-6",
|
|
9678
|
+
"name": "Claude Opus 4.6",
|
|
9679
|
+
"contextWindow": 1000000
|
|
9498
9680
|
},
|
|
9499
9681
|
{
|
|
9500
|
-
"id": "
|
|
9501
|
-
"name": "
|
|
9502
|
-
"contextWindow":
|
|
9503
|
-
}
|
|
9504
|
-
],
|
|
9505
|
-
"minimax-cn-coding-plan": [
|
|
9506
|
-
{
|
|
9507
|
-
"id": "MiniMax-M2",
|
|
9508
|
-
"name": "MiniMax-M2",
|
|
9509
|
-
"contextWindow": 196608
|
|
9682
|
+
"id": "anthropic/claude-opus-4-7",
|
|
9683
|
+
"name": "Claude Opus 4.7",
|
|
9684
|
+
"contextWindow": 1000000
|
|
9510
9685
|
},
|
|
9511
9686
|
{
|
|
9512
|
-
"id": "
|
|
9513
|
-
"name": "
|
|
9514
|
-
"contextWindow":
|
|
9687
|
+
"id": "anthropic/claude-sonnet-4-20250514",
|
|
9688
|
+
"name": "Claude Sonnet 4",
|
|
9689
|
+
"contextWindow": 200000
|
|
9515
9690
|
},
|
|
9516
9691
|
{
|
|
9517
|
-
"id": "
|
|
9518
|
-
"name": "
|
|
9519
|
-
"contextWindow":
|
|
9692
|
+
"id": "anthropic/claude-sonnet-4-5-20250929",
|
|
9693
|
+
"name": "Claude Sonnet 4.5",
|
|
9694
|
+
"contextWindow": 200000
|
|
9520
9695
|
},
|
|
9521
9696
|
{
|
|
9522
|
-
"id": "
|
|
9523
|
-
"name": "
|
|
9524
|
-
"contextWindow":
|
|
9697
|
+
"id": "anthropic/claude-sonnet-4-6",
|
|
9698
|
+
"name": "Claude Sonnet 4.6",
|
|
9699
|
+
"contextWindow": 1000000
|
|
9525
9700
|
},
|
|
9526
9701
|
{
|
|
9527
|
-
"id": "
|
|
9528
|
-
"name": "
|
|
9529
|
-
"contextWindow":
|
|
9702
|
+
"id": "mistral/codestral-latest",
|
|
9703
|
+
"name": "Codestral (latest)",
|
|
9704
|
+
"contextWindow": 256000
|
|
9530
9705
|
},
|
|
9531
9706
|
{
|
|
9532
|
-
"id": "
|
|
9533
|
-
"name": "
|
|
9534
|
-
"contextWindow":
|
|
9535
|
-
}
|
|
9536
|
-
],
|
|
9537
|
-
"minimax-coding-plan": [
|
|
9538
|
-
{
|
|
9539
|
-
"id": "MiniMax-M2",
|
|
9540
|
-
"name": "MiniMax-M2",
|
|
9541
|
-
"contextWindow": 196608
|
|
9707
|
+
"id": "cohere/command-a-03-2025",
|
|
9708
|
+
"name": "Command A",
|
|
9709
|
+
"contextWindow": 256000
|
|
9542
9710
|
},
|
|
9543
9711
|
{
|
|
9544
|
-
"id": "
|
|
9545
|
-
"name": "
|
|
9546
|
-
"contextWindow":
|
|
9712
|
+
"id": "cohere/command-r-08-2024",
|
|
9713
|
+
"name": "Command R",
|
|
9714
|
+
"contextWindow": 128000
|
|
9547
9715
|
},
|
|
9548
9716
|
{
|
|
9549
|
-
"id": "
|
|
9550
|
-
"name": "
|
|
9551
|
-
"contextWindow":
|
|
9717
|
+
"id": "cohere/command-r-plus-08-2024",
|
|
9718
|
+
"name": "Command R+",
|
|
9719
|
+
"contextWindow": 128000
|
|
9552
9720
|
},
|
|
9553
9721
|
{
|
|
9554
|
-
"id": "
|
|
9555
|
-
"name": "
|
|
9556
|
-
"contextWindow":
|
|
9722
|
+
"id": "cohere/command-r7b-12-2024",
|
|
9723
|
+
"name": "Command R7B",
|
|
9724
|
+
"contextWindow": 128000
|
|
9557
9725
|
},
|
|
9558
9726
|
{
|
|
9559
|
-
"id": "
|
|
9560
|
-
"name": "
|
|
9561
|
-
"contextWindow":
|
|
9727
|
+
"id": "deepseek/deepseek-v4-flash",
|
|
9728
|
+
"name": "DeepSeek V4 Flash",
|
|
9729
|
+
"contextWindow": 1000000
|
|
9562
9730
|
},
|
|
9563
9731
|
{
|
|
9564
|
-
"id": "
|
|
9565
|
-
"name": "
|
|
9566
|
-
"contextWindow":
|
|
9567
|
-
}
|
|
9568
|
-
],
|
|
9569
|
-
"mistral": [
|
|
9570
|
-
{
|
|
9571
|
-
"id": "codestral-latest",
|
|
9572
|
-
"name": "Codestral (latest)",
|
|
9573
|
-
"contextWindow": 256000
|
|
9732
|
+
"id": "deepseek/deepseek-v4-pro",
|
|
9733
|
+
"name": "DeepSeek V4 Pro",
|
|
9734
|
+
"contextWindow": 1000000
|
|
9574
9735
|
},
|
|
9575
9736
|
{
|
|
9576
|
-
"id": "devstral-2512",
|
|
9737
|
+
"id": "mistral/devstral-2512",
|
|
9577
9738
|
"name": "Devstral 2",
|
|
9578
9739
|
"contextWindow": 262144
|
|
9579
9740
|
},
|
|
9580
9741
|
{
|
|
9581
|
-
"id": "devstral-medium-latest",
|
|
9742
|
+
"id": "mistral/devstral-medium-latest",
|
|
9582
9743
|
"name": "Devstral 2 (latest)",
|
|
9583
9744
|
"contextWindow": 262144
|
|
9584
9745
|
},
|
|
9585
9746
|
{
|
|
9586
|
-
"id": "devstral-medium-2507",
|
|
9747
|
+
"id": "mistral/devstral-medium-2507",
|
|
9587
9748
|
"name": "Devstral Medium",
|
|
9588
9749
|
"contextWindow": 128000
|
|
9589
9750
|
},
|
|
9590
9751
|
{
|
|
9591
|
-
"id": "devstral-small-2507",
|
|
9752
|
+
"id": "mistral/devstral-small-2507",
|
|
9592
9753
|
"name": "Devstral Small",
|
|
9593
9754
|
"contextWindow": 128000
|
|
9594
9755
|
},
|
|
9595
9756
|
{
|
|
9596
|
-
"id": "
|
|
9597
|
-
"name": "
|
|
9598
|
-
"contextWindow":
|
|
9757
|
+
"id": "google/gemini-2.5-flash",
|
|
9758
|
+
"name": "Gemini 2.5 Flash",
|
|
9759
|
+
"contextWindow": 1048576
|
|
9599
9760
|
},
|
|
9600
9761
|
{
|
|
9601
|
-
"id": "
|
|
9602
|
-
"name": "
|
|
9603
|
-
"contextWindow":
|
|
9762
|
+
"id": "google/gemini-2.5-flash-lite",
|
|
9763
|
+
"name": "Gemini 2.5 Flash-Lite",
|
|
9764
|
+
"contextWindow": 1048576
|
|
9604
9765
|
},
|
|
9605
9766
|
{
|
|
9606
|
-
"id": "
|
|
9607
|
-
"name": "
|
|
9608
|
-
"contextWindow":
|
|
9767
|
+
"id": "google/gemini-2.5-pro",
|
|
9768
|
+
"name": "Gemini 2.5 Pro",
|
|
9769
|
+
"contextWindow": 1048576
|
|
9609
9770
|
},
|
|
9610
9771
|
{
|
|
9611
|
-
"id": "
|
|
9612
|
-
"name": "
|
|
9772
|
+
"id": "google/gemini-3-flash-preview",
|
|
9773
|
+
"name": "Gemini 3 Flash Preview",
|
|
9774
|
+
"contextWindow": 1048576
|
|
9775
|
+
},
|
|
9776
|
+
{
|
|
9777
|
+
"id": "google/gemini-3-pro-preview",
|
|
9778
|
+
"name": "Gemini 3 Pro Preview",
|
|
9779
|
+
"contextWindow": 1048576
|
|
9780
|
+
},
|
|
9781
|
+
{
|
|
9782
|
+
"id": "google/gemini-3.1-flash-lite",
|
|
9783
|
+
"name": "Gemini 3.1 Flash Lite",
|
|
9784
|
+
"contextWindow": 1048576
|
|
9785
|
+
},
|
|
9786
|
+
{
|
|
9787
|
+
"id": "google/gemini-3.1-flash-lite-preview",
|
|
9788
|
+
"name": "Gemini 3.1 Flash Lite Preview",
|
|
9789
|
+
"contextWindow": 1048576
|
|
9790
|
+
},
|
|
9791
|
+
{
|
|
9792
|
+
"id": "google/gemini-3.1-pro-preview",
|
|
9793
|
+
"name": "Gemini 3.1 Pro Preview",
|
|
9794
|
+
"contextWindow": 1048576
|
|
9795
|
+
},
|
|
9796
|
+
{
|
|
9797
|
+
"id": "google/gemini-3.1-pro-preview-customtools",
|
|
9798
|
+
"name": "Gemini 3.1 Pro Preview Custom Tools",
|
|
9799
|
+
"contextWindow": 1048576
|
|
9800
|
+
},
|
|
9801
|
+
{
|
|
9802
|
+
"id": "google/gemini-3.5-flash",
|
|
9803
|
+
"name": "Gemini 3.5 Flash",
|
|
9804
|
+
"contextWindow": 1048576
|
|
9805
|
+
},
|
|
9806
|
+
{
|
|
9807
|
+
"id": "google/gemini-flash-latest",
|
|
9808
|
+
"name": "Gemini Flash Latest",
|
|
9809
|
+
"contextWindow": 1048576
|
|
9810
|
+
},
|
|
9811
|
+
{
|
|
9812
|
+
"id": "google/gemini-flash-lite-latest",
|
|
9813
|
+
"name": "Gemini Flash-Lite Latest",
|
|
9814
|
+
"contextWindow": 1048576
|
|
9815
|
+
},
|
|
9816
|
+
{
|
|
9817
|
+
"id": "google/gemma-4-26b-a4b-it",
|
|
9818
|
+
"name": "Gemma 4 26B A4B IT",
|
|
9819
|
+
"contextWindow": 262144
|
|
9820
|
+
},
|
|
9821
|
+
{
|
|
9822
|
+
"id": "google/gemma-4-31b-it",
|
|
9823
|
+
"name": "Gemma 4 31B IT",
|
|
9824
|
+
"contextWindow": 262144
|
|
9825
|
+
},
|
|
9826
|
+
{
|
|
9827
|
+
"id": "zai/glm-4.5",
|
|
9828
|
+
"name": "GLM-4.5",
|
|
9829
|
+
"contextWindow": 131072
|
|
9830
|
+
},
|
|
9831
|
+
{
|
|
9832
|
+
"id": "zai/glm-4.5-air",
|
|
9833
|
+
"name": "GLM-4.5-Air",
|
|
9834
|
+
"contextWindow": 131072
|
|
9835
|
+
},
|
|
9836
|
+
{
|
|
9837
|
+
"id": "zai/glm-4.6",
|
|
9838
|
+
"name": "GLM-4.6",
|
|
9839
|
+
"contextWindow": 204800
|
|
9840
|
+
},
|
|
9841
|
+
{
|
|
9842
|
+
"id": "zai/glm-4.7",
|
|
9843
|
+
"name": "GLM-4.7",
|
|
9844
|
+
"contextWindow": 204800
|
|
9845
|
+
},
|
|
9846
|
+
{
|
|
9847
|
+
"id": "zai/glm-4.7-flashx",
|
|
9848
|
+
"name": "GLM-4.7-FlashX",
|
|
9849
|
+
"contextWindow": 200000
|
|
9850
|
+
},
|
|
9851
|
+
{
|
|
9852
|
+
"id": "zai/glm-5",
|
|
9853
|
+
"name": "GLM-5",
|
|
9854
|
+
"contextWindow": 204800
|
|
9855
|
+
},
|
|
9856
|
+
{
|
|
9857
|
+
"id": "zai/glm-5-turbo",
|
|
9858
|
+
"name": "GLM-5-Turbo",
|
|
9859
|
+
"contextWindow": 200000
|
|
9860
|
+
},
|
|
9861
|
+
{
|
|
9862
|
+
"id": "zai/glm-5.1",
|
|
9863
|
+
"name": "GLM-5.1",
|
|
9864
|
+
"contextWindow": 200000
|
|
9865
|
+
},
|
|
9866
|
+
{
|
|
9867
|
+
"id": "openai/gpt-4.1",
|
|
9868
|
+
"name": "GPT-4.1",
|
|
9869
|
+
"contextWindow": 1047576
|
|
9870
|
+
},
|
|
9871
|
+
{
|
|
9872
|
+
"id": "openai/gpt-4.1-mini",
|
|
9873
|
+
"name": "GPT-4.1 mini",
|
|
9874
|
+
"contextWindow": 1047576
|
|
9875
|
+
},
|
|
9876
|
+
{
|
|
9877
|
+
"id": "openai/gpt-4.1-nano",
|
|
9878
|
+
"name": "GPT-4.1 nano",
|
|
9879
|
+
"contextWindow": 1047576
|
|
9880
|
+
},
|
|
9881
|
+
{
|
|
9882
|
+
"id": "openai/gpt-4o",
|
|
9883
|
+
"name": "GPT-4o",
|
|
9884
|
+
"contextWindow": 128000
|
|
9885
|
+
},
|
|
9886
|
+
{
|
|
9887
|
+
"id": "openai/gpt-4o-2024-05-13",
|
|
9888
|
+
"name": "GPT-4o (2024-05-13)",
|
|
9889
|
+
"contextWindow": 128000
|
|
9890
|
+
},
|
|
9891
|
+
{
|
|
9892
|
+
"id": "openai/gpt-4o-2024-08-06",
|
|
9893
|
+
"name": "GPT-4o (2024-08-06)",
|
|
9894
|
+
"contextWindow": 128000
|
|
9895
|
+
},
|
|
9896
|
+
{
|
|
9897
|
+
"id": "openai/gpt-4o-2024-11-20",
|
|
9898
|
+
"name": "GPT-4o (2024-11-20)",
|
|
9899
|
+
"contextWindow": 128000
|
|
9900
|
+
},
|
|
9901
|
+
{
|
|
9902
|
+
"id": "openai/gpt-4o-mini",
|
|
9903
|
+
"name": "GPT-4o mini",
|
|
9904
|
+
"contextWindow": 128000
|
|
9905
|
+
},
|
|
9906
|
+
{
|
|
9907
|
+
"id": "openai/gpt-5",
|
|
9908
|
+
"name": "GPT-5",
|
|
9909
|
+
"contextWindow": 400000
|
|
9910
|
+
},
|
|
9911
|
+
{
|
|
9912
|
+
"id": "openai/gpt-5-mini",
|
|
9913
|
+
"name": "GPT-5 Mini",
|
|
9914
|
+
"contextWindow": 400000
|
|
9915
|
+
},
|
|
9916
|
+
{
|
|
9917
|
+
"id": "openai/gpt-5-nano",
|
|
9918
|
+
"name": "GPT-5 Nano",
|
|
9919
|
+
"contextWindow": 400000
|
|
9920
|
+
},
|
|
9921
|
+
{
|
|
9922
|
+
"id": "openai/gpt-5.1",
|
|
9923
|
+
"name": "GPT-5.1",
|
|
9924
|
+
"contextWindow": 400000
|
|
9925
|
+
},
|
|
9926
|
+
{
|
|
9927
|
+
"id": "openai/gpt-5.1-chat-latest",
|
|
9928
|
+
"name": "GPT-5.1 Chat",
|
|
9929
|
+
"contextWindow": 128000
|
|
9930
|
+
},
|
|
9931
|
+
{
|
|
9932
|
+
"id": "openai/gpt-5.2",
|
|
9933
|
+
"name": "GPT-5.2",
|
|
9934
|
+
"contextWindow": 400000
|
|
9935
|
+
},
|
|
9936
|
+
{
|
|
9937
|
+
"id": "openai/gpt-5.2-chat-latest",
|
|
9938
|
+
"name": "GPT-5.2 Chat",
|
|
9939
|
+
"contextWindow": 128000
|
|
9940
|
+
},
|
|
9941
|
+
{
|
|
9942
|
+
"id": "openai/gpt-5.3-chat-latest",
|
|
9943
|
+
"name": "GPT-5.3 Chat (latest)",
|
|
9944
|
+
"contextWindow": 128000
|
|
9945
|
+
},
|
|
9946
|
+
{
|
|
9947
|
+
"id": "openai/gpt-5.4",
|
|
9948
|
+
"name": "GPT-5.4",
|
|
9949
|
+
"contextWindow": 1050000
|
|
9950
|
+
},
|
|
9951
|
+
{
|
|
9952
|
+
"id": "openai/gpt-5.4-mini",
|
|
9953
|
+
"name": "GPT-5.4 mini",
|
|
9954
|
+
"contextWindow": 400000
|
|
9955
|
+
},
|
|
9956
|
+
{
|
|
9957
|
+
"id": "openai/gpt-5.4-nano",
|
|
9958
|
+
"name": "GPT-5.4 nano",
|
|
9959
|
+
"contextWindow": 400000
|
|
9960
|
+
},
|
|
9961
|
+
{
|
|
9962
|
+
"id": "openai/gpt-5.5",
|
|
9963
|
+
"name": "GPT-5.5",
|
|
9964
|
+
"contextWindow": 1050000
|
|
9965
|
+
},
|
|
9966
|
+
{
|
|
9967
|
+
"id": "xai/grok-4.20-0309-reasoning",
|
|
9968
|
+
"name": "Grok 4.20 (Reasoning)",
|
|
9969
|
+
"contextWindow": 2000000
|
|
9970
|
+
},
|
|
9971
|
+
{
|
|
9972
|
+
"id": "xai/grok-4.3",
|
|
9973
|
+
"name": "Grok 4.3",
|
|
9974
|
+
"contextWindow": 1000000
|
|
9975
|
+
},
|
|
9976
|
+
{
|
|
9977
|
+
"id": "mistral/magistral-medium-latest",
|
|
9978
|
+
"name": "Magistral Medium (latest)",
|
|
9979
|
+
"contextWindow": 128000
|
|
9980
|
+
},
|
|
9981
|
+
{
|
|
9982
|
+
"id": "minimax/minimax-m2",
|
|
9983
|
+
"name": "MiniMax-M2",
|
|
9984
|
+
"contextWindow": 196608
|
|
9985
|
+
},
|
|
9986
|
+
{
|
|
9987
|
+
"id": "minimax/minimax-m2.1",
|
|
9988
|
+
"name": "MiniMax-M2.1",
|
|
9989
|
+
"contextWindow": 204800
|
|
9990
|
+
},
|
|
9991
|
+
{
|
|
9992
|
+
"id": "minimax/minimax-m2.5",
|
|
9993
|
+
"name": "MiniMax-M2.5",
|
|
9994
|
+
"contextWindow": 204800
|
|
9995
|
+
},
|
|
9996
|
+
{
|
|
9997
|
+
"id": "minimax/minimax-m2.5-highspeed",
|
|
9998
|
+
"name": "MiniMax-M2.5-highspeed",
|
|
9999
|
+
"contextWindow": 204800
|
|
10000
|
+
},
|
|
10001
|
+
{
|
|
10002
|
+
"id": "minimax/minimax-m2.7",
|
|
10003
|
+
"name": "MiniMax-M2.7",
|
|
10004
|
+
"contextWindow": 204800
|
|
10005
|
+
},
|
|
10006
|
+
{
|
|
10007
|
+
"id": "minimax/minimax-m2.7-highspeed",
|
|
10008
|
+
"name": "MiniMax-M2.7-highspeed",
|
|
10009
|
+
"contextWindow": 204800
|
|
10010
|
+
},
|
|
10011
|
+
{
|
|
10012
|
+
"id": "mistral/mistral-large-latest",
|
|
10013
|
+
"name": "Mistral Large (latest)",
|
|
10014
|
+
"contextWindow": 262144
|
|
10015
|
+
},
|
|
10016
|
+
{
|
|
10017
|
+
"id": "mistral/mistral-large-2411",
|
|
10018
|
+
"name": "Mistral Large 2.1",
|
|
10019
|
+
"contextWindow": 131072
|
|
10020
|
+
},
|
|
10021
|
+
{
|
|
10022
|
+
"id": "mistral/mistral-large-2512",
|
|
10023
|
+
"name": "Mistral Large 3",
|
|
10024
|
+
"contextWindow": 262144
|
|
10025
|
+
},
|
|
10026
|
+
{
|
|
10027
|
+
"id": "mistral/mistral-medium-latest",
|
|
10028
|
+
"name": "Mistral Medium (latest)",
|
|
10029
|
+
"contextWindow": 262144
|
|
10030
|
+
},
|
|
10031
|
+
{
|
|
10032
|
+
"id": "mistral/mistral-medium-2505",
|
|
10033
|
+
"name": "Mistral Medium 3",
|
|
10034
|
+
"contextWindow": 131072
|
|
10035
|
+
},
|
|
10036
|
+
{
|
|
10037
|
+
"id": "mistral/mistral-small-latest",
|
|
10038
|
+
"name": "Mistral Small (latest)",
|
|
10039
|
+
"contextWindow": 256000
|
|
10040
|
+
},
|
|
10041
|
+
{
|
|
10042
|
+
"id": "openai/o1",
|
|
10043
|
+
"name": "o1",
|
|
10044
|
+
"contextWindow": 200000
|
|
10045
|
+
},
|
|
10046
|
+
{
|
|
10047
|
+
"id": "openai/o3",
|
|
10048
|
+
"name": "o3",
|
|
10049
|
+
"contextWindow": 200000
|
|
10050
|
+
},
|
|
10051
|
+
{
|
|
10052
|
+
"id": "openai/o3-mini",
|
|
10053
|
+
"name": "o3-mini",
|
|
10054
|
+
"contextWindow": 200000
|
|
10055
|
+
},
|
|
10056
|
+
{
|
|
10057
|
+
"id": "openai/o4-mini",
|
|
10058
|
+
"name": "o4-mini",
|
|
10059
|
+
"contextWindow": 200000
|
|
10060
|
+
},
|
|
10061
|
+
{
|
|
10062
|
+
"id": "mistral/pixtral-large-latest",
|
|
10063
|
+
"name": "Pixtral Large (latest)",
|
|
10064
|
+
"contextWindow": 128000
|
|
10065
|
+
}
|
|
10066
|
+
],
|
|
10067
|
+
"minimax": [
|
|
10068
|
+
{
|
|
10069
|
+
"id": "MiniMax-M2",
|
|
10070
|
+
"name": "MiniMax-M2",
|
|
10071
|
+
"contextWindow": 196608
|
|
10072
|
+
},
|
|
10073
|
+
{
|
|
10074
|
+
"id": "MiniMax-M2.1",
|
|
10075
|
+
"name": "MiniMax-M2.1",
|
|
10076
|
+
"contextWindow": 204800
|
|
10077
|
+
},
|
|
10078
|
+
{
|
|
10079
|
+
"id": "MiniMax-M2.5",
|
|
10080
|
+
"name": "MiniMax-M2.5",
|
|
10081
|
+
"contextWindow": 204800
|
|
10082
|
+
},
|
|
10083
|
+
{
|
|
10084
|
+
"id": "MiniMax-M2.5-highspeed",
|
|
10085
|
+
"name": "MiniMax-M2.5-highspeed",
|
|
10086
|
+
"contextWindow": 204800
|
|
10087
|
+
},
|
|
10088
|
+
{
|
|
10089
|
+
"id": "MiniMax-M2.7",
|
|
10090
|
+
"name": "MiniMax-M2.7",
|
|
10091
|
+
"contextWindow": 204800
|
|
10092
|
+
},
|
|
10093
|
+
{
|
|
10094
|
+
"id": "MiniMax-M2.7-highspeed",
|
|
10095
|
+
"name": "MiniMax-M2.7-highspeed",
|
|
10096
|
+
"contextWindow": 204800
|
|
10097
|
+
},
|
|
10098
|
+
{
|
|
10099
|
+
"id": "MiniMax-M3",
|
|
10100
|
+
"name": "MiniMax-M3",
|
|
10101
|
+
"contextWindow": 512000
|
|
10102
|
+
}
|
|
10103
|
+
],
|
|
10104
|
+
"minimax-cn": [
|
|
10105
|
+
{
|
|
10106
|
+
"id": "MiniMax-M2",
|
|
10107
|
+
"name": "MiniMax-M2",
|
|
10108
|
+
"contextWindow": 196608
|
|
10109
|
+
},
|
|
10110
|
+
{
|
|
10111
|
+
"id": "MiniMax-M2.1",
|
|
10112
|
+
"name": "MiniMax-M2.1",
|
|
10113
|
+
"contextWindow": 204800
|
|
10114
|
+
},
|
|
10115
|
+
{
|
|
10116
|
+
"id": "MiniMax-M2.5",
|
|
10117
|
+
"name": "MiniMax-M2.5",
|
|
10118
|
+
"contextWindow": 204800
|
|
10119
|
+
},
|
|
10120
|
+
{
|
|
10121
|
+
"id": "MiniMax-M2.5-highspeed",
|
|
10122
|
+
"name": "MiniMax-M2.5-highspeed",
|
|
10123
|
+
"contextWindow": 204800
|
|
10124
|
+
},
|
|
10125
|
+
{
|
|
10126
|
+
"id": "MiniMax-M2.7",
|
|
10127
|
+
"name": "MiniMax-M2.7",
|
|
10128
|
+
"contextWindow": 204800
|
|
10129
|
+
},
|
|
10130
|
+
{
|
|
10131
|
+
"id": "MiniMax-M2.7-highspeed",
|
|
10132
|
+
"name": "MiniMax-M2.7-highspeed",
|
|
10133
|
+
"contextWindow": 204800
|
|
10134
|
+
},
|
|
10135
|
+
{
|
|
10136
|
+
"id": "MiniMax-M3",
|
|
10137
|
+
"name": "MiniMax-M3",
|
|
10138
|
+
"contextWindow": 512000
|
|
10139
|
+
}
|
|
10140
|
+
],
|
|
10141
|
+
"minimax-cn-coding-plan": [
|
|
10142
|
+
{
|
|
10143
|
+
"id": "MiniMax-M2",
|
|
10144
|
+
"name": "MiniMax-M2",
|
|
10145
|
+
"contextWindow": 196608
|
|
10146
|
+
},
|
|
10147
|
+
{
|
|
10148
|
+
"id": "MiniMax-M2.1",
|
|
10149
|
+
"name": "MiniMax-M2.1",
|
|
10150
|
+
"contextWindow": 204800
|
|
10151
|
+
},
|
|
10152
|
+
{
|
|
10153
|
+
"id": "MiniMax-M2.5",
|
|
10154
|
+
"name": "MiniMax-M2.5",
|
|
10155
|
+
"contextWindow": 204800
|
|
10156
|
+
},
|
|
10157
|
+
{
|
|
10158
|
+
"id": "MiniMax-M2.5-highspeed",
|
|
10159
|
+
"name": "MiniMax-M2.5-highspeed",
|
|
10160
|
+
"contextWindow": 204800
|
|
10161
|
+
},
|
|
10162
|
+
{
|
|
10163
|
+
"id": "MiniMax-M2.7",
|
|
10164
|
+
"name": "MiniMax-M2.7",
|
|
10165
|
+
"contextWindow": 204800
|
|
10166
|
+
},
|
|
10167
|
+
{
|
|
10168
|
+
"id": "MiniMax-M2.7-highspeed",
|
|
10169
|
+
"name": "MiniMax-M2.7-highspeed",
|
|
10170
|
+
"contextWindow": 204800
|
|
10171
|
+
},
|
|
10172
|
+
{
|
|
10173
|
+
"id": "MiniMax-M3",
|
|
10174
|
+
"name": "MiniMax-M3",
|
|
10175
|
+
"contextWindow": 512000
|
|
10176
|
+
}
|
|
10177
|
+
],
|
|
10178
|
+
"minimax-coding-plan": [
|
|
10179
|
+
{
|
|
10180
|
+
"id": "MiniMax-M2",
|
|
10181
|
+
"name": "MiniMax-M2",
|
|
10182
|
+
"contextWindow": 196608
|
|
10183
|
+
},
|
|
10184
|
+
{
|
|
10185
|
+
"id": "MiniMax-M2.1",
|
|
10186
|
+
"name": "MiniMax-M2.1",
|
|
10187
|
+
"contextWindow": 204800
|
|
10188
|
+
},
|
|
10189
|
+
{
|
|
10190
|
+
"id": "MiniMax-M2.5",
|
|
10191
|
+
"name": "MiniMax-M2.5",
|
|
10192
|
+
"contextWindow": 204800
|
|
10193
|
+
},
|
|
10194
|
+
{
|
|
10195
|
+
"id": "MiniMax-M2.5-highspeed",
|
|
10196
|
+
"name": "MiniMax-M2.5-highspeed",
|
|
10197
|
+
"contextWindow": 204800
|
|
10198
|
+
},
|
|
10199
|
+
{
|
|
10200
|
+
"id": "MiniMax-M2.7",
|
|
10201
|
+
"name": "MiniMax-M2.7",
|
|
10202
|
+
"contextWindow": 204800
|
|
10203
|
+
},
|
|
10204
|
+
{
|
|
10205
|
+
"id": "MiniMax-M2.7-highspeed",
|
|
10206
|
+
"name": "MiniMax-M2.7-highspeed",
|
|
10207
|
+
"contextWindow": 204800
|
|
10208
|
+
},
|
|
10209
|
+
{
|
|
10210
|
+
"id": "MiniMax-M3",
|
|
10211
|
+
"name": "MiniMax-M3",
|
|
10212
|
+
"contextWindow": 512000
|
|
10213
|
+
}
|
|
10214
|
+
],
|
|
10215
|
+
"mistral": [
|
|
10216
|
+
{
|
|
10217
|
+
"id": "codestral-latest",
|
|
10218
|
+
"name": "Codestral (latest)",
|
|
10219
|
+
"contextWindow": 256000
|
|
10220
|
+
},
|
|
10221
|
+
{
|
|
10222
|
+
"id": "devstral-latest",
|
|
10223
|
+
"name": "Devstral 2",
|
|
10224
|
+
"contextWindow": 262144
|
|
10225
|
+
},
|
|
10226
|
+
{
|
|
10227
|
+
"id": "devstral-2512",
|
|
10228
|
+
"name": "Devstral 2",
|
|
10229
|
+
"contextWindow": 262144
|
|
10230
|
+
},
|
|
10231
|
+
{
|
|
10232
|
+
"id": "devstral-medium-latest",
|
|
10233
|
+
"name": "Devstral 2 (latest)",
|
|
10234
|
+
"contextWindow": 262144
|
|
10235
|
+
},
|
|
10236
|
+
{
|
|
10237
|
+
"id": "devstral-medium-2507",
|
|
10238
|
+
"name": "Devstral Medium",
|
|
10239
|
+
"contextWindow": 128000
|
|
10240
|
+
},
|
|
10241
|
+
{
|
|
10242
|
+
"id": "devstral-small-2507",
|
|
10243
|
+
"name": "Devstral Small",
|
|
10244
|
+
"contextWindow": 128000
|
|
10245
|
+
},
|
|
10246
|
+
{
|
|
10247
|
+
"id": "labs-devstral-small-2512",
|
|
10248
|
+
"name": "Devstral Small 2",
|
|
10249
|
+
"contextWindow": 256000
|
|
10250
|
+
},
|
|
10251
|
+
{
|
|
10252
|
+
"id": "devstral-small-2505",
|
|
10253
|
+
"name": "Devstral Small 2505",
|
|
10254
|
+
"contextWindow": 128000
|
|
10255
|
+
},
|
|
10256
|
+
{
|
|
10257
|
+
"id": "magistral-medium-latest",
|
|
10258
|
+
"name": "Magistral Medium (latest)",
|
|
10259
|
+
"contextWindow": 128000
|
|
10260
|
+
},
|
|
10261
|
+
{
|
|
10262
|
+
"id": "magistral-small",
|
|
10263
|
+
"name": "Magistral Small",
|
|
9613
10264
|
"contextWindow": 128000
|
|
9614
10265
|
},
|
|
9615
10266
|
{
|
|
@@ -9692,6 +10343,11 @@ const MODELS = {
|
|
|
9692
10343
|
"name": "Mixtral 8x7B",
|
|
9693
10344
|
"contextWindow": 32000
|
|
9694
10345
|
},
|
|
10346
|
+
{
|
|
10347
|
+
"id": "open-mistral-nemo",
|
|
10348
|
+
"name": "Open Mistral Nemo",
|
|
10349
|
+
"contextWindow": 128000
|
|
10350
|
+
},
|
|
9695
10351
|
{
|
|
9696
10352
|
"id": "pixtral-12b",
|
|
9697
10353
|
"name": "Pixtral 12B",
|
|
@@ -9864,56 +10520,11 @@ const MODELS = {
|
|
|
9864
10520
|
"name": "Azure gpt-4o-mini",
|
|
9865
10521
|
"contextWindow": 128000
|
|
9866
10522
|
},
|
|
9867
|
-
{
|
|
9868
|
-
"id": "openai/chatgpt-4o-latest",
|
|
9869
|
-
"name": "ChatGPT 4o",
|
|
9870
|
-
"contextWindow": 128000
|
|
9871
|
-
},
|
|
9872
10523
|
{
|
|
9873
10524
|
"id": "claude-3-5-haiku-20241022",
|
|
9874
10525
|
"name": "Claude 3.5 Haiku",
|
|
9875
10526
|
"contextWindow": 200000
|
|
9876
10527
|
},
|
|
9877
|
-
{
|
|
9878
|
-
"id": "claude-3-5-sonnet-20241022",
|
|
9879
|
-
"name": "Claude 3.5 Sonnet",
|
|
9880
|
-
"contextWindow": 200000
|
|
9881
|
-
},
|
|
9882
|
-
{
|
|
9883
|
-
"id": "claude-3-5-sonnet-20240620",
|
|
9884
|
-
"name": "Claude 3.5 Sonnet Old",
|
|
9885
|
-
"contextWindow": 200000
|
|
9886
|
-
},
|
|
9887
|
-
{
|
|
9888
|
-
"id": "claude-3-7-sonnet-20250219",
|
|
9889
|
-
"name": "Claude 3.7 Sonnet",
|
|
9890
|
-
"contextWindow": 200000
|
|
9891
|
-
},
|
|
9892
|
-
{
|
|
9893
|
-
"id": "claude-3-7-sonnet-thinking",
|
|
9894
|
-
"name": "Claude 3.7 Sonnet Thinking",
|
|
9895
|
-
"contextWindow": 200000
|
|
9896
|
-
},
|
|
9897
|
-
{
|
|
9898
|
-
"id": "claude-3-7-sonnet-thinking:128000",
|
|
9899
|
-
"name": "Claude 3.7 Sonnet Thinking (128K)",
|
|
9900
|
-
"contextWindow": 200000
|
|
9901
|
-
},
|
|
9902
|
-
{
|
|
9903
|
-
"id": "claude-3-7-sonnet-thinking:1024",
|
|
9904
|
-
"name": "Claude 3.7 Sonnet Thinking (1K)",
|
|
9905
|
-
"contextWindow": 200000
|
|
9906
|
-
},
|
|
9907
|
-
{
|
|
9908
|
-
"id": "claude-3-7-sonnet-thinking:32768",
|
|
9909
|
-
"name": "Claude 3.7 Sonnet Thinking (32K)",
|
|
9910
|
-
"contextWindow": 200000
|
|
9911
|
-
},
|
|
9912
|
-
{
|
|
9913
|
-
"id": "claude-3-7-sonnet-thinking:8192",
|
|
9914
|
-
"name": "Claude 3.7 Sonnet Thinking (8K)",
|
|
9915
|
-
"contextWindow": 200000
|
|
9916
|
-
},
|
|
9917
10528
|
{
|
|
9918
10529
|
"id": "claude-opus-4-20250514",
|
|
9919
10530
|
"name": "Claude 4 Opus",
|
|
@@ -10039,11 +10650,46 @@ const MODELS = {
|
|
|
10039
10650
|
"name": "Claude 4.6 Opus Thinking Medium",
|
|
10040
10651
|
"contextWindow": 1000000
|
|
10041
10652
|
},
|
|
10653
|
+
{
|
|
10654
|
+
"id": "anthropic/claude-opus-4.7",
|
|
10655
|
+
"name": "Claude 4.7 Opus",
|
|
10656
|
+
"contextWindow": 1000000
|
|
10657
|
+
},
|
|
10658
|
+
{
|
|
10659
|
+
"id": "anthropic/claude-opus-4.7:thinking",
|
|
10660
|
+
"name": "Claude 4.7 Opus Thinking",
|
|
10661
|
+
"contextWindow": 1000000
|
|
10662
|
+
},
|
|
10042
10663
|
{
|
|
10043
10664
|
"id": "claude-haiku-4-5-20251001",
|
|
10044
10665
|
"name": "Claude Haiku 4.5",
|
|
10045
10666
|
"contextWindow": 200000
|
|
10046
10667
|
},
|
|
10668
|
+
{
|
|
10669
|
+
"id": "claude-haiku-4-5-20251001-thinking",
|
|
10670
|
+
"name": "Claude Haiku 4.5 Thinking",
|
|
10671
|
+
"contextWindow": 200000
|
|
10672
|
+
},
|
|
10673
|
+
{
|
|
10674
|
+
"id": "anthropic/claude-haiku-latest",
|
|
10675
|
+
"name": "Claude Haiku Latest",
|
|
10676
|
+
"contextWindow": 200000
|
|
10677
|
+
},
|
|
10678
|
+
{
|
|
10679
|
+
"id": "anthropic/claude-opus-4.8",
|
|
10680
|
+
"name": "Claude Opus 4.8",
|
|
10681
|
+
"contextWindow": 1000000
|
|
10682
|
+
},
|
|
10683
|
+
{
|
|
10684
|
+
"id": "anthropic/claude-opus-4.8:thinking",
|
|
10685
|
+
"name": "Claude Opus 4.8 Thinking",
|
|
10686
|
+
"contextWindow": 1000000
|
|
10687
|
+
},
|
|
10688
|
+
{
|
|
10689
|
+
"id": "anthropic/claude-opus-latest",
|
|
10690
|
+
"name": "Claude Opus Latest",
|
|
10691
|
+
"contextWindow": 1000000
|
|
10692
|
+
},
|
|
10047
10693
|
{
|
|
10048
10694
|
"id": "claude-sonnet-4-5-20250929",
|
|
10049
10695
|
"name": "Claude Sonnet 4.5",
|
|
@@ -10064,6 +10710,51 @@ const MODELS = {
|
|
|
10064
10710
|
"name": "Claude Sonnet 4.6 Thinking",
|
|
10065
10711
|
"contextWindow": 1000000
|
|
10066
10712
|
},
|
|
10713
|
+
{
|
|
10714
|
+
"id": "anthropic/claude-sonnet-latest",
|
|
10715
|
+
"name": "Claude Sonnet Latest",
|
|
10716
|
+
"contextWindow": 1000000
|
|
10717
|
+
},
|
|
10718
|
+
{
|
|
10719
|
+
"id": "claw-high",
|
|
10720
|
+
"name": "Claw High",
|
|
10721
|
+
"contextWindow": 1000000
|
|
10722
|
+
},
|
|
10723
|
+
{
|
|
10724
|
+
"id": "claw-low",
|
|
10725
|
+
"name": "Claw Low",
|
|
10726
|
+
"contextWindow": 1048576
|
|
10727
|
+
},
|
|
10728
|
+
{
|
|
10729
|
+
"id": "claw-medium",
|
|
10730
|
+
"name": "Claw Medium",
|
|
10731
|
+
"contextWindow": 204800
|
|
10732
|
+
},
|
|
10733
|
+
{
|
|
10734
|
+
"id": "nanogpt/coding-router",
|
|
10735
|
+
"name": "Coding Router",
|
|
10736
|
+
"contextWindow": 1000000
|
|
10737
|
+
},
|
|
10738
|
+
{
|
|
10739
|
+
"id": "nanogpt/coding-router:high",
|
|
10740
|
+
"name": "Coding Router High",
|
|
10741
|
+
"contextWindow": 1000000
|
|
10742
|
+
},
|
|
10743
|
+
{
|
|
10744
|
+
"id": "nanogpt/coding-router:low",
|
|
10745
|
+
"name": "Coding Router Low",
|
|
10746
|
+
"contextWindow": 1000000
|
|
10747
|
+
},
|
|
10748
|
+
{
|
|
10749
|
+
"id": "nanogpt/coding-router:max",
|
|
10750
|
+
"name": "Coding Router Max",
|
|
10751
|
+
"contextWindow": 1000000
|
|
10752
|
+
},
|
|
10753
|
+
{
|
|
10754
|
+
"id": "nanogpt/coding-router:medium",
|
|
10755
|
+
"name": "Coding Router Medium",
|
|
10756
|
+
"contextWindow": 1000000
|
|
10757
|
+
},
|
|
10067
10758
|
{
|
|
10068
10759
|
"id": "cohere/command-r-plus-08-2024",
|
|
10069
10760
|
"name": "Cohere: Command R+",
|
|
@@ -10074,6 +10765,11 @@ const MODELS = {
|
|
|
10074
10765
|
"name": "DeepSeek Chat 0324",
|
|
10075
10766
|
"contextWindow": 128000
|
|
10076
10767
|
},
|
|
10768
|
+
{
|
|
10769
|
+
"id": "deepseek/deepseek-latest",
|
|
10770
|
+
"name": "DeepSeek Latest",
|
|
10771
|
+
"contextWindow": 1048576
|
|
10772
|
+
},
|
|
10077
10773
|
{
|
|
10078
10774
|
"id": "deepseek-ai/DeepSeek-V3.1-Terminus",
|
|
10079
10775
|
"name": "DeepSeek V3.1 Terminus",
|
|
@@ -10104,6 +10800,46 @@ const MODELS = {
|
|
|
10104
10800
|
"name": "DeepSeek V3/Deepseek Chat",
|
|
10105
10801
|
"contextWindow": 128000
|
|
10106
10802
|
},
|
|
10803
|
+
{
|
|
10804
|
+
"id": "deepseek/deepseek-v4-flash",
|
|
10805
|
+
"name": "DeepSeek V4 Flash",
|
|
10806
|
+
"contextWindow": 1048576
|
|
10807
|
+
},
|
|
10808
|
+
{
|
|
10809
|
+
"id": "deepseek/deepseek-v4-flash:thinking",
|
|
10810
|
+
"name": "DeepSeek V4 Flash (Thinking)",
|
|
10811
|
+
"contextWindow": 1048576
|
|
10812
|
+
},
|
|
10813
|
+
{
|
|
10814
|
+
"id": "deepseek/deepseek-v4-pro",
|
|
10815
|
+
"name": "DeepSeek V4 Pro",
|
|
10816
|
+
"contextWindow": 1048576
|
|
10817
|
+
},
|
|
10818
|
+
{
|
|
10819
|
+
"id": "deepseek/deepseek-v4-pro:thinking",
|
|
10820
|
+
"name": "DeepSeek V4 Pro (Thinking)",
|
|
10821
|
+
"contextWindow": 1048576
|
|
10822
|
+
},
|
|
10823
|
+
{
|
|
10824
|
+
"id": "deepseek/deepseek-v4-pro-cheaper",
|
|
10825
|
+
"name": "DeepSeek V4 Pro Cheaper",
|
|
10826
|
+
"contextWindow": 1048576
|
|
10827
|
+
},
|
|
10828
|
+
{
|
|
10829
|
+
"id": "deepseek/deepseek-v4-pro-cheaper:thinking",
|
|
10830
|
+
"name": "DeepSeek V4 Pro Cheaper (Thinking)",
|
|
10831
|
+
"contextWindow": 1048576
|
|
10832
|
+
},
|
|
10833
|
+
{
|
|
10834
|
+
"id": "TEE/deepseek-v4-pro",
|
|
10835
|
+
"name": "DeepSeek V4 Pro TEE",
|
|
10836
|
+
"contextWindow": 800000
|
|
10837
|
+
},
|
|
10838
|
+
{
|
|
10839
|
+
"id": "TEE/deepseek-v4-pro:thinking",
|
|
10840
|
+
"name": "DeepSeek V4 Pro Thinking TEE",
|
|
10841
|
+
"contextWindow": 800000
|
|
10842
|
+
},
|
|
10107
10843
|
{
|
|
10108
10844
|
"id": "gemini-2.0-flash-001",
|
|
10109
10845
|
"name": "Gemini 2.0 Flash",
|
|
@@ -10135,15 +10871,65 @@ const MODELS = {
|
|
|
10135
10871
|
"contextWindow": 1048756
|
|
10136
10872
|
},
|
|
10137
10873
|
{
|
|
10138
|
-
"id": "gemini-3-
|
|
10139
|
-
"name": "Gemini 3
|
|
10874
|
+
"id": "google/gemini-3.1-flash-lite",
|
|
10875
|
+
"name": "Gemini 3.1 Flash Lite",
|
|
10876
|
+
"contextWindow": 1048576
|
|
10877
|
+
},
|
|
10878
|
+
{
|
|
10879
|
+
"id": "google/gemini-3.1-pro-preview-customtools",
|
|
10880
|
+
"name": "Gemini 3.1 Pro (Preview Custom Tools)",
|
|
10881
|
+
"contextWindow": 1048756
|
|
10882
|
+
},
|
|
10883
|
+
{
|
|
10884
|
+
"id": "google/gemini-3.1-pro-preview-high",
|
|
10885
|
+
"name": "Gemini 3.1 Pro (Preview High)",
|
|
10886
|
+
"contextWindow": 1048756
|
|
10887
|
+
},
|
|
10888
|
+
{
|
|
10889
|
+
"id": "google/gemini-3.1-pro-preview-low",
|
|
10890
|
+
"name": "Gemini 3.1 Pro (Preview Low)",
|
|
10891
|
+
"contextWindow": 1048756
|
|
10892
|
+
},
|
|
10893
|
+
{
|
|
10894
|
+
"id": "google/gemini-3.1-pro-preview",
|
|
10895
|
+
"name": "Gemini 3.1 Pro (Preview)",
|
|
10140
10896
|
"contextWindow": 1048756
|
|
10141
10897
|
},
|
|
10142
10898
|
{
|
|
10143
|
-
"id": "gemini-3-
|
|
10144
|
-
"name": "Gemini 3
|
|
10899
|
+
"id": "google/gemini-3.5-flash",
|
|
10900
|
+
"name": "Gemini 3.5 Flash",
|
|
10901
|
+
"contextWindow": 1048576
|
|
10902
|
+
},
|
|
10903
|
+
{
|
|
10904
|
+
"id": "google/gemini-flash-lite-latest",
|
|
10905
|
+
"name": "Gemini Flash Lite Latest",
|
|
10906
|
+
"contextWindow": 1048576
|
|
10907
|
+
},
|
|
10908
|
+
{
|
|
10909
|
+
"id": "google/gemini-pro-latest",
|
|
10910
|
+
"name": "Gemini Pro Latest",
|
|
10145
10911
|
"contextWindow": 1048756
|
|
10146
10912
|
},
|
|
10913
|
+
{
|
|
10914
|
+
"id": "TEE/gemma-4-26b-a4b-uncensored",
|
|
10915
|
+
"name": "Gemma 4 26B A4B Uncensored TEE",
|
|
10916
|
+
"contextWindow": 65536
|
|
10917
|
+
},
|
|
10918
|
+
{
|
|
10919
|
+
"id": "TEE/gemma-4-31b-it",
|
|
10920
|
+
"name": "Gemma 4 31B IT TEE",
|
|
10921
|
+
"contextWindow": 262144
|
|
10922
|
+
},
|
|
10923
|
+
{
|
|
10924
|
+
"id": "zai-org/GLM-4.5-Air",
|
|
10925
|
+
"name": "GLM 4.5 Air",
|
|
10926
|
+
"contextWindow": 128000
|
|
10927
|
+
},
|
|
10928
|
+
{
|
|
10929
|
+
"id": "zai-org/GLM-4.5-Air:thinking",
|
|
10930
|
+
"name": "GLM 4.5 Air (Thinking)",
|
|
10931
|
+
"contextWindow": 128000
|
|
10932
|
+
},
|
|
10147
10933
|
{
|
|
10148
10934
|
"id": "z-ai/glm-4.6",
|
|
10149
10935
|
"name": "GLM 4.6",
|
|
@@ -10164,16 +10950,51 @@ const MODELS = {
|
|
|
10164
10950
|
"name": "GLM 4.7 Flash",
|
|
10165
10951
|
"contextWindow": 200000
|
|
10166
10952
|
},
|
|
10953
|
+
{
|
|
10954
|
+
"id": "zai-org/glm-4.7-flash-original",
|
|
10955
|
+
"name": "GLM 4.7 Flash Original",
|
|
10956
|
+
"contextWindow": 200000
|
|
10957
|
+
},
|
|
10958
|
+
{
|
|
10959
|
+
"id": "zai-org/glm-4.7-original",
|
|
10960
|
+
"name": "GLM 4.7 Original",
|
|
10961
|
+
"contextWindow": 200000
|
|
10962
|
+
},
|
|
10963
|
+
{
|
|
10964
|
+
"id": "zai-org/glm-4.7-original:thinking",
|
|
10965
|
+
"name": "GLM 4.7 Original Thinking",
|
|
10966
|
+
"contextWindow": 200000
|
|
10967
|
+
},
|
|
10968
|
+
{
|
|
10969
|
+
"id": "zai-org/glm-4.7:thinking",
|
|
10970
|
+
"name": "GLM 4.7 Thinking",
|
|
10971
|
+
"contextWindow": 200000
|
|
10972
|
+
},
|
|
10167
10973
|
{
|
|
10168
10974
|
"id": "zai-org/glm-5",
|
|
10169
10975
|
"name": "GLM 5",
|
|
10170
10976
|
"contextWindow": 200000
|
|
10171
10977
|
},
|
|
10978
|
+
{
|
|
10979
|
+
"id": "zai-org/glm-5-original",
|
|
10980
|
+
"name": "GLM 5 Original",
|
|
10981
|
+
"contextWindow": 200000
|
|
10982
|
+
},
|
|
10983
|
+
{
|
|
10984
|
+
"id": "zai-org/glm-5-original:thinking",
|
|
10985
|
+
"name": "GLM 5 Original Thinking",
|
|
10986
|
+
"contextWindow": 200000
|
|
10987
|
+
},
|
|
10172
10988
|
{
|
|
10173
10989
|
"id": "zai-org/glm-5:thinking",
|
|
10174
10990
|
"name": "GLM 5 Thinking",
|
|
10175
10991
|
"contextWindow": 200000
|
|
10176
10992
|
},
|
|
10993
|
+
{
|
|
10994
|
+
"id": "z-ai/glm-5-turbo",
|
|
10995
|
+
"name": "GLM 5 Turbo",
|
|
10996
|
+
"contextWindow": 202800
|
|
10997
|
+
},
|
|
10177
10998
|
{
|
|
10178
10999
|
"id": "zai-org/glm-5.1",
|
|
10179
11000
|
"name": "GLM 5.1",
|
|
@@ -10184,6 +11005,26 @@ const MODELS = {
|
|
|
10184
11005
|
"name": "GLM 5.1 Thinking",
|
|
10185
11006
|
"contextWindow": 200000
|
|
10186
11007
|
},
|
|
11008
|
+
{
|
|
11009
|
+
"id": "TEE/glm-5.1-thinking",
|
|
11010
|
+
"name": "GLM 5.1 Thinking TEE",
|
|
11011
|
+
"contextWindow": 202752
|
|
11012
|
+
},
|
|
11013
|
+
{
|
|
11014
|
+
"id": "z-ai/glm-5v-turbo",
|
|
11015
|
+
"name": "GLM 5V Turbo",
|
|
11016
|
+
"contextWindow": 202800
|
|
11017
|
+
},
|
|
11018
|
+
{
|
|
11019
|
+
"id": "z-ai/glm-5v-turbo:thinking",
|
|
11020
|
+
"name": "GLM 5V Turbo Thinking",
|
|
11021
|
+
"contextWindow": 202800
|
|
11022
|
+
},
|
|
11023
|
+
{
|
|
11024
|
+
"id": "zai-org/glm-latest",
|
|
11025
|
+
"name": "GLM Latest",
|
|
11026
|
+
"contextWindow": 200000
|
|
11027
|
+
},
|
|
10187
11028
|
{
|
|
10188
11029
|
"id": "glm-z1-air",
|
|
10189
11030
|
"name": "GLM Z1 Air",
|
|
@@ -10229,35 +11070,105 @@ const MODELS = {
|
|
|
10229
11070
|
"name": "GPT 5.2 Pro",
|
|
10230
11071
|
"contextWindow": 400000
|
|
10231
11072
|
},
|
|
11073
|
+
{
|
|
11074
|
+
"id": "openai/gpt-5.3-codex",
|
|
11075
|
+
"name": "GPT 5.3 Codex",
|
|
11076
|
+
"contextWindow": 400000
|
|
11077
|
+
},
|
|
11078
|
+
{
|
|
11079
|
+
"id": "openai/gpt-5.4",
|
|
11080
|
+
"name": "GPT 5.4",
|
|
11081
|
+
"contextWindow": 922000
|
|
11082
|
+
},
|
|
11083
|
+
{
|
|
11084
|
+
"id": "openai/gpt-5.4-mini",
|
|
11085
|
+
"name": "GPT 5.4 Mini",
|
|
11086
|
+
"contextWindow": 400000
|
|
11087
|
+
},
|
|
11088
|
+
{
|
|
11089
|
+
"id": "openai/gpt-5.4-nano",
|
|
11090
|
+
"name": "GPT 5.4 Nano",
|
|
11091
|
+
"contextWindow": 400000
|
|
11092
|
+
},
|
|
11093
|
+
{
|
|
11094
|
+
"id": "openai/gpt-5.4-pro",
|
|
11095
|
+
"name": "GPT 5.4 Pro",
|
|
11096
|
+
"contextWindow": 922000
|
|
11097
|
+
},
|
|
11098
|
+
{
|
|
11099
|
+
"id": "openai/gpt-5.5",
|
|
11100
|
+
"name": "GPT 5.5",
|
|
11101
|
+
"contextWindow": 1000000
|
|
11102
|
+
},
|
|
11103
|
+
{
|
|
11104
|
+
"id": "openai/gpt-chat-latest",
|
|
11105
|
+
"name": "GPT Chat Latest",
|
|
11106
|
+
"contextWindow": 400000
|
|
11107
|
+
},
|
|
11108
|
+
{
|
|
11109
|
+
"id": "openai/gpt-latest",
|
|
11110
|
+
"name": "GPT Latest",
|
|
11111
|
+
"contextWindow": 1000000
|
|
11112
|
+
},
|
|
10232
11113
|
{
|
|
10233
11114
|
"id": "openai/gpt-oss-120b",
|
|
10234
11115
|
"name": "GPT OSS 120B",
|
|
10235
11116
|
"contextWindow": 128000
|
|
10236
11117
|
},
|
|
10237
11118
|
{
|
|
10238
|
-
"id": "
|
|
10239
|
-
"name": "
|
|
10240
|
-
"contextWindow":
|
|
11119
|
+
"id": "ibm-granite/granite-4.1-8b",
|
|
11120
|
+
"name": "Granite 4.1 8B",
|
|
11121
|
+
"contextWindow": 131072
|
|
10241
11122
|
},
|
|
10242
11123
|
{
|
|
10243
|
-
"id": "x-ai/grok-4
|
|
10244
|
-
"name": "Grok 4
|
|
11124
|
+
"id": "x-ai/grok-4.20",
|
|
11125
|
+
"name": "Grok 4.20",
|
|
10245
11126
|
"contextWindow": 2000000
|
|
10246
11127
|
},
|
|
10247
11128
|
{
|
|
10248
|
-
"id": "x-ai/grok-4.
|
|
10249
|
-
"name": "Grok 4.
|
|
11129
|
+
"id": "x-ai/grok-4.20-multi-agent",
|
|
11130
|
+
"name": "Grok 4.20 Multi-Agent",
|
|
10250
11131
|
"contextWindow": 2000000
|
|
10251
11132
|
},
|
|
10252
11133
|
{
|
|
10253
|
-
"id": "
|
|
10254
|
-
"name": "
|
|
10255
|
-
"contextWindow":
|
|
11134
|
+
"id": "x-ai/grok-4.3",
|
|
11135
|
+
"name": "Grok 4.3",
|
|
11136
|
+
"contextWindow": 1000000
|
|
10256
11137
|
},
|
|
10257
11138
|
{
|
|
10258
|
-
"id": "
|
|
10259
|
-
"name": "
|
|
10260
|
-
"contextWindow":
|
|
11139
|
+
"id": "x-ai/grok-build-0.1",
|
|
11140
|
+
"name": "Grok Build 0.1",
|
|
11141
|
+
"contextWindow": 256000
|
|
11142
|
+
},
|
|
11143
|
+
{
|
|
11144
|
+
"id": "x-ai/grok-latest",
|
|
11145
|
+
"name": "Grok Latest",
|
|
11146
|
+
"contextWindow": 1000000
|
|
11147
|
+
},
|
|
11148
|
+
{
|
|
11149
|
+
"id": "hermes-high",
|
|
11150
|
+
"name": "Hermes High",
|
|
11151
|
+
"contextWindow": 1000000
|
|
11152
|
+
},
|
|
11153
|
+
{
|
|
11154
|
+
"id": "hermes-low",
|
|
11155
|
+
"name": "Hermes Low",
|
|
11156
|
+
"contextWindow": 1048576
|
|
11157
|
+
},
|
|
11158
|
+
{
|
|
11159
|
+
"id": "hermes-medium",
|
|
11160
|
+
"name": "Hermes Medium",
|
|
11161
|
+
"contextWindow": 204800
|
|
11162
|
+
},
|
|
11163
|
+
{
|
|
11164
|
+
"id": "holo3-35b-a3b",
|
|
11165
|
+
"name": "Holo3-35B-A3B",
|
|
11166
|
+
"contextWindow": 65536
|
|
11167
|
+
},
|
|
11168
|
+
{
|
|
11169
|
+
"id": "holo3-35b-a3b:thinking",
|
|
11170
|
+
"name": "Holo3-35B-A3B Thinking",
|
|
11171
|
+
"contextWindow": 65536
|
|
10261
11172
|
},
|
|
10262
11173
|
{
|
|
10263
11174
|
"id": "moonshotai/kimi-k2-instruct-0711",
|
|
@@ -10294,11 +11205,31 @@ const MODELS = {
|
|
|
10294
11205
|
"name": "Kimi K2.6",
|
|
10295
11206
|
"contextWindow": 256000
|
|
10296
11207
|
},
|
|
11208
|
+
{
|
|
11209
|
+
"id": "TEE/kimi-k2.6",
|
|
11210
|
+
"name": "Kimi K2.6 TEE",
|
|
11211
|
+
"contextWindow": 262144
|
|
11212
|
+
},
|
|
10297
11213
|
{
|
|
10298
11214
|
"id": "moonshotai/kimi-k2.6:thinking",
|
|
10299
11215
|
"name": "Kimi K2.6 Thinking",
|
|
10300
11216
|
"contextWindow": 256000
|
|
10301
11217
|
},
|
|
11218
|
+
{
|
|
11219
|
+
"id": "moonshotai/kimi-latest",
|
|
11220
|
+
"name": "Kimi Latest",
|
|
11221
|
+
"contextWindow": 256000
|
|
11222
|
+
},
|
|
11223
|
+
{
|
|
11224
|
+
"id": "inclusionai/ling-2.6-1t",
|
|
11225
|
+
"name": "Ling 2.6 1T",
|
|
11226
|
+
"contextWindow": 262144
|
|
11227
|
+
},
|
|
11228
|
+
{
|
|
11229
|
+
"id": "inclusionai/ling-2.6-flash",
|
|
11230
|
+
"name": "Ling 2.6 Flash",
|
|
11231
|
+
"contextWindow": 262144
|
|
11232
|
+
},
|
|
10302
11233
|
{
|
|
10303
11234
|
"id": "meta-llama/llama-3.3-70b-instruct",
|
|
10304
11235
|
"name": "Llama 3.3 70b Instruct",
|
|
@@ -10315,18 +11246,38 @@ const MODELS = {
|
|
|
10315
11246
|
"contextWindow": 328000
|
|
10316
11247
|
},
|
|
10317
11248
|
{
|
|
10318
|
-
"id": "
|
|
10319
|
-
"name": "
|
|
11249
|
+
"id": "mercury-2",
|
|
11250
|
+
"name": "Mercury 2",
|
|
10320
11251
|
"contextWindow": 128000
|
|
10321
11252
|
},
|
|
10322
11253
|
{
|
|
10323
|
-
"id": "
|
|
10324
|
-
"name": "
|
|
10325
|
-
"contextWindow":
|
|
11254
|
+
"id": "xiaomi/mimo-v2-omni",
|
|
11255
|
+
"name": "MiMo V2 Omni",
|
|
11256
|
+
"contextWindow": 262144
|
|
11257
|
+
},
|
|
11258
|
+
{
|
|
11259
|
+
"id": "xiaomi/mimo-v2-pro",
|
|
11260
|
+
"name": "MiMo V2 Pro",
|
|
11261
|
+
"contextWindow": 1048576
|
|
11262
|
+
},
|
|
11263
|
+
{
|
|
11264
|
+
"id": "xiaomi/mimo-v2.5",
|
|
11265
|
+
"name": "MiMo V2.5",
|
|
11266
|
+
"contextWindow": 1048576
|
|
11267
|
+
},
|
|
11268
|
+
{
|
|
11269
|
+
"id": "xiaomi/mimo-v2.5-pro",
|
|
11270
|
+
"name": "MiMo V2.5 Pro",
|
|
11271
|
+
"contextWindow": 1048576
|
|
10326
11272
|
},
|
|
10327
11273
|
{
|
|
10328
|
-
"id": "
|
|
10329
|
-
"name": "MiniMax
|
|
11274
|
+
"id": "minimax/minimax-latest",
|
|
11275
|
+
"name": "MiniMax Latest",
|
|
11276
|
+
"contextWindow": 512000
|
|
11277
|
+
},
|
|
11278
|
+
{
|
|
11279
|
+
"id": "minimax/minimax-m2.1",
|
|
11280
|
+
"name": "MiniMax M2.1",
|
|
10330
11281
|
"contextWindow": 200000
|
|
10331
11282
|
},
|
|
10332
11283
|
{
|
|
@@ -10334,15 +11285,75 @@ const MODELS = {
|
|
|
10334
11285
|
"name": "MiniMax M2.5",
|
|
10335
11286
|
"contextWindow": 204800
|
|
10336
11287
|
},
|
|
11288
|
+
{
|
|
11289
|
+
"id": "TEE/minimax-m2.5",
|
|
11290
|
+
"name": "MiniMax M2.5 TEE",
|
|
11291
|
+
"contextWindow": 196608
|
|
11292
|
+
},
|
|
10337
11293
|
{
|
|
10338
11294
|
"id": "minimax/minimax-m2.7",
|
|
10339
11295
|
"name": "MiniMax M2.7",
|
|
10340
11296
|
"contextWindow": 204800
|
|
10341
11297
|
},
|
|
10342
11298
|
{
|
|
10343
|
-
"id": "
|
|
10344
|
-
"name": "
|
|
10345
|
-
"contextWindow":
|
|
11299
|
+
"id": "minimax/minimax-m2.7-turbo",
|
|
11300
|
+
"name": "MiniMax M2.7 Turbo",
|
|
11301
|
+
"contextWindow": 204800
|
|
11302
|
+
},
|
|
11303
|
+
{
|
|
11304
|
+
"id": "minimax/minimax-m3",
|
|
11305
|
+
"name": "MiniMax M3",
|
|
11306
|
+
"contextWindow": 512000
|
|
11307
|
+
},
|
|
11308
|
+
{
|
|
11309
|
+
"id": "minimax/minimax-m3:thinking",
|
|
11310
|
+
"name": "MiniMax M3 Thinking",
|
|
11311
|
+
"contextWindow": 512000
|
|
11312
|
+
},
|
|
11313
|
+
{
|
|
11314
|
+
"id": "mistral-code-agent-latest",
|
|
11315
|
+
"name": "Mistral Code Agent Latest",
|
|
11316
|
+
"contextWindow": 262144
|
|
11317
|
+
},
|
|
11318
|
+
{
|
|
11319
|
+
"id": "mistral-code-latest",
|
|
11320
|
+
"name": "Mistral Code Latest",
|
|
11321
|
+
"contextWindow": 256000
|
|
11322
|
+
},
|
|
11323
|
+
{
|
|
11324
|
+
"id": "mistral/mistral-medium-3.5",
|
|
11325
|
+
"name": "Mistral Medium 3.5",
|
|
11326
|
+
"contextWindow": 256000
|
|
11327
|
+
},
|
|
11328
|
+
{
|
|
11329
|
+
"id": "mistral/mistral-medium-3.5:thinking",
|
|
11330
|
+
"name": "Mistral Medium 3.5 Thinking",
|
|
11331
|
+
"contextWindow": 256000
|
|
11332
|
+
},
|
|
11333
|
+
{
|
|
11334
|
+
"id": "mistralai/mistral-small-4-119b-2603",
|
|
11335
|
+
"name": "Mistral Small 4 119B",
|
|
11336
|
+
"contextWindow": 262144
|
|
11337
|
+
},
|
|
11338
|
+
{
|
|
11339
|
+
"id": "mistralai/mistral-small-4-119b-2603:thinking",
|
|
11340
|
+
"name": "Mistral Small 4 119B Thinking",
|
|
11341
|
+
"contextWindow": 262144
|
|
11342
|
+
},
|
|
11343
|
+
{
|
|
11344
|
+
"id": "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning",
|
|
11345
|
+
"name": "Nvidia Nemotron 3 Nano Omni",
|
|
11346
|
+
"contextWindow": 256000
|
|
11347
|
+
},
|
|
11348
|
+
{
|
|
11349
|
+
"id": "nvidia/nemotron-3-super-120b-a12b",
|
|
11350
|
+
"name": "Nvidia Nemotron 3 Super 120B",
|
|
11351
|
+
"contextWindow": 262144
|
|
11352
|
+
},
|
|
11353
|
+
{
|
|
11354
|
+
"id": "nvidia/nemotron-3-super-120b-a12b:thinking",
|
|
11355
|
+
"name": "Nvidia Nemotron 3 Super 120B Thinking",
|
|
11356
|
+
"contextWindow": 262144
|
|
10346
11357
|
},
|
|
10347
11358
|
{
|
|
10348
11359
|
"id": "openai/o3-mini",
|
|
@@ -10374,10 +11385,80 @@ const MODELS = {
|
|
|
10374
11385
|
"name": "OpenAI o4-mini high",
|
|
10375
11386
|
"contextWindow": 200000
|
|
10376
11387
|
},
|
|
11388
|
+
{
|
|
11389
|
+
"id": "owl",
|
|
11390
|
+
"name": "OWL",
|
|
11391
|
+
"contextWindow": 1048756
|
|
11392
|
+
},
|
|
11393
|
+
{
|
|
11394
|
+
"id": "qwen/qwen3-235b-a22b",
|
|
11395
|
+
"name": "Qwen 3 235b A22B",
|
|
11396
|
+
"contextWindow": 41000
|
|
11397
|
+
},
|
|
11398
|
+
{
|
|
11399
|
+
"id": "qwen/Qwen3-235B-A22B-Instruct-2507",
|
|
11400
|
+
"name": "Qwen 3 235b A22B 2507",
|
|
11401
|
+
"contextWindow": 256000
|
|
11402
|
+
},
|
|
11403
|
+
{
|
|
11404
|
+
"id": "qwen/Qwen3-235B-A22B-Instruct-2507-TEE",
|
|
11405
|
+
"name": "Qwen 3 235b A22B 2507 (TEE)",
|
|
11406
|
+
"contextWindow": 256000
|
|
11407
|
+
},
|
|
11408
|
+
{
|
|
11409
|
+
"id": "qwen/qwen3-coder",
|
|
11410
|
+
"name": "Qwen 3 Coder 480B",
|
|
11411
|
+
"contextWindow": 262000
|
|
11412
|
+
},
|
|
10377
11413
|
{
|
|
10378
11414
|
"id": "qwen3-coder-30b-a3b-instruct",
|
|
10379
11415
|
"name": "Qwen3 Coder 30B A3B Instruct",
|
|
10380
11416
|
"contextWindow": 128000
|
|
11417
|
+
},
|
|
11418
|
+
{
|
|
11419
|
+
"id": "qwen/qwen3-coder-next",
|
|
11420
|
+
"name": "Qwen3 Coder Next",
|
|
11421
|
+
"contextWindow": 262144
|
|
11422
|
+
},
|
|
11423
|
+
{
|
|
11424
|
+
"id": "qwen/Qwen3-Next-80B-A3B-Instruct",
|
|
11425
|
+
"name": "Qwen3 Next 80B A3B (Instruct)",
|
|
11426
|
+
"contextWindow": 256000
|
|
11427
|
+
},
|
|
11428
|
+
{
|
|
11429
|
+
"id": "TEE/qwen3.5-122b-a10b",
|
|
11430
|
+
"name": "Qwen3.5 122B A10B TEE",
|
|
11431
|
+
"contextWindow": 262144
|
|
11432
|
+
},
|
|
11433
|
+
{
|
|
11434
|
+
"id": "TEE/qwen3.6-35b-a3b-uncensored",
|
|
11435
|
+
"name": "Qwen3.6 35B A3B Uncensored TEE",
|
|
11436
|
+
"contextWindow": 131072
|
|
11437
|
+
},
|
|
11438
|
+
{
|
|
11439
|
+
"id": "inclusionai/ring-2.6-1t",
|
|
11440
|
+
"name": "Ring 2.6 1T",
|
|
11441
|
+
"contextWindow": 262144
|
|
11442
|
+
},
|
|
11443
|
+
{
|
|
11444
|
+
"id": "sarvam-105b",
|
|
11445
|
+
"name": "Sarvam 105B",
|
|
11446
|
+
"contextWindow": 131072
|
|
11447
|
+
},
|
|
11448
|
+
{
|
|
11449
|
+
"id": "sarvam-30b",
|
|
11450
|
+
"name": "Sarvam 30B",
|
|
11451
|
+
"contextWindow": 65536
|
|
11452
|
+
},
|
|
11453
|
+
{
|
|
11454
|
+
"id": "stepfun/step-3.7-flash:thinking",
|
|
11455
|
+
"name": "Step 3.7 Flash Thinking",
|
|
11456
|
+
"contextWindow": 256000
|
|
11457
|
+
},
|
|
11458
|
+
{
|
|
11459
|
+
"id": "arcee-ai/trinity-large-thinking",
|
|
11460
|
+
"name": "Trinity Large Thinking",
|
|
11461
|
+
"contextWindow": 262144
|
|
10381
11462
|
}
|
|
10382
11463
|
],
|
|
10383
11464
|
"nearai": [
|
|
@@ -11385,6 +12466,11 @@ const MODELS = {
|
|
|
11385
12466
|
"id": "stepfun-ai/step-3.5-flash",
|
|
11386
12467
|
"name": "Step 3.5 Flash",
|
|
11387
12468
|
"contextWindow": 256000
|
|
12469
|
+
},
|
|
12470
|
+
{
|
|
12471
|
+
"id": "stepfun-ai/step-3.7-flash",
|
|
12472
|
+
"name": "Step 3.7 Flash",
|
|
12473
|
+
"contextWindow": 256000
|
|
11388
12474
|
}
|
|
11389
12475
|
],
|
|
11390
12476
|
"ollama-cloud": [
|
|
@@ -11503,6 +12589,11 @@ const MODELS = {
|
|
|
11503
12589
|
"name": "minimax-m2.7",
|
|
11504
12590
|
"contextWindow": 196608
|
|
11505
12591
|
},
|
|
12592
|
+
{
|
|
12593
|
+
"id": "minimax-m3",
|
|
12594
|
+
"name": "minimax-m3",
|
|
12595
|
+
"contextWindow": 512000
|
|
12596
|
+
},
|
|
11506
12597
|
{
|
|
11507
12598
|
"id": "ministral-3:14b",
|
|
11508
12599
|
"name": "ministral-3:14b",
|
|
@@ -11832,6 +12923,11 @@ const MODELS = {
|
|
|
11832
12923
|
"name": "Claude Sonnet 4.6",
|
|
11833
12924
|
"contextWindow": 1000000
|
|
11834
12925
|
},
|
|
12926
|
+
{
|
|
12927
|
+
"id": "deepseek-v4-flash",
|
|
12928
|
+
"name": "DeepSeek V4 Flash",
|
|
12929
|
+
"contextWindow": 1000000
|
|
12930
|
+
},
|
|
11835
12931
|
{
|
|
11836
12932
|
"id": "deepseek-v4-flash-free",
|
|
11837
12933
|
"name": "DeepSeek V4 Flash Free",
|
|
@@ -12035,7 +13131,7 @@ const MODELS = {
|
|
|
12035
13131
|
{
|
|
12036
13132
|
"id": "mimo-v2.5-free",
|
|
12037
13133
|
"name": "MiMo V2.5 Free",
|
|
12038
|
-
"contextWindow":
|
|
13134
|
+
"contextWindow": 200000
|
|
12039
13135
|
},
|
|
12040
13136
|
{
|
|
12041
13137
|
"id": "minimax-m2.1",
|
|
@@ -12062,11 +13158,21 @@ const MODELS = {
|
|
|
12062
13158
|
"name": "MiniMax M2.7",
|
|
12063
13159
|
"contextWindow": 204800
|
|
12064
13160
|
},
|
|
13161
|
+
{
|
|
13162
|
+
"id": "minimax-m3-free",
|
|
13163
|
+
"name": "MiniMax M3 Free",
|
|
13164
|
+
"contextWindow": 200000
|
|
13165
|
+
},
|
|
12065
13166
|
{
|
|
12066
13167
|
"id": "nemotron-3-super-free",
|
|
12067
13168
|
"name": "Nemotron 3 Super Free",
|
|
12068
13169
|
"contextWindow": 204800
|
|
12069
13170
|
},
|
|
13171
|
+
{
|
|
13172
|
+
"id": "nemotron-3-ultra-free",
|
|
13173
|
+
"name": "Nemotron 3 Ultra Free",
|
|
13174
|
+
"contextWindow": 1000000
|
|
13175
|
+
},
|
|
12070
13176
|
{
|
|
12071
13177
|
"id": "qwen3-coder",
|
|
12072
13178
|
"name": "Qwen3 Coder",
|
|
@@ -12159,6 +13265,11 @@ const MODELS = {
|
|
|
12159
13265
|
"name": "MiniMax M2.7",
|
|
12160
13266
|
"contextWindow": 204800
|
|
12161
13267
|
},
|
|
13268
|
+
{
|
|
13269
|
+
"id": "minimax-m3",
|
|
13270
|
+
"name": "MiniMax M3",
|
|
13271
|
+
"contextWindow": 512000
|
|
13272
|
+
},
|
|
12162
13273
|
{
|
|
12163
13274
|
"id": "qwen3.5-plus",
|
|
12164
13275
|
"name": "Qwen3.5 Plus",
|
|
@@ -12167,12 +13278,17 @@ const MODELS = {
|
|
|
12167
13278
|
{
|
|
12168
13279
|
"id": "qwen3.6-plus",
|
|
12169
13280
|
"name": "Qwen3.6 Plus",
|
|
12170
|
-
"contextWindow":
|
|
13281
|
+
"contextWindow": 1000000
|
|
12171
13282
|
},
|
|
12172
13283
|
{
|
|
12173
13284
|
"id": "qwen3.7-max",
|
|
12174
13285
|
"name": "Qwen3.7 Max",
|
|
12175
13286
|
"contextWindow": 1000000
|
|
13287
|
+
},
|
|
13288
|
+
{
|
|
13289
|
+
"id": "qwen3.7-plus",
|
|
13290
|
+
"name": "Qwen3.7 Plus",
|
|
13291
|
+
"contextWindow": 1000000
|
|
12176
13292
|
}
|
|
12177
13293
|
],
|
|
12178
13294
|
"openrouter": [
|
|
@@ -12314,7 +13430,7 @@ const MODELS = {
|
|
|
12314
13430
|
{
|
|
12315
13431
|
"id": "deepseek/deepseek-v3.2",
|
|
12316
13432
|
"name": "DeepSeek V3.2",
|
|
12317
|
-
"contextWindow":
|
|
13433
|
+
"contextWindow": 128000
|
|
12318
13434
|
},
|
|
12319
13435
|
{
|
|
12320
13436
|
"id": "deepseek/deepseek-v3.2-exp",
|
|
@@ -12326,11 +13442,6 @@ const MODELS = {
|
|
|
12326
13442
|
"name": "DeepSeek V4 Flash",
|
|
12327
13443
|
"contextWindow": 1048576
|
|
12328
13444
|
},
|
|
12329
|
-
{
|
|
12330
|
-
"id": "deepseek/deepseek-v4-flash:free",
|
|
12331
|
-
"name": "DeepSeek V4 Flash (free)",
|
|
12332
|
-
"contextWindow": 1048576
|
|
12333
|
-
},
|
|
12334
13445
|
{
|
|
12335
13446
|
"id": "deepseek/deepseek-v4-pro",
|
|
12336
13447
|
"name": "DeepSeek V4 Pro",
|
|
@@ -12341,21 +13452,6 @@ const MODELS = {
|
|
|
12341
13452
|
"name": "Devstral 2",
|
|
12342
13453
|
"contextWindow": 262144
|
|
12343
13454
|
},
|
|
12344
|
-
{
|
|
12345
|
-
"id": "mistralai/devstral-medium",
|
|
12346
|
-
"name": "Devstral Medium",
|
|
12347
|
-
"contextWindow": 131072
|
|
12348
|
-
},
|
|
12349
|
-
{
|
|
12350
|
-
"id": "mistralai/devstral-small",
|
|
12351
|
-
"name": "Devstral Small 1.1",
|
|
12352
|
-
"contextWindow": 131072
|
|
12353
|
-
},
|
|
12354
|
-
{
|
|
12355
|
-
"id": "baidu/ernie-4.5-21b-a3b",
|
|
12356
|
-
"name": "ERNIE 4.5 21B A3B",
|
|
12357
|
-
"contextWindow": 120000
|
|
12358
|
-
},
|
|
12359
13455
|
{
|
|
12360
13456
|
"id": "baidu/ernie-4.5-vl-28b-a3b",
|
|
12361
13457
|
"name": "ERNIE 4.5 VL 28B A3B",
|
|
@@ -12366,16 +13462,6 @@ const MODELS = {
|
|
|
12366
13462
|
"name": "Free Models Router",
|
|
12367
13463
|
"contextWindow": 200000
|
|
12368
13464
|
},
|
|
12369
|
-
{
|
|
12370
|
-
"id": "google/gemini-2.0-flash-001",
|
|
12371
|
-
"name": "Gemini 2.0 Flash",
|
|
12372
|
-
"contextWindow": 1000000
|
|
12373
|
-
},
|
|
12374
|
-
{
|
|
12375
|
-
"id": "google/gemini-2.0-flash-lite-001",
|
|
12376
|
-
"name": "Gemini 2.0 Flash Lite",
|
|
12377
|
-
"contextWindow": 1048576
|
|
12378
|
-
},
|
|
12379
13465
|
{
|
|
12380
13466
|
"id": "google/gemini-2.5-flash",
|
|
12381
13467
|
"name": "Gemini 2.5 Flash",
|
|
@@ -12576,11 +13662,6 @@ const MODELS = {
|
|
|
12576
13662
|
"name": "GPT-4",
|
|
12577
13663
|
"contextWindow": 8191
|
|
12578
13664
|
},
|
|
12579
|
-
{
|
|
12580
|
-
"id": "openai/gpt-4-0314",
|
|
12581
|
-
"name": "GPT-4 (older v0314)",
|
|
12582
|
-
"contextWindow": 8191
|
|
12583
|
-
},
|
|
12584
13665
|
{
|
|
12585
13666
|
"id": "openai/gpt-4-turbo",
|
|
12586
13667
|
"name": "GPT-4 Turbo",
|
|
@@ -12631,11 +13712,6 @@ const MODELS = {
|
|
|
12631
13712
|
"name": "GPT-4o (2024-11-20)",
|
|
12632
13713
|
"contextWindow": 128000
|
|
12633
13714
|
},
|
|
12634
|
-
{
|
|
12635
|
-
"id": "openai/gpt-4o-audio-preview",
|
|
12636
|
-
"name": "GPT-4o Audio",
|
|
12637
|
-
"contextWindow": 128000
|
|
12638
|
-
},
|
|
12639
13715
|
{
|
|
12640
13716
|
"id": "openai/gpt-4o-mini",
|
|
12641
13717
|
"name": "GPT-4o mini",
|
|
@@ -12844,7 +13920,7 @@ const MODELS = {
|
|
|
12844
13920
|
{
|
|
12845
13921
|
"id": "moonshotai/kimi-k2.6",
|
|
12846
13922
|
"name": "Kimi K2.6",
|
|
12847
|
-
"contextWindow":
|
|
13923
|
+
"contextWindow": 262144
|
|
12848
13924
|
},
|
|
12849
13925
|
{
|
|
12850
13926
|
"id": "moonshotai/kimi-k2.6:free",
|
|
@@ -12871,11 +13947,6 @@ const MODELS = {
|
|
|
12871
13947
|
"name": "Ling-2.6-flash",
|
|
12872
13948
|
"contextWindow": 262144
|
|
12873
13949
|
},
|
|
12874
|
-
{
|
|
12875
|
-
"id": "sao10k/l3-euryale-70b",
|
|
12876
|
-
"name": "Llama 3 Euryale 70B v2.1",
|
|
12877
|
-
"contextWindow": 8192
|
|
12878
|
-
},
|
|
12879
13950
|
{
|
|
12880
13951
|
"id": "meta-llama/llama-3.1-70b-instruct",
|
|
12881
13952
|
"name": "Llama 3.1 70B Instruct",
|
|
@@ -12884,7 +13955,7 @@ const MODELS = {
|
|
|
12884
13955
|
{
|
|
12885
13956
|
"id": "meta-llama/llama-3.1-8b-instruct",
|
|
12886
13957
|
"name": "Llama 3.1 8B Instruct",
|
|
12887
|
-
"contextWindow":
|
|
13958
|
+
"contextWindow": 131072
|
|
12888
13959
|
},
|
|
12889
13960
|
{
|
|
12890
13961
|
"id": "sao10k/l3.1-euryale-70b",
|
|
@@ -12901,6 +13972,11 @@ const MODELS = {
|
|
|
12901
13972
|
"name": "Llama 3.3 Nemotron Super 49B V1.5",
|
|
12902
13973
|
"contextWindow": 131072
|
|
12903
13974
|
},
|
|
13975
|
+
{
|
|
13976
|
+
"id": "meta-llama/llama-4-maverick",
|
|
13977
|
+
"name": "Llama 4 Maverick",
|
|
13978
|
+
"contextWindow": 1048576
|
|
13979
|
+
},
|
|
12904
13980
|
{
|
|
12905
13981
|
"id": "meta-llama/llama-4-scout",
|
|
12906
13982
|
"name": "Llama 4 Scout",
|
|
@@ -12921,16 +13997,6 @@ const MODELS = {
|
|
|
12921
13997
|
"name": "MiMo-V2-Flash",
|
|
12922
13998
|
"contextWindow": 262144
|
|
12923
13999
|
},
|
|
12924
|
-
{
|
|
12925
|
-
"id": "xiaomi/mimo-v2-omni",
|
|
12926
|
-
"name": "MiMo-V2-Omni",
|
|
12927
|
-
"contextWindow": 262144
|
|
12928
|
-
},
|
|
12929
|
-
{
|
|
12930
|
-
"id": "xiaomi/mimo-v2-pro",
|
|
12931
|
-
"name": "MiMo-V2-Pro",
|
|
12932
|
-
"contextWindow": 1048576
|
|
12933
|
-
},
|
|
12934
14000
|
{
|
|
12935
14001
|
"id": "xiaomi/mimo-v2.5",
|
|
12936
14002
|
"name": "MiMo-V2.5",
|
|
@@ -12946,11 +14012,6 @@ const MODELS = {
|
|
|
12946
14012
|
"name": "MiniMax M1",
|
|
12947
14013
|
"contextWindow": 1000000
|
|
12948
14014
|
},
|
|
12949
|
-
{
|
|
12950
|
-
"id": "minimax/minimax-m2.5:free",
|
|
12951
|
-
"name": "MiniMax M2.5 (free)",
|
|
12952
|
-
"contextWindow": 262144
|
|
12953
|
-
},
|
|
12954
14015
|
{
|
|
12955
14016
|
"id": "minimax/minimax-m2",
|
|
12956
14017
|
"name": "MiniMax-M2",
|
|
@@ -12971,6 +14032,11 @@ const MODELS = {
|
|
|
12971
14032
|
"name": "MiniMax-M2.7",
|
|
12972
14033
|
"contextWindow": 196608
|
|
12973
14034
|
},
|
|
14035
|
+
{
|
|
14036
|
+
"id": "minimax/minimax-m3",
|
|
14037
|
+
"name": "MiniMax-M3",
|
|
14038
|
+
"contextWindow": 524288
|
|
14039
|
+
},
|
|
12974
14040
|
{
|
|
12975
14041
|
"id": "mistralai/ministral-14b-2512",
|
|
12976
14042
|
"name": "Ministral 3 14B 2512",
|
|
@@ -12991,11 +14057,6 @@ const MODELS = {
|
|
|
12991
14057
|
"name": "Mistral Large",
|
|
12992
14058
|
"contextWindow": 128000
|
|
12993
14059
|
},
|
|
12994
|
-
{
|
|
12995
|
-
"id": "mistralai/mistral-large-2411",
|
|
12996
|
-
"name": "Mistral Large 2.1",
|
|
12997
|
-
"contextWindow": 131072
|
|
12998
|
-
},
|
|
12999
14060
|
{
|
|
13000
14061
|
"id": "mistralai/mistral-large-2407",
|
|
13001
14062
|
"name": "Mistral Large 2407",
|
|
@@ -13044,7 +14105,7 @@ const MODELS = {
|
|
|
13044
14105
|
{
|
|
13045
14106
|
"id": "~moonshotai/kimi-latest",
|
|
13046
14107
|
"name": "MoonshotAI Kimi Latest",
|
|
13047
|
-
"contextWindow":
|
|
14108
|
+
"contextWindow": 262144
|
|
13048
14109
|
},
|
|
13049
14110
|
{
|
|
13050
14111
|
"id": "nvidia/nemotron-3-nano-30b-a3b",
|
|
@@ -13071,6 +14132,16 @@ const MODELS = {
|
|
|
13071
14132
|
"name": "Nemotron 3 Super (free)",
|
|
13072
14133
|
"contextWindow": 262144
|
|
13073
14134
|
},
|
|
14135
|
+
{
|
|
14136
|
+
"id": "nvidia/nemotron-3-ultra-550b-a55b",
|
|
14137
|
+
"name": "Nemotron 3 Ultra",
|
|
14138
|
+
"contextWindow": 262144
|
|
14139
|
+
},
|
|
14140
|
+
{
|
|
14141
|
+
"id": "nvidia/nemotron-3-ultra-550b-a55b:free",
|
|
14142
|
+
"name": "Nemotron 3 Ultra (free)",
|
|
14143
|
+
"contextWindow": 1000000
|
|
14144
|
+
},
|
|
13074
14145
|
{
|
|
13075
14146
|
"id": "nvidia/nemotron-nano-12b-v2-vl:free",
|
|
13076
14147
|
"name": "Nemotron Nano 12B 2 VL (free)",
|
|
@@ -13171,11 +14242,6 @@ const MODELS = {
|
|
|
13171
14242
|
"name": "Owl Alpha",
|
|
13172
14243
|
"contextWindow": 1048756
|
|
13173
14244
|
},
|
|
13174
|
-
{
|
|
13175
|
-
"id": "mistralai/pixtral-large-2411",
|
|
13176
|
-
"name": "Pixtral Large 2411",
|
|
13177
|
-
"contextWindow": 131072
|
|
13178
|
-
},
|
|
13179
14245
|
{
|
|
13180
14246
|
"id": "qwen/qwen-plus-2025-07-28",
|
|
13181
14247
|
"name": "Qwen Plus 0728",
|
|
@@ -13196,11 +14262,6 @@ const MODELS = {
|
|
|
13196
14262
|
"name": "Qwen2.5 72B Instruct",
|
|
13197
14263
|
"contextWindow": 32768
|
|
13198
14264
|
},
|
|
13199
|
-
{
|
|
13200
|
-
"id": "qwen/qwen-2.5-7b-instruct",
|
|
13201
|
-
"name": "Qwen2.5 7B Instruct",
|
|
13202
|
-
"contextWindow": 32768
|
|
13203
|
-
},
|
|
13204
14265
|
{
|
|
13205
14266
|
"id": "qwen/qwen3-14b",
|
|
13206
14267
|
"name": "Qwen3 14B",
|
|
@@ -13219,7 +14280,7 @@ const MODELS = {
|
|
|
13219
14280
|
{
|
|
13220
14281
|
"id": "qwen/qwen3-235b-a22b-thinking-2507",
|
|
13221
14282
|
"name": "Qwen3 235B A22B Thinking 2507",
|
|
13222
|
-
"contextWindow":
|
|
14283
|
+
"contextWindow": 262144
|
|
13223
14284
|
},
|
|
13224
14285
|
{
|
|
13225
14286
|
"id": "qwen/qwen3-30b-a3b",
|
|
@@ -13229,7 +14290,7 @@ const MODELS = {
|
|
|
13229
14290
|
{
|
|
13230
14291
|
"id": "qwen/qwen3-30b-a3b-instruct-2507",
|
|
13231
14292
|
"name": "Qwen3 30B A3B Instruct 2507",
|
|
13232
|
-
"contextWindow":
|
|
14293
|
+
"contextWindow": 128000
|
|
13233
14294
|
},
|
|
13234
14295
|
{
|
|
13235
14296
|
"id": "qwen/qwen3-30b-a3b-thinking-2507",
|
|
@@ -13406,6 +14467,11 @@ const MODELS = {
|
|
|
13406
14467
|
"name": "Qwen3.7 Max",
|
|
13407
14468
|
"contextWindow": 1000000
|
|
13408
14469
|
},
|
|
14470
|
+
{
|
|
14471
|
+
"id": "qwen/qwen3.7-plus",
|
|
14472
|
+
"name": "Qwen3.7 Plus",
|
|
14473
|
+
"contextWindow": 1000000
|
|
14474
|
+
},
|
|
13409
14475
|
{
|
|
13410
14476
|
"id": "deepseek/deepseek-r1",
|
|
13411
14477
|
"name": "R1",
|
|
@@ -13476,6 +14542,11 @@ const MODELS = {
|
|
|
13476
14542
|
"name": "Step 3.5 Flash",
|
|
13477
14543
|
"contextWindow": 262144
|
|
13478
14544
|
},
|
|
14545
|
+
{
|
|
14546
|
+
"id": "stepfun/step-3.7-flash",
|
|
14547
|
+
"name": "Step 3.7 Flash",
|
|
14548
|
+
"contextWindow": 256000
|
|
14549
|
+
},
|
|
13479
14550
|
{
|
|
13480
14551
|
"id": "arcee-ai/trinity-large-thinking",
|
|
13481
14552
|
"name": "Trinity Large Thinking",
|
|
@@ -13945,10 +15016,20 @@ const MODELS = {
|
|
|
13945
15016
|
"name": "Qwen3-Coder-30B-A3B-Instruct",
|
|
13946
15017
|
"contextWindow": 262144
|
|
13947
15018
|
},
|
|
15019
|
+
{
|
|
15020
|
+
"id": "qwen3.5-397b-a17b",
|
|
15021
|
+
"name": "Qwen3.5-397B-A17B",
|
|
15022
|
+
"contextWindow": 262144
|
|
15023
|
+
},
|
|
13948
15024
|
{
|
|
13949
15025
|
"id": "qwen3.5-9b",
|
|
13950
15026
|
"name": "Qwen3.5-9B",
|
|
13951
15027
|
"contextWindow": 262144
|
|
15028
|
+
},
|
|
15029
|
+
{
|
|
15030
|
+
"id": "qwen3.6-27b",
|
|
15031
|
+
"name": "Qwen3.6-27B",
|
|
15032
|
+
"contextWindow": 262144
|
|
13952
15033
|
}
|
|
13953
15034
|
],
|
|
13954
15035
|
"perplexity-agent": [
|
|
@@ -14093,6 +15174,11 @@ const MODELS = {
|
|
|
14093
15174
|
"name": "Claude-Opus-4.7",
|
|
14094
15175
|
"contextWindow": 1048576
|
|
14095
15176
|
},
|
|
15177
|
+
{
|
|
15178
|
+
"id": "anthropic/claude-opus-4.8",
|
|
15179
|
+
"name": "Claude-Opus-4.8",
|
|
15180
|
+
"contextWindow": 1048576
|
|
15181
|
+
},
|
|
14096
15182
|
{
|
|
14097
15183
|
"id": "anthropic/claude-sonnet-3.5",
|
|
14098
15184
|
"name": "Claude-Sonnet-3.5",
|
|
@@ -15666,6 +16752,11 @@ const MODELS = {
|
|
|
15666
16752
|
"id": "gpt-5.4",
|
|
15667
16753
|
"name": "gpt-5.4",
|
|
15668
16754
|
"contextWindow": 1050000
|
|
16755
|
+
},
|
|
16756
|
+
{
|
|
16757
|
+
"id": "gpt-5.5",
|
|
16758
|
+
"name": "gpt-5.5",
|
|
16759
|
+
"contextWindow": 1050000
|
|
15669
16760
|
}
|
|
15670
16761
|
],
|
|
15671
16762
|
"sarvam": [
|
|
@@ -16170,6 +17261,11 @@ const MODELS = {
|
|
|
16170
17261
|
"name": "deepseek-ai/DeepSeek-V3.2",
|
|
16171
17262
|
"contextWindow": 164000
|
|
16172
17263
|
},
|
|
17264
|
+
{
|
|
17265
|
+
"id": "deepseek-ai/DeepSeek-V4-Pro",
|
|
17266
|
+
"name": "deepseek-ai/DeepSeek-V4-Pro",
|
|
17267
|
+
"contextWindow": 1049000
|
|
17268
|
+
},
|
|
16173
17269
|
{
|
|
16174
17270
|
"id": "deepseek-ai/deepseek-vl2",
|
|
16175
17271
|
"name": "deepseek-ai/deepseek-vl2",
|
|
@@ -16516,6 +17612,63 @@ const MODELS = {
|
|
|
16516
17612
|
"contextWindow": 131000
|
|
16517
17613
|
}
|
|
16518
17614
|
],
|
|
17615
|
+
"snowflake-cortex": [
|
|
17616
|
+
{
|
|
17617
|
+
"id": "claude-haiku-4-5",
|
|
17618
|
+
"name": "Claude Haiku 4.5 (latest)",
|
|
17619
|
+
"contextWindow": 200000
|
|
17620
|
+
},
|
|
17621
|
+
{
|
|
17622
|
+
"id": "claude-opus-4-7",
|
|
17623
|
+
"name": "Claude Opus 4.7",
|
|
17624
|
+
"contextWindow": 1000000
|
|
17625
|
+
},
|
|
17626
|
+
{
|
|
17627
|
+
"id": "claude-sonnet-4-5",
|
|
17628
|
+
"name": "Claude Sonnet 4.5 (latest)",
|
|
17629
|
+
"contextWindow": 200000
|
|
17630
|
+
},
|
|
17631
|
+
{
|
|
17632
|
+
"id": "claude-sonnet-4-6",
|
|
17633
|
+
"name": "Claude Sonnet 4.6",
|
|
17634
|
+
"contextWindow": 1000000
|
|
17635
|
+
},
|
|
17636
|
+
{
|
|
17637
|
+
"id": "openai-gpt-4.1",
|
|
17638
|
+
"name": "GPT-4.1",
|
|
17639
|
+
"contextWindow": 1047576
|
|
17640
|
+
},
|
|
17641
|
+
{
|
|
17642
|
+
"id": "openai-gpt-5",
|
|
17643
|
+
"name": "GPT-5",
|
|
17644
|
+
"contextWindow": 400000
|
|
17645
|
+
},
|
|
17646
|
+
{
|
|
17647
|
+
"id": "openai-gpt-5-mini",
|
|
17648
|
+
"name": "GPT-5 Mini",
|
|
17649
|
+
"contextWindow": 272000
|
|
17650
|
+
},
|
|
17651
|
+
{
|
|
17652
|
+
"id": "openai-gpt-5-nano",
|
|
17653
|
+
"name": "GPT-5 Nano",
|
|
17654
|
+
"contextWindow": 400000
|
|
17655
|
+
},
|
|
17656
|
+
{
|
|
17657
|
+
"id": "openai-gpt-5.1",
|
|
17658
|
+
"name": "GPT-5.1",
|
|
17659
|
+
"contextWindow": 400000
|
|
17660
|
+
},
|
|
17661
|
+
{
|
|
17662
|
+
"id": "openai-gpt-5.2",
|
|
17663
|
+
"name": "GPT-5.2",
|
|
17664
|
+
"contextWindow": 400000
|
|
17665
|
+
},
|
|
17666
|
+
{
|
|
17667
|
+
"id": "openai-gpt-5.4",
|
|
17668
|
+
"name": "GPT-5.4",
|
|
17669
|
+
"contextWindow": 1050000
|
|
17670
|
+
}
|
|
17671
|
+
],
|
|
16519
17672
|
"stackit": [
|
|
16520
17673
|
{
|
|
16521
17674
|
"id": "openai/gpt-oss-120b",
|
|
@@ -16883,11 +18036,6 @@ const MODELS = {
|
|
|
16883
18036
|
}
|
|
16884
18037
|
],
|
|
16885
18038
|
"togetherai": [
|
|
16886
|
-
{
|
|
16887
|
-
"id": "deepseek-ai/DeepSeek-V3",
|
|
16888
|
-
"name": "DeepSeek V3",
|
|
16889
|
-
"contextWindow": 131072
|
|
16890
|
-
},
|
|
16891
18039
|
{
|
|
16892
18040
|
"id": "deepseek-ai/DeepSeek-V3-1",
|
|
16893
18041
|
"name": "DeepSeek V3.1",
|
|
@@ -16898,6 +18046,11 @@ const MODELS = {
|
|
|
16898
18046
|
"name": "DeepSeek V4 Pro",
|
|
16899
18047
|
"contextWindow": 512000
|
|
16900
18048
|
},
|
|
18049
|
+
{
|
|
18050
|
+
"id": "deepseek-ai/DeepSeek-V3",
|
|
18051
|
+
"name": "DeepSeek-V3",
|
|
18052
|
+
"contextWindow": 131072
|
|
18053
|
+
},
|
|
16901
18054
|
{
|
|
16902
18055
|
"id": "google/gemma-4-31B-it",
|
|
16903
18056
|
"name": "Gemma 4 31B Instruct",
|
|
@@ -16938,6 +18091,11 @@ const MODELS = {
|
|
|
16938
18091
|
"name": "MiniMax-M2.7",
|
|
16939
18092
|
"contextWindow": 202752
|
|
16940
18093
|
},
|
|
18094
|
+
{
|
|
18095
|
+
"id": "nvidia/nemotron-3-ultra-550b-a55b",
|
|
18096
|
+
"name": "Nemotron 3 Ultra 550B A55B",
|
|
18097
|
+
"contextWindow": 512300
|
|
18098
|
+
},
|
|
16941
18099
|
{
|
|
16942
18100
|
"id": "Qwen/Qwen3-235B-A22B-Instruct-2507-tput",
|
|
16943
18101
|
"name": "Qwen3 235B A22B Instruct 2507 FP8",
|
|
@@ -17061,6 +18219,16 @@ const MODELS = {
|
|
|
17061
18219
|
"name": "Claude Opus 4.7 Fast",
|
|
17062
18220
|
"contextWindow": 1000000
|
|
17063
18221
|
},
|
|
18222
|
+
{
|
|
18223
|
+
"id": "claude-opus-4-8",
|
|
18224
|
+
"name": "Claude Opus 4.8",
|
|
18225
|
+
"contextWindow": 1000000
|
|
18226
|
+
},
|
|
18227
|
+
{
|
|
18228
|
+
"id": "claude-opus-4-8-fast",
|
|
18229
|
+
"name": "Claude Opus 4.8 Fast",
|
|
18230
|
+
"contextWindow": 1000000
|
|
18231
|
+
},
|
|
17064
18232
|
{
|
|
17065
18233
|
"id": "claude-sonnet-4-5",
|
|
17066
18234
|
"name": "Claude Sonnet 4.5",
|
|
@@ -17261,6 +18429,11 @@ const MODELS = {
|
|
|
17261
18429
|
"name": "MiniMax M2.7",
|
|
17262
18430
|
"contextWindow": 198000
|
|
17263
18431
|
},
|
|
18432
|
+
{
|
|
18433
|
+
"id": "minimax-m3",
|
|
18434
|
+
"name": "MiniMax M3",
|
|
18435
|
+
"contextWindow": 500000
|
|
18436
|
+
},
|
|
17264
18437
|
{
|
|
17265
18438
|
"id": "mistral-small-3-2-24b-instruct",
|
|
17266
18439
|
"name": "Mistral Small 3.2 24B Instruct",
|
|
@@ -17336,6 +18509,11 @@ const MODELS = {
|
|
|
17336
18509
|
"name": "Qwen 3.7 Max",
|
|
17337
18510
|
"contextWindow": 1000000
|
|
17338
18511
|
},
|
|
18512
|
+
{
|
|
18513
|
+
"id": "qwen-3-7-plus",
|
|
18514
|
+
"name": "Qwen 3.7 Plus",
|
|
18515
|
+
"contextWindow": 1000000
|
|
18516
|
+
},
|
|
17339
18517
|
{
|
|
17340
18518
|
"id": "qwen3-vl-235b-a22b",
|
|
17341
18519
|
"name": "Qwen3 VL 235B",
|
|
@@ -17390,7 +18568,7 @@ const MODELS = {
|
|
|
17390
18568
|
},
|
|
17391
18569
|
{
|
|
17392
18570
|
"id": "anthropic/claude-opus-4.1",
|
|
17393
|
-
"name": "Claude Opus 4",
|
|
18571
|
+
"name": "Claude Opus 4.1",
|
|
17394
18572
|
"contextWindow": 200000
|
|
17395
18573
|
},
|
|
17396
18574
|
{
|
|
@@ -17963,11 +19141,6 @@ const MODELS = {
|
|
|
17963
19141
|
"name": "Mercury 2",
|
|
17964
19142
|
"contextWindow": 128000
|
|
17965
19143
|
},
|
|
17966
|
-
{
|
|
17967
|
-
"id": "inception/mercury-coder-small",
|
|
17968
|
-
"name": "Mercury Coder Small Beta",
|
|
17969
|
-
"contextWindow": 32000
|
|
17970
|
-
},
|
|
17971
19144
|
{
|
|
17972
19145
|
"id": "xiaomi/mimo-v2.5",
|
|
17973
19146
|
"name": "MiMo M2.5",
|
|
@@ -18373,6 +19546,16 @@ const MODELS = {
|
|
|
18373
19546
|
}
|
|
18374
19547
|
],
|
|
18375
19548
|
"wafer.ai": [
|
|
19549
|
+
{
|
|
19550
|
+
"id": "deepseek-v4-flash",
|
|
19551
|
+
"name": "DeepSeek V4 Flash",
|
|
19552
|
+
"contextWindow": 1000000
|
|
19553
|
+
},
|
|
19554
|
+
{
|
|
19555
|
+
"id": "deepseek-v4-pro",
|
|
19556
|
+
"name": "DeepSeek V4 Pro",
|
|
19557
|
+
"contextWindow": 1000000
|
|
19558
|
+
},
|
|
18376
19559
|
{
|
|
18377
19560
|
"id": "GLM-5.1",
|
|
18378
19561
|
"name": "GLM-5.1",
|
|
@@ -18380,18 +19563,23 @@ const MODELS = {
|
|
|
18380
19563
|
},
|
|
18381
19564
|
{
|
|
18382
19565
|
"id": "Kimi-K2.6",
|
|
18383
|
-
"name": "Kimi
|
|
19566
|
+
"name": "Kimi-K2.6",
|
|
18384
19567
|
"contextWindow": 262144
|
|
18385
19568
|
},
|
|
18386
19569
|
{
|
|
18387
19570
|
"id": "Qwen3.5-397B-A17B",
|
|
18388
|
-
"name": "Qwen3.5
|
|
19571
|
+
"name": "Qwen3.5-397B-A17B",
|
|
18389
19572
|
"contextWindow": 262144
|
|
18390
19573
|
},
|
|
18391
19574
|
{
|
|
18392
19575
|
"id": "Qwen3.6-35B-A3B",
|
|
18393
|
-
"name": "Qwen3.6
|
|
18394
|
-
"contextWindow":
|
|
19576
|
+
"name": "Qwen3.6-35B-A3B",
|
|
19577
|
+
"contextWindow": 256000
|
|
19578
|
+
},
|
|
19579
|
+
{
|
|
19580
|
+
"id": "qwen3.7-max",
|
|
19581
|
+
"name": "Qwen3.7-Max",
|
|
19582
|
+
"contextWindow": 256000
|
|
18395
19583
|
}
|
|
18396
19584
|
],
|
|
18397
19585
|
"wandb": [
|
|
@@ -18602,9 +19790,14 @@ const MODELS = {
|
|
|
18602
19790
|
}
|
|
18603
19791
|
],
|
|
18604
19792
|
"xpersona": [
|
|
19793
|
+
{
|
|
19794
|
+
"id": "xpersona-gpt-5.5",
|
|
19795
|
+
"name": "GPT-5.5",
|
|
19796
|
+
"contextWindow": 1000000
|
|
19797
|
+
},
|
|
18605
19798
|
{
|
|
18606
19799
|
"id": "xpersona-frieren-coder",
|
|
18607
|
-
"name": "Xpersona Frieren
|
|
19800
|
+
"name": "Xpersona Frieren 1",
|
|
18608
19801
|
"contextWindow": 1000000
|
|
18609
19802
|
}
|
|
18610
19803
|
],
|
|
@@ -19252,6 +20445,11 @@ const MODELS = {
|
|
|
19252
20445
|
"name": "GLM-4.5-Air",
|
|
19253
20446
|
"contextWindow": 131072
|
|
19254
20447
|
},
|
|
20448
|
+
{
|
|
20449
|
+
"id": "glm-4.6v",
|
|
20450
|
+
"name": "GLM-4.6V",
|
|
20451
|
+
"contextWindow": 128000
|
|
20452
|
+
},
|
|
19255
20453
|
{
|
|
19256
20454
|
"id": "glm-4.7",
|
|
19257
20455
|
"name": "GLM-4.7",
|