@mohanscodex/spectra-ai 0.4.6 → 0.4.9
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/__tests__/e2e.test.js +178 -178
- package/dist/__tests__/e2e.test.js.map +1 -1
- package/dist/__tests__/event-stream.test.js +83 -40
- package/dist/__tests__/event-stream.test.js.map +1 -1
- package/dist/__tests__/provider.test.js +46 -31
- package/dist/__tests__/provider.test.js.map +1 -1
- package/dist/event-stream.d.ts +3 -1
- package/dist/event-stream.d.ts.map +1 -1
- package/dist/event-stream.js +18 -6
- package/dist/event-stream.js.map +1 -1
- package/dist/index.d.ts +7 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -4
- package/dist/models.d.ts.map +1 -1
- package/dist/models.js +493 -473
- package/dist/models.js.map +1 -1
- package/dist/providers/anthropic.d.ts +2 -2
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +155 -102
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/openai-completions.d.ts +5 -5
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +90 -85
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/providers/openai-responses.d.ts +4 -4
- package/dist/providers/openai-responses.d.ts.map +1 -1
- package/dist/providers/openai-responses.js +104 -99
- package/dist/providers/openai-responses.js.map +1 -1
- package/dist/providers/openrouter.d.ts +3 -3
- package/dist/providers/openrouter.d.ts.map +1 -1
- package/dist/providers/openrouter.js +8 -6
- package/dist/providers/openrouter.js.map +1 -1
- package/dist/providers/register-builtins.d.ts.map +1 -1
- package/dist/providers/register-builtins.js +23 -24
- package/dist/providers/register-builtins.js.map +1 -1
- package/dist/providers/shared.js +1 -1
- package/dist/providers/shared.js.map +1 -1
- package/dist/registry.d.ts +3 -3
- package/dist/registry.d.ts.map +1 -1
- package/dist/registry.js +1 -1
- package/dist/registry.js.map +1 -1
- package/dist/types.d.ts +20 -20
- package/dist/types.d.ts.map +1 -1
- package/package.json +31 -31
- package/dist/providers/groq.d.ts +0 -16
- package/dist/providers/groq.d.ts.map +0 -1
- package/dist/providers/groq.js +0 -196
- package/dist/providers/groq.js.map +0 -1
package/dist/models.js
CHANGED
|
@@ -1640,7 +1640,7 @@ const MODELS = {
|
|
|
1640
1640
|
{
|
|
1641
1641
|
"id": "qwen3.7-plus",
|
|
1642
1642
|
"name": "Qwen3.7 Plus",
|
|
1643
|
-
"contextWindow":
|
|
1643
|
+
"contextWindow": 1000000
|
|
1644
1644
|
},
|
|
1645
1645
|
{
|
|
1646
1646
|
"id": "qwq-32b",
|
|
@@ -1785,6 +1785,11 @@ const MODELS = {
|
|
|
1785
1785
|
"id": "qwen3.7-max",
|
|
1786
1786
|
"name": "Qwen3.7 Max",
|
|
1787
1787
|
"contextWindow": 1000000
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"id": "qwen3.7-plus",
|
|
1791
|
+
"name": "Qwen3.7 Plus",
|
|
1792
|
+
"contextWindow": 1000000
|
|
1788
1793
|
}
|
|
1789
1794
|
],
|
|
1790
1795
|
"alibaba-token-plan": [
|
|
@@ -1855,6 +1860,21 @@ const MODELS = {
|
|
|
1855
1860
|
"name": "AU Anthropic Claude Sonnet 4.6",
|
|
1856
1861
|
"contextWindow": 1000000
|
|
1857
1862
|
},
|
|
1863
|
+
{
|
|
1864
|
+
"id": "eu.anthropic.claude-fable-5",
|
|
1865
|
+
"name": "Claude Fable 5 (EU)",
|
|
1866
|
+
"contextWindow": 1000000
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"id": "global.anthropic.claude-fable-5",
|
|
1870
|
+
"name": "Claude Fable 5 (Global)",
|
|
1871
|
+
"contextWindow": 1000000
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"id": "us.anthropic.claude-fable-5",
|
|
1875
|
+
"name": "Claude Fable 5 (US)",
|
|
1876
|
+
"contextWindow": 1000000
|
|
1877
|
+
},
|
|
1858
1878
|
{
|
|
1859
1879
|
"id": "anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
1860
1880
|
"name": "Claude Haiku 4.5",
|
|
@@ -2329,6 +2349,11 @@ const MODELS = {
|
|
|
2329
2349
|
}
|
|
2330
2350
|
],
|
|
2331
2351
|
"anthropic": [
|
|
2352
|
+
{
|
|
2353
|
+
"id": "claude-fable-5",
|
|
2354
|
+
"name": "Claude Fable 5",
|
|
2355
|
+
"contextWindow": 1000000
|
|
2356
|
+
},
|
|
2332
2357
|
{
|
|
2333
2358
|
"id": "claude-3-haiku-20240307",
|
|
2334
2359
|
"name": "Claude Haiku 3",
|
|
@@ -2687,6 +2712,11 @@ const MODELS = {
|
|
|
2687
2712
|
}
|
|
2688
2713
|
],
|
|
2689
2714
|
"azure": [
|
|
2715
|
+
{
|
|
2716
|
+
"id": "claude-fable-5",
|
|
2717
|
+
"name": "Claude Fable 5",
|
|
2718
|
+
"contextWindow": 1000000
|
|
2719
|
+
},
|
|
2690
2720
|
{
|
|
2691
2721
|
"id": "claude-haiku-4-5",
|
|
2692
2722
|
"name": "Claude Haiku 4.5",
|
|
@@ -3027,11 +3057,6 @@ const MODELS = {
|
|
|
3027
3057
|
"name": "o1-mini",
|
|
3028
3058
|
"contextWindow": 128000
|
|
3029
3059
|
},
|
|
3030
|
-
{
|
|
3031
|
-
"id": "o1-preview",
|
|
3032
|
-
"name": "o1-preview",
|
|
3033
|
-
"contextWindow": 128000
|
|
3034
|
-
},
|
|
3035
3060
|
{
|
|
3036
3061
|
"id": "o3",
|
|
3037
3062
|
"name": "o3",
|
|
@@ -3364,11 +3389,6 @@ const MODELS = {
|
|
|
3364
3389
|
"name": "o1-mini",
|
|
3365
3390
|
"contextWindow": 128000
|
|
3366
3391
|
},
|
|
3367
|
-
{
|
|
3368
|
-
"id": "o1-preview",
|
|
3369
|
-
"name": "o1-preview",
|
|
3370
|
-
"contextWindow": 128000
|
|
3371
|
-
},
|
|
3372
3392
|
{
|
|
3373
3393
|
"id": "o3",
|
|
3374
3394
|
"name": "o3",
|
|
@@ -3403,65 +3423,40 @@ const MODELS = {
|
|
|
3403
3423
|
}
|
|
3404
3424
|
],
|
|
3405
3425
|
"baseten": [
|
|
3406
|
-
{
|
|
3407
|
-
"id": "deepseek-ai/DeepSeek-V3-0324",
|
|
3408
|
-
"name": "DeepSeek V3 0324",
|
|
3409
|
-
"contextWindow": 164000
|
|
3410
|
-
},
|
|
3411
3426
|
{
|
|
3412
3427
|
"id": "deepseek-ai/DeepSeek-V3.1",
|
|
3413
3428
|
"name": "DeepSeek V3.1",
|
|
3414
3429
|
"contextWindow": 164000
|
|
3415
3430
|
},
|
|
3416
|
-
{
|
|
3417
|
-
"id": "deepseek-ai/DeepSeek-V3.2",
|
|
3418
|
-
"name": "DeepSeek V3.2",
|
|
3419
|
-
"contextWindow": 163800
|
|
3420
|
-
},
|
|
3421
3431
|
{
|
|
3422
3432
|
"id": "deepseek-ai/DeepSeek-V4-Pro",
|
|
3423
|
-
"name": "
|
|
3424
|
-
"contextWindow":
|
|
3425
|
-
},
|
|
3426
|
-
{
|
|
3427
|
-
"id": "zai-org/GLM-4.6",
|
|
3428
|
-
"name": "GLM 4.6",
|
|
3429
|
-
"contextWindow": 200000
|
|
3433
|
+
"name": "Deepseek V4 Pro",
|
|
3434
|
+
"contextWindow": 131000
|
|
3430
3435
|
},
|
|
3431
3436
|
{
|
|
3432
3437
|
"id": "zai-org/GLM-4.7",
|
|
3433
|
-
"name": "GLM
|
|
3434
|
-
"contextWindow":
|
|
3438
|
+
"name": "GLM 4.7",
|
|
3439
|
+
"contextWindow": 200000
|
|
3435
3440
|
},
|
|
3436
3441
|
{
|
|
3437
3442
|
"id": "zai-org/GLM-5",
|
|
3438
|
-
"name": "GLM
|
|
3439
|
-
"contextWindow":
|
|
3440
|
-
},
|
|
3441
|
-
{
|
|
3442
|
-
"id": "openai/gpt-oss-120b",
|
|
3443
|
-
"name": "GPT OSS 120B",
|
|
3444
|
-
"contextWindow": 128000
|
|
3445
|
-
},
|
|
3446
|
-
{
|
|
3447
|
-
"id": "moonshotai/Kimi-K2-Instruct-0905",
|
|
3448
|
-
"name": "Kimi K2 Instruct 0905",
|
|
3449
|
-
"contextWindow": 262144
|
|
3443
|
+
"name": "GLM 5",
|
|
3444
|
+
"contextWindow": 202800
|
|
3450
3445
|
},
|
|
3451
3446
|
{
|
|
3452
|
-
"id": "
|
|
3453
|
-
"name": "
|
|
3454
|
-
"contextWindow":
|
|
3447
|
+
"id": "zai-org/GLM-5.1",
|
|
3448
|
+
"name": "GLM 5.1",
|
|
3449
|
+
"contextWindow": 202800
|
|
3455
3450
|
},
|
|
3456
3451
|
{
|
|
3457
3452
|
"id": "moonshotai/Kimi-K2.5",
|
|
3458
3453
|
"name": "Kimi K2.5",
|
|
3459
|
-
"contextWindow":
|
|
3454
|
+
"contextWindow": 262000
|
|
3460
3455
|
},
|
|
3461
3456
|
{
|
|
3462
3457
|
"id": "moonshotai/Kimi-K2.6",
|
|
3463
3458
|
"name": "Kimi K2.6",
|
|
3464
|
-
"contextWindow":
|
|
3459
|
+
"contextWindow": 262000
|
|
3465
3460
|
},
|
|
3466
3461
|
{
|
|
3467
3462
|
"id": "MiniMaxAI/MiniMax-M2.5",
|
|
@@ -3470,8 +3465,18 @@ const MODELS = {
|
|
|
3470
3465
|
},
|
|
3471
3466
|
{
|
|
3472
3467
|
"id": "nvidia/Nemotron-120B-A12B",
|
|
3473
|
-
"name": "Nemotron
|
|
3474
|
-
"contextWindow":
|
|
3468
|
+
"name": "Nemotron Super",
|
|
3469
|
+
"contextWindow": 202800
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
"id": "nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B",
|
|
3473
|
+
"name": "Nemotron Ultra",
|
|
3474
|
+
"contextWindow": 202800
|
|
3475
|
+
},
|
|
3476
|
+
{
|
|
3477
|
+
"id": "openai/gpt-oss-120b",
|
|
3478
|
+
"name": "OpenAI GPT 120B",
|
|
3479
|
+
"contextWindow": 128072
|
|
3475
3480
|
}
|
|
3476
3481
|
],
|
|
3477
3482
|
"berget": [
|
|
@@ -3767,6 +3772,11 @@ const MODELS = {
|
|
|
3767
3772
|
}
|
|
3768
3773
|
],
|
|
3769
3774
|
"cloudflare-ai-gateway": [
|
|
3775
|
+
{
|
|
3776
|
+
"id": "anthropic/claude-fable-5",
|
|
3777
|
+
"name": "Claude Fable 5",
|
|
3778
|
+
"contextWindow": 1000000
|
|
3779
|
+
},
|
|
3770
3780
|
{
|
|
3771
3781
|
"id": "anthropic/claude-3-haiku",
|
|
3772
3782
|
"name": "Claude Haiku 3",
|
|
@@ -4011,6 +4021,11 @@ const MODELS = {
|
|
|
4011
4021
|
"name": "Command A",
|
|
4012
4022
|
"contextWindow": 256000
|
|
4013
4023
|
},
|
|
4024
|
+
{
|
|
4025
|
+
"id": "command-a-plus-05-2026",
|
|
4026
|
+
"name": "Command A Plus",
|
|
4027
|
+
"contextWindow": 128000
|
|
4028
|
+
},
|
|
4014
4029
|
{
|
|
4015
4030
|
"id": "command-a-reasoning-08-2025",
|
|
4016
4031
|
"name": "Command A Reasoning",
|
|
@@ -4040,6 +4055,11 @@ const MODELS = {
|
|
|
4040
4055
|
"id": "command-r7b-arabic-02-2025",
|
|
4041
4056
|
"name": "Command R7B Arabic",
|
|
4042
4057
|
"contextWindow": 128000
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"id": "north-mini-code-1-0",
|
|
4061
|
+
"name": "North Mini Code",
|
|
4062
|
+
"contextWindow": 256000
|
|
4043
4063
|
}
|
|
4044
4064
|
],
|
|
4045
4065
|
"cortecs": [
|
|
@@ -4068,6 +4088,11 @@ const MODELS = {
|
|
|
4068
4088
|
"name": "Claude Opus 4.7",
|
|
4069
4089
|
"contextWindow": 1000000
|
|
4070
4090
|
},
|
|
4091
|
+
{
|
|
4092
|
+
"id": "claude-opus4-8",
|
|
4093
|
+
"name": "Claude Opus 4.8",
|
|
4094
|
+
"contextWindow": 1000000
|
|
4095
|
+
},
|
|
4071
4096
|
{
|
|
4072
4097
|
"id": "claude-sonnet-4",
|
|
4073
4098
|
"name": "Claude Sonnet 4",
|
|
@@ -4504,16 +4529,6 @@ const MODELS = {
|
|
|
4504
4529
|
}
|
|
4505
4530
|
],
|
|
4506
4531
|
"deepinfra": [
|
|
4507
|
-
{
|
|
4508
|
-
"id": "anthropic/claude-4-opus",
|
|
4509
|
-
"name": "Claude Opus 4",
|
|
4510
|
-
"contextWindow": 200000
|
|
4511
|
-
},
|
|
4512
|
-
{
|
|
4513
|
-
"id": "anthropic/claude-3-7-sonnet-latest",
|
|
4514
|
-
"name": "Claude Sonnet 3.7 (Latest)",
|
|
4515
|
-
"contextWindow": 200000
|
|
4516
|
-
},
|
|
4517
4532
|
{
|
|
4518
4533
|
"id": "deepseek-ai/DeepSeek-V4-Flash",
|
|
4519
4534
|
"name": "DeepSeek V4 Flash",
|
|
@@ -4539,21 +4554,11 @@ const MODELS = {
|
|
|
4539
4554
|
"name": "Gemma 4 31B IT",
|
|
4540
4555
|
"contextWindow": 262144
|
|
4541
4556
|
},
|
|
4542
|
-
{
|
|
4543
|
-
"id": "zai-org/GLM-4.5",
|
|
4544
|
-
"name": "GLM-4.5",
|
|
4545
|
-
"contextWindow": 131072
|
|
4546
|
-
},
|
|
4547
4557
|
{
|
|
4548
4558
|
"id": "zai-org/GLM-4.6",
|
|
4549
4559
|
"name": "GLM-4.6",
|
|
4550
4560
|
"contextWindow": 204800
|
|
4551
4561
|
},
|
|
4552
|
-
{
|
|
4553
|
-
"id": "zai-org/GLM-4.6V",
|
|
4554
|
-
"name": "GLM-4.6V",
|
|
4555
|
-
"contextWindow": 204800
|
|
4556
|
-
},
|
|
4557
4562
|
{
|
|
4558
4563
|
"id": "zai-org/GLM-4.7",
|
|
4559
4564
|
"name": "GLM-4.7",
|
|
@@ -4584,21 +4589,6 @@ const MODELS = {
|
|
|
4584
4589
|
"name": "GPT OSS 20B",
|
|
4585
4590
|
"contextWindow": 131072
|
|
4586
4591
|
},
|
|
4587
|
-
{
|
|
4588
|
-
"id": "moonshotai/Kimi-K2-Instruct",
|
|
4589
|
-
"name": "Kimi K2",
|
|
4590
|
-
"contextWindow": 131072
|
|
4591
|
-
},
|
|
4592
|
-
{
|
|
4593
|
-
"id": "moonshotai/Kimi-K2-Instruct-0905",
|
|
4594
|
-
"name": "Kimi K2 0905",
|
|
4595
|
-
"contextWindow": 262144
|
|
4596
|
-
},
|
|
4597
|
-
{
|
|
4598
|
-
"id": "moonshotai/Kimi-K2-Thinking",
|
|
4599
|
-
"name": "Kimi K2 Thinking",
|
|
4600
|
-
"contextWindow": 131072
|
|
4601
|
-
},
|
|
4602
4592
|
{
|
|
4603
4593
|
"id": "moonshotai/Kimi-K2.5",
|
|
4604
4594
|
"name": "Kimi K2.5",
|
|
@@ -4609,26 +4599,6 @@ const MODELS = {
|
|
|
4609
4599
|
"name": "Kimi K2.6",
|
|
4610
4600
|
"contextWindow": 262144
|
|
4611
4601
|
},
|
|
4612
|
-
{
|
|
4613
|
-
"id": "meta-llama/Llama-3.1-70B-Instruct",
|
|
4614
|
-
"name": "Llama 3.1 70B",
|
|
4615
|
-
"contextWindow": 131072
|
|
4616
|
-
},
|
|
4617
|
-
{
|
|
4618
|
-
"id": "meta-llama/Llama-3.1-70B-Instruct-Turbo",
|
|
4619
|
-
"name": "Llama 3.1 70B Turbo",
|
|
4620
|
-
"contextWindow": 131072
|
|
4621
|
-
},
|
|
4622
|
-
{
|
|
4623
|
-
"id": "meta-llama/Llama-3.1-8B-Instruct",
|
|
4624
|
-
"name": "Llama 3.1 8B",
|
|
4625
|
-
"contextWindow": 131072
|
|
4626
|
-
},
|
|
4627
|
-
{
|
|
4628
|
-
"id": "meta-llama/Llama-3.1-8B-Instruct-Turbo",
|
|
4629
|
-
"name": "Llama 3.1 8B Turbo",
|
|
4630
|
-
"contextWindow": 131072
|
|
4631
|
-
},
|
|
4632
4602
|
{
|
|
4633
4603
|
"id": "meta-llama/Llama-3.3-70B-Instruct-Turbo",
|
|
4634
4604
|
"name": "Llama 3.3 70B Turbo",
|
|
@@ -4654,16 +4624,6 @@ const MODELS = {
|
|
|
4654
4624
|
"name": "MiMo-V2.5-Pro",
|
|
4655
4625
|
"contextWindow": 1048576
|
|
4656
4626
|
},
|
|
4657
|
-
{
|
|
4658
|
-
"id": "MiniMaxAI/MiniMax-M2",
|
|
4659
|
-
"name": "MiniMax M2",
|
|
4660
|
-
"contextWindow": 262144
|
|
4661
|
-
},
|
|
4662
|
-
{
|
|
4663
|
-
"id": "MiniMaxAI/MiniMax-M2.1",
|
|
4664
|
-
"name": "MiniMax M2.1",
|
|
4665
|
-
"contextWindow": 196608
|
|
4666
|
-
},
|
|
4667
4627
|
{
|
|
4668
4628
|
"id": "MiniMaxAI/MiniMax-M2.5",
|
|
4669
4629
|
"name": "MiniMax M2.5",
|
|
@@ -4679,11 +4639,6 @@ const MODELS = {
|
|
|
4679
4639
|
"name": "Qwen 3.5 397B A17B",
|
|
4680
4640
|
"contextWindow": 262144
|
|
4681
4641
|
},
|
|
4682
|
-
{
|
|
4683
|
-
"id": "Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
|
4684
|
-
"name": "Qwen3 Coder 480B A35B Instruct",
|
|
4685
|
-
"contextWindow": 262144
|
|
4686
|
-
},
|
|
4687
4642
|
{
|
|
4688
4643
|
"id": "Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo",
|
|
4689
4644
|
"name": "Qwen3 Coder 480B A35B Instruct Turbo",
|
|
@@ -5101,11 +5056,26 @@ const MODELS = {
|
|
|
5101
5056
|
"name": "Claude Opus 4.1",
|
|
5102
5057
|
"contextWindow": 200000
|
|
5103
5058
|
},
|
|
5059
|
+
{
|
|
5060
|
+
"id": "anthropic/claude-opus-4.8",
|
|
5061
|
+
"name": "Claude Opus 4.8",
|
|
5062
|
+
"contextWindow": 1000000
|
|
5063
|
+
},
|
|
5104
5064
|
{
|
|
5105
5065
|
"id": "anthropic/claude-sonnet-4",
|
|
5106
5066
|
"name": "Claude Sonnet 4",
|
|
5107
5067
|
"contextWindow": 200000
|
|
5108
5068
|
},
|
|
5069
|
+
{
|
|
5070
|
+
"id": "anthropic/claude-sonnet-4.6",
|
|
5071
|
+
"name": "Claude Sonnet 4.6",
|
|
5072
|
+
"contextWindow": 1000000
|
|
5073
|
+
},
|
|
5074
|
+
{
|
|
5075
|
+
"id": "deepseek/deepseek-v4-pro",
|
|
5076
|
+
"name": "DeepSeek V4 Pro",
|
|
5077
|
+
"contextWindow": 1000000
|
|
5078
|
+
},
|
|
5109
5079
|
{
|
|
5110
5080
|
"id": "google/gemini-2.5-flash",
|
|
5111
5081
|
"name": "Gemini 2.5 Flash",
|
|
@@ -5116,11 +5086,31 @@ const MODELS = {
|
|
|
5116
5086
|
"name": "Gemini 2.5 Pro",
|
|
5117
5087
|
"contextWindow": 1048576
|
|
5118
5088
|
},
|
|
5089
|
+
{
|
|
5090
|
+
"id": "google/gemini-3.1-pro-preview",
|
|
5091
|
+
"name": "Gemini 3.1 Pro Preview",
|
|
5092
|
+
"contextWindow": 1048576
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"id": "google/gemini-3.5-flash",
|
|
5096
|
+
"name": "Gemini 3.5 Flash",
|
|
5097
|
+
"contextWindow": 1048576
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"id": "google/gemma-4-31b-it",
|
|
5101
|
+
"name": "Gemma 4 31B IT",
|
|
5102
|
+
"contextWindow": 262144
|
|
5103
|
+
},
|
|
5119
5104
|
{
|
|
5120
5105
|
"id": "z-ai/glm-5",
|
|
5121
5106
|
"name": "GLM-5",
|
|
5122
5107
|
"contextWindow": 204800
|
|
5123
5108
|
},
|
|
5109
|
+
{
|
|
5110
|
+
"id": "z-ai/glm-5.1",
|
|
5111
|
+
"name": "GLM-5.1",
|
|
5112
|
+
"contextWindow": 200000
|
|
5113
|
+
},
|
|
5124
5114
|
{
|
|
5125
5115
|
"id": "openai/gpt-oss-120b",
|
|
5126
5116
|
"name": "GPT OSS 120B",
|
|
@@ -5131,6 +5121,11 @@ const MODELS = {
|
|
|
5131
5121
|
"name": "GPT OSS 20B",
|
|
5132
5122
|
"contextWindow": 131072
|
|
5133
5123
|
},
|
|
5124
|
+
{
|
|
5125
|
+
"id": "openai/gpt-realtime-1.5",
|
|
5126
|
+
"name": "GPT Realtime 1.5",
|
|
5127
|
+
"contextWindow": 32000
|
|
5128
|
+
},
|
|
5134
5129
|
{
|
|
5135
5130
|
"id": "openai/gpt-4.1",
|
|
5136
5131
|
"name": "GPT-4.1",
|
|
@@ -5151,20 +5146,80 @@ const MODELS = {
|
|
|
5151
5146
|
"name": "GPT-5 Nano",
|
|
5152
5147
|
"contextWindow": 400000
|
|
5153
5148
|
},
|
|
5149
|
+
{
|
|
5150
|
+
"id": "openai/gpt-5.3-codex",
|
|
5151
|
+
"name": "GPT-5.3 Codex",
|
|
5152
|
+
"contextWindow": 400000
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"id": "openai/gpt-5.4-mini",
|
|
5156
|
+
"name": "GPT-5.4 mini",
|
|
5157
|
+
"contextWindow": 400000
|
|
5158
|
+
},
|
|
5159
|
+
{
|
|
5160
|
+
"id": "openai/gpt-5.4-nano",
|
|
5161
|
+
"name": "GPT-5.4 nano",
|
|
5162
|
+
"contextWindow": 400000
|
|
5163
|
+
},
|
|
5164
|
+
{
|
|
5165
|
+
"id": "openai/gpt-5.5",
|
|
5166
|
+
"name": "GPT-5.5",
|
|
5167
|
+
"contextWindow": 1050000
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
"id": "openai/gpt-5.5-pro",
|
|
5171
|
+
"name": "GPT-5.5 Pro",
|
|
5172
|
+
"contextWindow": 1050000
|
|
5173
|
+
},
|
|
5154
5174
|
{
|
|
5155
5175
|
"id": "x-ai/grok-4",
|
|
5156
5176
|
"name": "Grok 4",
|
|
5157
5177
|
"contextWindow": 256000
|
|
5158
5178
|
},
|
|
5179
|
+
{
|
|
5180
|
+
"id": "x-ai/grok-4.3",
|
|
5181
|
+
"name": "Grok 4.3",
|
|
5182
|
+
"contextWindow": 1000000
|
|
5183
|
+
},
|
|
5184
|
+
{
|
|
5185
|
+
"id": "x-ai/grok-build-0.1",
|
|
5186
|
+
"name": "Grok Build 0.1",
|
|
5187
|
+
"contextWindow": 256000
|
|
5188
|
+
},
|
|
5159
5189
|
{
|
|
5160
5190
|
"id": "moonshotai/kimi-k2",
|
|
5161
5191
|
"name": "Kimi K2",
|
|
5162
5192
|
"contextWindow": 131072
|
|
5163
5193
|
},
|
|
5194
|
+
{
|
|
5195
|
+
"id": "moonshotai/kimi-k2.6",
|
|
5196
|
+
"name": "Kimi K2.6",
|
|
5197
|
+
"contextWindow": 262144
|
|
5198
|
+
},
|
|
5199
|
+
{
|
|
5200
|
+
"id": "minimax/minimax-m2.7",
|
|
5201
|
+
"name": "MiniMax-M2.7",
|
|
5202
|
+
"contextWindow": 204800
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
"id": "minimax/minimax-m2.7-highspeed",
|
|
5206
|
+
"name": "MiniMax-M2.7-highspeed",
|
|
5207
|
+
"contextWindow": 204800
|
|
5208
|
+
},
|
|
5164
5209
|
{
|
|
5165
5210
|
"id": "qwen/qwen3-coder",
|
|
5166
5211
|
"name": "Qwen3 Coder",
|
|
5167
5212
|
"contextWindow": 262144
|
|
5213
|
+
},
|
|
5214
|
+
{
|
|
5215
|
+
"id": "sarvam/sarvam-105b",
|
|
5216
|
+
"name": "Sarvam 105B",
|
|
5217
|
+
"contextWindow": 131072
|
|
5218
|
+
},
|
|
5219
|
+
{
|
|
5220
|
+
"id": "sarvam/sarvam-30b",
|
|
5221
|
+
"name": "Sarvam 30B",
|
|
5222
|
+
"contextWindow": 128000
|
|
5168
5223
|
}
|
|
5169
5224
|
],
|
|
5170
5225
|
"firepass": [
|
|
@@ -5241,6 +5296,58 @@ const MODELS = {
|
|
|
5241
5296
|
"contextWindow": 262144
|
|
5242
5297
|
}
|
|
5243
5298
|
],
|
|
5299
|
+
"freemodel": [
|
|
5300
|
+
{
|
|
5301
|
+
"id": "claude-fable-5",
|
|
5302
|
+
"name": "Claude Fable 5",
|
|
5303
|
+
"contextWindow": 1000000
|
|
5304
|
+
},
|
|
5305
|
+
{
|
|
5306
|
+
"id": "claude-haiku-4-5-20251001",
|
|
5307
|
+
"name": "Claude Haiku 4.5",
|
|
5308
|
+
"contextWindow": 200000
|
|
5309
|
+
},
|
|
5310
|
+
{
|
|
5311
|
+
"id": "claude-opus-4-6",
|
|
5312
|
+
"name": "Claude Opus 4.6",
|
|
5313
|
+
"contextWindow": 1000000
|
|
5314
|
+
},
|
|
5315
|
+
{
|
|
5316
|
+
"id": "claude-opus-4-7",
|
|
5317
|
+
"name": "Claude Opus 4.7",
|
|
5318
|
+
"contextWindow": 1000000
|
|
5319
|
+
},
|
|
5320
|
+
{
|
|
5321
|
+
"id": "claude-opus-4-8",
|
|
5322
|
+
"name": "Claude Opus 4.8",
|
|
5323
|
+
"contextWindow": 1000000
|
|
5324
|
+
},
|
|
5325
|
+
{
|
|
5326
|
+
"id": "claude-sonnet-4-6",
|
|
5327
|
+
"name": "Claude Sonnet 4.6",
|
|
5328
|
+
"contextWindow": 1000000
|
|
5329
|
+
},
|
|
5330
|
+
{
|
|
5331
|
+
"id": "gpt-5.3-codex",
|
|
5332
|
+
"name": "GPT-5.3 Codex",
|
|
5333
|
+
"contextWindow": 400000
|
|
5334
|
+
},
|
|
5335
|
+
{
|
|
5336
|
+
"id": "gpt-5.4",
|
|
5337
|
+
"name": "GPT-5.4",
|
|
5338
|
+
"contextWindow": 1050000
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
"id": "gpt-5.4-mini",
|
|
5342
|
+
"name": "GPT-5.4 mini",
|
|
5343
|
+
"contextWindow": 400000
|
|
5344
|
+
},
|
|
5345
|
+
{
|
|
5346
|
+
"id": "gpt-5.5",
|
|
5347
|
+
"name": "GPT-5.5",
|
|
5348
|
+
"contextWindow": 1050000
|
|
5349
|
+
}
|
|
5350
|
+
],
|
|
5244
5351
|
"friendli": [
|
|
5245
5352
|
{
|
|
5246
5353
|
"id": "zai-org/GLM-5",
|
|
@@ -5765,6 +5872,11 @@ const MODELS = {
|
|
|
5765
5872
|
}
|
|
5766
5873
|
],
|
|
5767
5874
|
"gitlab": [
|
|
5875
|
+
{
|
|
5876
|
+
"id": "duo-chat-fable-5",
|
|
5877
|
+
"name": "Agentic Chat (Claude Fable 5)",
|
|
5878
|
+
"contextWindow": 1000000
|
|
5879
|
+
},
|
|
5768
5880
|
{
|
|
5769
5881
|
"id": "duo-chat-haiku-4-5",
|
|
5770
5882
|
"name": "Agentic Chat (Claude Haiku 4.5)",
|
|
@@ -6016,16 +6128,6 @@ const MODELS = {
|
|
|
6016
6128
|
"name": "Claude Opus 4.8",
|
|
6017
6129
|
"contextWindow": 1000000
|
|
6018
6130
|
},
|
|
6019
|
-
{
|
|
6020
|
-
"id": "claude-3-5-sonnet@20241022",
|
|
6021
|
-
"name": "Claude Sonnet 3.5 v2",
|
|
6022
|
-
"contextWindow": 200000
|
|
6023
|
-
},
|
|
6024
|
-
{
|
|
6025
|
-
"id": "claude-3-7-sonnet@20250219",
|
|
6026
|
-
"name": "Claude Sonnet 3.7",
|
|
6027
|
-
"contextWindow": 200000
|
|
6028
|
-
},
|
|
6029
6131
|
{
|
|
6030
6132
|
"id": "claude-sonnet-4@20250514",
|
|
6031
6133
|
"name": "Claude Sonnet 4",
|
|
@@ -6051,31 +6153,11 @@ const MODELS = {
|
|
|
6051
6153
|
"name": "DeepSeek V3.2",
|
|
6052
6154
|
"contextWindow": 163840
|
|
6053
6155
|
},
|
|
6054
|
-
{
|
|
6055
|
-
"id": "gemini-2.0-flash",
|
|
6056
|
-
"name": "Gemini 2.0 Flash",
|
|
6057
|
-
"contextWindow": 1048576
|
|
6058
|
-
},
|
|
6059
|
-
{
|
|
6060
|
-
"id": "gemini-2.0-flash-lite",
|
|
6061
|
-
"name": "Gemini 2.0 Flash-Lite",
|
|
6062
|
-
"contextWindow": 1048576
|
|
6063
|
-
},
|
|
6064
6156
|
{
|
|
6065
6157
|
"id": "gemini-2.5-flash",
|
|
6066
6158
|
"name": "Gemini 2.5 Flash",
|
|
6067
6159
|
"contextWindow": 1048576
|
|
6068
6160
|
},
|
|
6069
|
-
{
|
|
6070
|
-
"id": "gemini-2.5-flash-lite-preview-06-17",
|
|
6071
|
-
"name": "Gemini 2.5 Flash Lite Preview 06-17",
|
|
6072
|
-
"contextWindow": 65536
|
|
6073
|
-
},
|
|
6074
|
-
{
|
|
6075
|
-
"id": "gemini-2.5-flash-preview-09-2025",
|
|
6076
|
-
"name": "Gemini 2.5 Flash Preview 09-25",
|
|
6077
|
-
"contextWindow": 1048576
|
|
6078
|
-
},
|
|
6079
6161
|
{
|
|
6080
6162
|
"id": "gemini-2.5-flash-lite",
|
|
6081
6163
|
"name": "Gemini 2.5 Flash-Lite",
|
|
@@ -6091,11 +6173,6 @@ const MODELS = {
|
|
|
6091
6173
|
"name": "Gemini 3 Flash Preview",
|
|
6092
6174
|
"contextWindow": 1048576
|
|
6093
6175
|
},
|
|
6094
|
-
{
|
|
6095
|
-
"id": "gemini-3-pro-preview",
|
|
6096
|
-
"name": "Gemini 3 Pro Preview",
|
|
6097
|
-
"contextWindow": 1048576
|
|
6098
|
-
},
|
|
6099
6176
|
{
|
|
6100
6177
|
"id": "gemini-3.1-flash-lite",
|
|
6101
6178
|
"name": "Gemini 3.1 Flash Lite",
|
|
@@ -6213,16 +6290,6 @@ const MODELS = {
|
|
|
6213
6290
|
"name": "Claude Opus 4.8",
|
|
6214
6291
|
"contextWindow": 1000000
|
|
6215
6292
|
},
|
|
6216
|
-
{
|
|
6217
|
-
"id": "claude-3-5-sonnet@20241022",
|
|
6218
|
-
"name": "Claude Sonnet 3.5 v2",
|
|
6219
|
-
"contextWindow": 200000
|
|
6220
|
-
},
|
|
6221
|
-
{
|
|
6222
|
-
"id": "claude-3-7-sonnet@20250219",
|
|
6223
|
-
"name": "Claude Sonnet 3.7",
|
|
6224
|
-
"contextWindow": 200000
|
|
6225
|
-
},
|
|
6226
6293
|
{
|
|
6227
6294
|
"id": "claude-sonnet-4@20250514",
|
|
6228
6295
|
"name": "Claude Sonnet 4",
|
|
@@ -6240,26 +6307,6 @@ const MODELS = {
|
|
|
6240
6307
|
}
|
|
6241
6308
|
],
|
|
6242
6309
|
"groq": [
|
|
6243
|
-
{
|
|
6244
|
-
"id": "groq/compound",
|
|
6245
|
-
"name": "Compound",
|
|
6246
|
-
"contextWindow": 131072
|
|
6247
|
-
},
|
|
6248
|
-
{
|
|
6249
|
-
"id": "groq/compound-mini",
|
|
6250
|
-
"name": "Compound Mini",
|
|
6251
|
-
"contextWindow": 131072
|
|
6252
|
-
},
|
|
6253
|
-
{
|
|
6254
|
-
"id": "deepseek-r1-distill-llama-70b",
|
|
6255
|
-
"name": "DeepSeek R1 Distill Llama 70B",
|
|
6256
|
-
"contextWindow": 131072
|
|
6257
|
-
},
|
|
6258
|
-
{
|
|
6259
|
-
"id": "gemma2-9b-it",
|
|
6260
|
-
"name": "Gemma 2 9B",
|
|
6261
|
-
"contextWindow": 8192
|
|
6262
|
-
},
|
|
6263
6310
|
{
|
|
6264
6311
|
"id": "openai/gpt-oss-120b",
|
|
6265
6312
|
"name": "GPT OSS 120B",
|
|
@@ -6270,59 +6317,24 @@ const MODELS = {
|
|
|
6270
6317
|
"name": "GPT OSS 20B",
|
|
6271
6318
|
"contextWindow": 131072
|
|
6272
6319
|
},
|
|
6273
|
-
{
|
|
6274
|
-
"id": "moonshotai/kimi-k2-instruct",
|
|
6275
|
-
"name": "Kimi K2 Instruct",
|
|
6276
|
-
"contextWindow": 131072
|
|
6277
|
-
},
|
|
6278
|
-
{
|
|
6279
|
-
"id": "moonshotai/kimi-k2-instruct-0905",
|
|
6280
|
-
"name": "Kimi K2 Instruct 0905",
|
|
6281
|
-
"contextWindow": 262144
|
|
6282
|
-
},
|
|
6283
|
-
{
|
|
6284
|
-
"id": "llama3-70b-8192",
|
|
6285
|
-
"name": "Llama 3 70B",
|
|
6286
|
-
"contextWindow": 8192
|
|
6287
|
-
},
|
|
6288
|
-
{
|
|
6289
|
-
"id": "llama3-8b-8192",
|
|
6290
|
-
"name": "Llama 3 8B",
|
|
6291
|
-
"contextWindow": 8192
|
|
6292
|
-
},
|
|
6293
6320
|
{
|
|
6294
6321
|
"id": "llama-3.1-8b-instant",
|
|
6295
|
-
"name": "Llama 3.1 8B
|
|
6322
|
+
"name": "Llama 3.1 8B",
|
|
6296
6323
|
"contextWindow": 131072
|
|
6297
6324
|
},
|
|
6298
6325
|
{
|
|
6299
6326
|
"id": "llama-3.3-70b-versatile",
|
|
6300
|
-
"name": "Llama 3.3 70B
|
|
6301
|
-
"contextWindow": 131072
|
|
6302
|
-
},
|
|
6303
|
-
{
|
|
6304
|
-
"id": "meta-llama/llama-4-maverick-17b-128e-instruct",
|
|
6305
|
-
"name": "Llama 4 Maverick 17B",
|
|
6327
|
+
"name": "Llama 3.3 70B",
|
|
6306
6328
|
"contextWindow": 131072
|
|
6307
6329
|
},
|
|
6308
6330
|
{
|
|
6309
6331
|
"id": "meta-llama/llama-4-scout-17b-16e-instruct",
|
|
6310
|
-
"name": "Llama 4 Scout 17B",
|
|
6311
|
-
"contextWindow": 131072
|
|
6312
|
-
},
|
|
6313
|
-
{
|
|
6314
|
-
"id": "mistral-saba-24b",
|
|
6315
|
-
"name": "Mistral Saba 24B",
|
|
6316
|
-
"contextWindow": 32768
|
|
6317
|
-
},
|
|
6318
|
-
{
|
|
6319
|
-
"id": "qwen-qwq-32b",
|
|
6320
|
-
"name": "Qwen QwQ 32B",
|
|
6332
|
+
"name": "Llama 4 Scout 17B 16E",
|
|
6321
6333
|
"contextWindow": 131072
|
|
6322
6334
|
},
|
|
6323
6335
|
{
|
|
6324
6336
|
"id": "qwen/qwen3-32b",
|
|
6325
|
-
"name": "Qwen3
|
|
6337
|
+
"name": "Qwen3-32B",
|
|
6326
6338
|
"contextWindow": 131072
|
|
6327
6339
|
},
|
|
6328
6340
|
{
|
|
@@ -9143,22 +9155,22 @@ const MODELS = {
|
|
|
9143
9155
|
{
|
|
9144
9156
|
"id": "grok-4-20-beta-0309-non-reasoning",
|
|
9145
9157
|
"name": "Grok 4.20 (Non-Reasoning)",
|
|
9146
|
-
"contextWindow":
|
|
9158
|
+
"contextWindow": 1000000
|
|
9147
9159
|
},
|
|
9148
9160
|
{
|
|
9149
9161
|
"id": "grok-4-20-non-reasoning",
|
|
9150
9162
|
"name": "Grok 4.20 (Non-Reasoning)",
|
|
9151
|
-
"contextWindow":
|
|
9163
|
+
"contextWindow": 1000000
|
|
9152
9164
|
},
|
|
9153
9165
|
{
|
|
9154
9166
|
"id": "grok-4-20-beta-0309-reasoning",
|
|
9155
9167
|
"name": "Grok 4.20 (Reasoning)",
|
|
9156
|
-
"contextWindow":
|
|
9168
|
+
"contextWindow": 1000000
|
|
9157
9169
|
},
|
|
9158
9170
|
{
|
|
9159
9171
|
"id": "grok-4-20-reasoning",
|
|
9160
9172
|
"name": "Grok 4.20 (Reasoning)",
|
|
9161
|
-
"contextWindow":
|
|
9173
|
+
"contextWindow": 1000000
|
|
9162
9174
|
},
|
|
9163
9175
|
{
|
|
9164
9176
|
"id": "grok-4-3",
|
|
@@ -9260,6 +9272,11 @@ const MODELS = {
|
|
|
9260
9272
|
"name": "MiniMax-M2.7-highspeed",
|
|
9261
9273
|
"contextWindow": 204800
|
|
9262
9274
|
},
|
|
9275
|
+
{
|
|
9276
|
+
"id": "minimax-m3",
|
|
9277
|
+
"name": "MiniMax-M3",
|
|
9278
|
+
"contextWindow": 512000
|
|
9279
|
+
},
|
|
9263
9280
|
{
|
|
9264
9281
|
"id": "mistral-large-latest",
|
|
9265
9282
|
"name": "Mistral Large (latest)",
|
|
@@ -9505,6 +9522,11 @@ const MODELS = {
|
|
|
9505
9522
|
"name": "Qwen3.7 Max",
|
|
9506
9523
|
"contextWindow": 1000000
|
|
9507
9524
|
},
|
|
9525
|
+
{
|
|
9526
|
+
"id": "qwen3.7-plus",
|
|
9527
|
+
"name": "Qwen3.7 Plus",
|
|
9528
|
+
"contextWindow": 1000000
|
|
9529
|
+
},
|
|
9508
9530
|
{
|
|
9509
9531
|
"id": "qwq-plus",
|
|
9510
9532
|
"name": "QwQ Plus",
|
|
@@ -9531,6 +9553,13 @@ const MODELS = {
|
|
|
9531
9553
|
"contextWindow": 256000
|
|
9532
9554
|
}
|
|
9533
9555
|
],
|
|
9556
|
+
"llmtr": [
|
|
9557
|
+
{
|
|
9558
|
+
"id": "qwen3-6-35b",
|
|
9559
|
+
"name": "Qwen3.6 35B-A3B",
|
|
9560
|
+
"contextWindow": 16384
|
|
9561
|
+
}
|
|
9562
|
+
],
|
|
9534
9563
|
"lmstudio": [
|
|
9535
9564
|
{
|
|
9536
9565
|
"id": "openai/gpt-oss-20b",
|
|
@@ -9966,7 +9995,7 @@ const MODELS = {
|
|
|
9966
9995
|
{
|
|
9967
9996
|
"id": "xai/grok-4.20-0309-reasoning",
|
|
9968
9997
|
"name": "Grok 4.20 (Reasoning)",
|
|
9969
|
-
"contextWindow":
|
|
9998
|
+
"contextWindow": 1000000
|
|
9970
9999
|
},
|
|
9971
10000
|
{
|
|
9972
10001
|
"id": "xai/grok-4.3",
|
|
@@ -12212,16 +12241,6 @@ const MODELS = {
|
|
|
12212
12241
|
"name": "ByteDance-Seed/Seed-OSS-36B-Instruct",
|
|
12213
12242
|
"contextWindow": 262000
|
|
12214
12243
|
},
|
|
12215
|
-
{
|
|
12216
|
-
"id": "deepseek-ai/deepseek-v3.1-terminus",
|
|
12217
|
-
"name": "DeepSeek V3.1 Terminus",
|
|
12218
|
-
"contextWindow": 128000
|
|
12219
|
-
},
|
|
12220
|
-
{
|
|
12221
|
-
"id": "deepseek-ai/deepseek-v3.2",
|
|
12222
|
-
"name": "DeepSeek V3.2",
|
|
12223
|
-
"contextWindow": 163840
|
|
12224
|
-
},
|
|
12225
12244
|
{
|
|
12226
12245
|
"id": "deepseek-ai/deepseek-v4-flash",
|
|
12227
12246
|
"name": "DeepSeek V4 Flash",
|
|
@@ -12232,11 +12251,6 @@ const MODELS = {
|
|
|
12232
12251
|
"name": "DeepSeek V4 Pro",
|
|
12233
12252
|
"contextWindow": 1048576
|
|
12234
12253
|
},
|
|
12235
|
-
{
|
|
12236
|
-
"id": "mistralai/devstral-2-123b-instruct-2512",
|
|
12237
|
-
"name": "Devstral-2-123B-Instruct-2512",
|
|
12238
|
-
"contextWindow": 262144
|
|
12239
|
-
},
|
|
12240
12254
|
{
|
|
12241
12255
|
"id": "abacusai/dracarys-llama-3_1-70b-instruct",
|
|
12242
12256
|
"name": "dracarys-llama-3.1-70b-instruct",
|
|
@@ -12257,21 +12271,11 @@ const MODELS = {
|
|
|
12257
12271
|
"name": "Gemma 3n E4b It",
|
|
12258
12272
|
"contextWindow": 128000
|
|
12259
12273
|
},
|
|
12260
|
-
{
|
|
12261
|
-
"id": "google/gemma-3-27b-it",
|
|
12262
|
-
"name": "Gemma-3-27B-IT",
|
|
12263
|
-
"contextWindow": 131072
|
|
12264
|
-
},
|
|
12265
12274
|
{
|
|
12266
12275
|
"id": "google/gemma-4-31b-it",
|
|
12267
12276
|
"name": "Gemma-4-31B-IT",
|
|
12268
12277
|
"contextWindow": 256000
|
|
12269
12278
|
},
|
|
12270
|
-
{
|
|
12271
|
-
"id": "z-ai/glm4.7",
|
|
12272
|
-
"name": "GLM-4.7",
|
|
12273
|
-
"contextWindow": 204800
|
|
12274
|
-
},
|
|
12275
12279
|
{
|
|
12276
12280
|
"id": "z-ai/glm-5.1",
|
|
12277
12281
|
"name": "GLM-5.1",
|
|
@@ -12283,18 +12287,13 @@ const MODELS = {
|
|
|
12283
12287
|
"contextWindow": 131072
|
|
12284
12288
|
},
|
|
12285
12289
|
{
|
|
12286
|
-
"id": "
|
|
12287
|
-
"name": "
|
|
12288
|
-
"contextWindow": 262144
|
|
12289
|
-
},
|
|
12290
|
-
{
|
|
12291
|
-
"id": "moonshotai/kimi-k2-instruct",
|
|
12292
|
-
"name": "Kimi K2 Instruct",
|
|
12290
|
+
"id": "openai/gpt-oss-120b",
|
|
12291
|
+
"name": "GPT-OSS-120B",
|
|
12293
12292
|
"contextWindow": 128000
|
|
12294
12293
|
},
|
|
12295
12294
|
{
|
|
12296
|
-
"id": "moonshotai/kimi-k2-
|
|
12297
|
-
"name": "Kimi K2
|
|
12295
|
+
"id": "moonshotai/kimi-k2-instruct-0905",
|
|
12296
|
+
"name": "Kimi K2 0905",
|
|
12298
12297
|
"contextWindow": 262144
|
|
12299
12298
|
},
|
|
12300
12299
|
{
|
|
@@ -12327,16 +12326,6 @@ const MODELS = {
|
|
|
12327
12326
|
"name": "Llama 3.3 70b Instruct",
|
|
12328
12327
|
"contextWindow": 128000
|
|
12329
12328
|
},
|
|
12330
|
-
{
|
|
12331
|
-
"id": "nvidia/llama-3_3-nemotron-super-49b-v1",
|
|
12332
|
-
"name": "Llama 3.3 Nemotron Super 49B v1",
|
|
12333
|
-
"contextWindow": 131072
|
|
12334
|
-
},
|
|
12335
|
-
{
|
|
12336
|
-
"id": "nvidia/llama-3_3-nemotron-super-49b-v1_5",
|
|
12337
|
-
"name": "Llama 3.3 Nemotron Super 49B v1.5",
|
|
12338
|
-
"contextWindow": 131072
|
|
12339
|
-
},
|
|
12340
12329
|
{
|
|
12341
12330
|
"id": "meta/llama-4-maverick-17b-128e-instruct",
|
|
12342
12331
|
"name": "Llama 4 Maverick 17b 128e Instruct",
|
|
@@ -12347,11 +12336,6 @@ const MODELS = {
|
|
|
12347
12336
|
"name": "Llama-3.2-90B-Vision-Instruct",
|
|
12348
12337
|
"contextWindow": 128000
|
|
12349
12338
|
},
|
|
12350
|
-
{
|
|
12351
|
-
"id": "minimaxai/minimax-m2.5",
|
|
12352
|
-
"name": "MiniMax-M2.5",
|
|
12353
|
-
"contextWindow": 204800
|
|
12354
|
-
},
|
|
12355
12339
|
{
|
|
12356
12340
|
"id": "minimaxai/minimax-m2.7",
|
|
12357
12341
|
"name": "MiniMax-M2.7",
|
|
@@ -12397,6 +12381,11 @@ const MODELS = {
|
|
|
12397
12381
|
"name": "Nemotron 3 Super",
|
|
12398
12382
|
"contextWindow": 262144
|
|
12399
12383
|
},
|
|
12384
|
+
{
|
|
12385
|
+
"id": "nvidia/nemotron-3-ultra-550b-a55b",
|
|
12386
|
+
"name": "Nemotron 3 Ultra 550B A55B",
|
|
12387
|
+
"contextWindow": 1000000
|
|
12388
|
+
},
|
|
12400
12389
|
{
|
|
12401
12390
|
"id": "nvidia/nemotron-3-nano-30b-a3b",
|
|
12402
12391
|
"name": "nemotron-3-nano-30b-a3b",
|
|
@@ -12437,11 +12426,6 @@ const MODELS = {
|
|
|
12437
12426
|
"name": "Qwen3-Next-80B-A3B-Instruct",
|
|
12438
12427
|
"contextWindow": 262144
|
|
12439
12428
|
},
|
|
12440
|
-
{
|
|
12441
|
-
"id": "qwen/qwen3-next-80b-a3b-thinking",
|
|
12442
|
-
"name": "Qwen3-Next-80B-A3B-Thinking",
|
|
12443
|
-
"contextWindow": 262144
|
|
12444
|
-
},
|
|
12445
12429
|
{
|
|
12446
12430
|
"id": "qwen/qwen3.5-122b-a10b",
|
|
12447
12431
|
"name": "Qwen3.5 122B-A10B",
|
|
@@ -12624,6 +12608,11 @@ const MODELS = {
|
|
|
12624
12608
|
"name": "nemotron-3-super",
|
|
12625
12609
|
"contextWindow": 262144
|
|
12626
12610
|
},
|
|
12611
|
+
{
|
|
12612
|
+
"id": "nemotron-3-ultra",
|
|
12613
|
+
"name": "nemotron-3-ultra",
|
|
12614
|
+
"contextWindow": 262144
|
|
12615
|
+
},
|
|
12627
12616
|
{
|
|
12628
12617
|
"id": "qwen3-coder-next",
|
|
12629
12618
|
"name": "qwen3-coder-next",
|
|
@@ -12873,6 +12862,11 @@ const MODELS = {
|
|
|
12873
12862
|
"name": "Big Pickle",
|
|
12874
12863
|
"contextWindow": 200000
|
|
12875
12864
|
},
|
|
12865
|
+
{
|
|
12866
|
+
"id": "claude-fable-5",
|
|
12867
|
+
"name": "Claude Fable 5",
|
|
12868
|
+
"contextWindow": 1000000
|
|
12869
|
+
},
|
|
12876
12870
|
{
|
|
12877
12871
|
"id": "claude-3-5-haiku",
|
|
12878
12872
|
"name": "Claude Haiku 3.5",
|
|
@@ -12933,6 +12927,11 @@ const MODELS = {
|
|
|
12933
12927
|
"name": "DeepSeek V4 Flash Free",
|
|
12934
12928
|
"contextWindow": 200000
|
|
12935
12929
|
},
|
|
12930
|
+
{
|
|
12931
|
+
"id": "deepseek-v4-pro",
|
|
12932
|
+
"name": "DeepSeek V4 Pro",
|
|
12933
|
+
"contextWindow": 1000000
|
|
12934
|
+
},
|
|
12936
12935
|
{
|
|
12937
12936
|
"id": "gemini-3-flash",
|
|
12938
12937
|
"name": "Gemini 3 Flash",
|
|
@@ -13173,6 +13172,11 @@ const MODELS = {
|
|
|
13173
13172
|
"name": "Nemotron 3 Ultra Free",
|
|
13174
13173
|
"contextWindow": 1000000
|
|
13175
13174
|
},
|
|
13175
|
+
{
|
|
13176
|
+
"id": "north-mini-code-free",
|
|
13177
|
+
"name": "North Mini Code Free",
|
|
13178
|
+
"contextWindow": 256000
|
|
13179
|
+
},
|
|
13176
13180
|
{
|
|
13177
13181
|
"id": "qwen3-coder",
|
|
13178
13182
|
"name": "Qwen3 Coder",
|
|
@@ -13317,6 +13321,16 @@ const MODELS = {
|
|
|
13317
13321
|
"name": "Claude 3.5 Haiku",
|
|
13318
13322
|
"contextWindow": 200000
|
|
13319
13323
|
},
|
|
13324
|
+
{
|
|
13325
|
+
"id": "anthropic/claude-fable-5",
|
|
13326
|
+
"name": "Claude Fable 5",
|
|
13327
|
+
"contextWindow": 1000000
|
|
13328
|
+
},
|
|
13329
|
+
{
|
|
13330
|
+
"id": "~anthropic/claude-fable-latest",
|
|
13331
|
+
"name": "Claude Fable Latest",
|
|
13332
|
+
"contextWindow": 1000000
|
|
13333
|
+
},
|
|
13320
13334
|
{
|
|
13321
13335
|
"id": "anthropic/claude-haiku-4.5",
|
|
13322
13336
|
"name": "Claude Haiku 4.5 (latest)",
|
|
@@ -13410,18 +13424,13 @@ const MODELS = {
|
|
|
13410
13424
|
{
|
|
13411
13425
|
"id": "deepseek/deepseek-chat-v3-0324",
|
|
13412
13426
|
"name": "DeepSeek V3 0324",
|
|
13413
|
-
"contextWindow":
|
|
13427
|
+
"contextWindow": 32768
|
|
13414
13428
|
},
|
|
13415
13429
|
{
|
|
13416
13430
|
"id": "deepseek/deepseek-chat-v3.1",
|
|
13417
13431
|
"name": "DeepSeek V3.1",
|
|
13418
13432
|
"contextWindow": 163840
|
|
13419
13433
|
},
|
|
13420
|
-
{
|
|
13421
|
-
"id": "nex-agi/deepseek-v3.1-nex-n1",
|
|
13422
|
-
"name": "DeepSeek V3.1 Nex N1",
|
|
13423
|
-
"contextWindow": 131072
|
|
13424
|
-
},
|
|
13425
13434
|
{
|
|
13426
13435
|
"id": "deepseek/deepseek-v3.1-terminus",
|
|
13427
13436
|
"name": "DeepSeek V3.1 Terminus",
|
|
@@ -13447,16 +13456,16 @@ const MODELS = {
|
|
|
13447
13456
|
"name": "DeepSeek V4 Pro",
|
|
13448
13457
|
"contextWindow": 1048576
|
|
13449
13458
|
},
|
|
13459
|
+
{
|
|
13460
|
+
"id": "deepseek/deepseek-r1",
|
|
13461
|
+
"name": "DeepSeek-R1",
|
|
13462
|
+
"contextWindow": 64000
|
|
13463
|
+
},
|
|
13450
13464
|
{
|
|
13451
13465
|
"id": "mistralai/devstral-2512",
|
|
13452
13466
|
"name": "Devstral 2",
|
|
13453
13467
|
"contextWindow": 262144
|
|
13454
13468
|
},
|
|
13455
|
-
{
|
|
13456
|
-
"id": "baidu/ernie-4.5-vl-28b-a3b",
|
|
13457
|
-
"name": "ERNIE 4.5 VL 28B A3B",
|
|
13458
|
-
"contextWindow": 30000
|
|
13459
|
-
},
|
|
13460
13469
|
{
|
|
13461
13470
|
"id": "openrouter/free",
|
|
13462
13471
|
"name": "Free Models Router",
|
|
@@ -13550,17 +13559,7 @@ const MODELS = {
|
|
|
13550
13559
|
{
|
|
13551
13560
|
"id": "google/gemma-4-31b-it",
|
|
13552
13561
|
"name": "Gemma 4 31B IT",
|
|
13553
|
-
"contextWindow":
|
|
13554
|
-
},
|
|
13555
|
-
{
|
|
13556
|
-
"id": "z-ai/glm-4-32b",
|
|
13557
|
-
"name": "GLM 4 32B ",
|
|
13558
|
-
"contextWindow": 128000
|
|
13559
|
-
},
|
|
13560
|
-
{
|
|
13561
|
-
"id": "z-ai/glm-4.5-air:free",
|
|
13562
|
-
"name": "GLM 4.5 Air (free)",
|
|
13563
|
-
"contextWindow": 131072
|
|
13562
|
+
"contextWindow": 256000
|
|
13564
13563
|
},
|
|
13565
13564
|
{
|
|
13566
13565
|
"id": "z-ai/glm-4.5",
|
|
@@ -13605,18 +13604,13 @@ const MODELS = {
|
|
|
13605
13604
|
{
|
|
13606
13605
|
"id": "z-ai/glm-5-turbo",
|
|
13607
13606
|
"name": "GLM-5-Turbo",
|
|
13608
|
-
"contextWindow":
|
|
13607
|
+
"contextWindow": 262144
|
|
13609
13608
|
},
|
|
13610
13609
|
{
|
|
13611
13610
|
"id": "z-ai/glm-5.1",
|
|
13612
13611
|
"name": "GLM-5.1",
|
|
13613
13612
|
"contextWindow": 202752
|
|
13614
13613
|
},
|
|
13615
|
-
{
|
|
13616
|
-
"id": "z-ai/glm-5v-turbo",
|
|
13617
|
-
"name": "GLM-5V-Turbo",
|
|
13618
|
-
"contextWindow": 202752
|
|
13619
|
-
},
|
|
13620
13614
|
{
|
|
13621
13615
|
"id": "~google/gemini-flash-latest",
|
|
13622
13616
|
"name": "Google Gemini Flash Latest",
|
|
@@ -13667,11 +13661,6 @@ const MODELS = {
|
|
|
13667
13661
|
"name": "GPT-4 Turbo",
|
|
13668
13662
|
"contextWindow": 128000
|
|
13669
13663
|
},
|
|
13670
|
-
{
|
|
13671
|
-
"id": "openai/gpt-4-1106-preview",
|
|
13672
|
-
"name": "GPT-4 Turbo (older v1106)",
|
|
13673
|
-
"contextWindow": 128000
|
|
13674
|
-
},
|
|
13675
13664
|
{
|
|
13676
13665
|
"id": "openai/gpt-4-turbo-preview",
|
|
13677
13666
|
"name": "GPT-4 Turbo Preview",
|
|
@@ -13920,12 +13909,7 @@ const MODELS = {
|
|
|
13920
13909
|
{
|
|
13921
13910
|
"id": "moonshotai/kimi-k2.6",
|
|
13922
13911
|
"name": "Kimi K2.6",
|
|
13923
|
-
"contextWindow":
|
|
13924
|
-
},
|
|
13925
|
-
{
|
|
13926
|
-
"id": "moonshotai/kimi-k2.6:free",
|
|
13927
|
-
"name": "Kimi K2.6 (free)",
|
|
13928
|
-
"contextWindow": 262144
|
|
13912
|
+
"contextWindow": 262142
|
|
13929
13913
|
},
|
|
13930
13914
|
{
|
|
13931
13915
|
"id": "poolside/laguna-m.1:free",
|
|
@@ -13969,7 +13953,7 @@ const MODELS = {
|
|
|
13969
13953
|
},
|
|
13970
13954
|
{
|
|
13971
13955
|
"id": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
13972
|
-
"name": "Llama 3.3 Nemotron Super 49B
|
|
13956
|
+
"name": "Llama 3.3 Nemotron Super 49B v1.5",
|
|
13973
13957
|
"contextWindow": 131072
|
|
13974
13958
|
},
|
|
13975
13959
|
{
|
|
@@ -14030,7 +14014,7 @@ const MODELS = {
|
|
|
14030
14014
|
{
|
|
14031
14015
|
"id": "minimax/minimax-m2.7",
|
|
14032
14016
|
"name": "MiniMax-M2.7",
|
|
14033
|
-
"contextWindow":
|
|
14017
|
+
"contextWindow": 204800
|
|
14034
14018
|
},
|
|
14035
14019
|
{
|
|
14036
14020
|
"id": "minimax/minimax-m3",
|
|
@@ -14105,7 +14089,7 @@ const MODELS = {
|
|
|
14105
14089
|
{
|
|
14106
14090
|
"id": "~moonshotai/kimi-latest",
|
|
14107
14091
|
"name": "MoonshotAI Kimi Latest",
|
|
14108
|
-
"contextWindow":
|
|
14092
|
+
"contextWindow": 262142
|
|
14109
14093
|
},
|
|
14110
14094
|
{
|
|
14111
14095
|
"id": "nvidia/nemotron-3-nano-30b-a3b",
|
|
@@ -14122,19 +14106,14 @@ const MODELS = {
|
|
|
14122
14106
|
"name": "Nemotron 3 Nano Omni (free)",
|
|
14123
14107
|
"contextWindow": 256000
|
|
14124
14108
|
},
|
|
14125
|
-
{
|
|
14126
|
-
"id": "nvidia/nemotron-3-super-120b-a12b",
|
|
14127
|
-
"name": "Nemotron 3 Super",
|
|
14128
|
-
"contextWindow": 262144
|
|
14129
|
-
},
|
|
14130
14109
|
{
|
|
14131
14110
|
"id": "nvidia/nemotron-3-super-120b-a12b:free",
|
|
14132
14111
|
"name": "Nemotron 3 Super (free)",
|
|
14133
14112
|
"contextWindow": 262144
|
|
14134
14113
|
},
|
|
14135
14114
|
{
|
|
14136
|
-
"id": "nvidia/nemotron-3-
|
|
14137
|
-
"name": "Nemotron 3
|
|
14115
|
+
"id": "nvidia/nemotron-3-super-120b-a12b",
|
|
14116
|
+
"name": "Nemotron 3 Super 120B A12B",
|
|
14138
14117
|
"contextWindow": 262144
|
|
14139
14118
|
},
|
|
14140
14119
|
{
|
|
@@ -14142,6 +14121,11 @@ const MODELS = {
|
|
|
14142
14121
|
"name": "Nemotron 3 Ultra (free)",
|
|
14143
14122
|
"contextWindow": 1000000
|
|
14144
14123
|
},
|
|
14124
|
+
{
|
|
14125
|
+
"id": "nvidia/nemotron-3-ultra-550b-a55b",
|
|
14126
|
+
"name": "Nemotron 3 Ultra 550B A55B",
|
|
14127
|
+
"contextWindow": 262144
|
|
14128
|
+
},
|
|
14145
14129
|
{
|
|
14146
14130
|
"id": "nvidia/nemotron-nano-12b-v2-vl:free",
|
|
14147
14131
|
"name": "Nemotron Nano 12B 2 VL (free)",
|
|
@@ -14149,7 +14133,7 @@ const MODELS = {
|
|
|
14149
14133
|
},
|
|
14150
14134
|
{
|
|
14151
14135
|
"id": "nvidia/nemotron-nano-9b-v2",
|
|
14152
|
-
"name": "Nemotron Nano 9B
|
|
14136
|
+
"name": "Nemotron Nano 9B v2",
|
|
14153
14137
|
"contextWindow": 131072
|
|
14154
14138
|
},
|
|
14155
14139
|
{
|
|
@@ -14157,6 +14141,11 @@ const MODELS = {
|
|
|
14157
14141
|
"name": "Nemotron Nano 9B V2 (free)",
|
|
14158
14142
|
"contextWindow": 128000
|
|
14159
14143
|
},
|
|
14144
|
+
{
|
|
14145
|
+
"id": "nex-agi/nex-n2-pro:free",
|
|
14146
|
+
"name": "Nex-N2-Pro (free)",
|
|
14147
|
+
"contextWindow": 262144
|
|
14148
|
+
},
|
|
14160
14149
|
{
|
|
14161
14150
|
"id": "amazon/nova-2-lite-v1",
|
|
14162
14151
|
"name": "Nova 2 Lite",
|
|
@@ -14242,6 +14231,11 @@ const MODELS = {
|
|
|
14242
14231
|
"name": "Owl Alpha",
|
|
14243
14232
|
"contextWindow": 1048756
|
|
14244
14233
|
},
|
|
14234
|
+
{
|
|
14235
|
+
"id": "qwen/qwen-plus",
|
|
14236
|
+
"name": "Qwen Plus",
|
|
14237
|
+
"contextWindow": 1000000
|
|
14238
|
+
},
|
|
14245
14239
|
{
|
|
14246
14240
|
"id": "qwen/qwen-plus-2025-07-28",
|
|
14247
14241
|
"name": "Qwen Plus 0728",
|
|
@@ -14252,11 +14246,6 @@ const MODELS = {
|
|
|
14252
14246
|
"name": "Qwen Plus 0728 (thinking)",
|
|
14253
14247
|
"contextWindow": 1000000
|
|
14254
14248
|
},
|
|
14255
|
-
{
|
|
14256
|
-
"id": "qwen/qwen-plus",
|
|
14257
|
-
"name": "Qwen-Plus",
|
|
14258
|
-
"contextWindow": 1000000
|
|
14259
|
-
},
|
|
14260
14249
|
{
|
|
14261
14250
|
"id": "qwen/qwen-2.5-72b-instruct",
|
|
14262
14251
|
"name": "Qwen2.5 72B Instruct",
|
|
@@ -14267,11 +14256,6 @@ const MODELS = {
|
|
|
14267
14256
|
"name": "Qwen3 14B",
|
|
14268
14257
|
"contextWindow": 40960
|
|
14269
14258
|
},
|
|
14270
|
-
{
|
|
14271
|
-
"id": "qwen/qwen3-235b-a22b",
|
|
14272
|
-
"name": "Qwen3 235B A22B",
|
|
14273
|
-
"contextWindow": 131072
|
|
14274
|
-
},
|
|
14275
14259
|
{
|
|
14276
14260
|
"id": "qwen/qwen3-235b-a22b-2507",
|
|
14277
14261
|
"name": "Qwen3 235B A22B Instruct 2507",
|
|
@@ -14282,6 +14266,11 @@ const MODELS = {
|
|
|
14282
14266
|
"name": "Qwen3 235B A22B Thinking 2507",
|
|
14283
14267
|
"contextWindow": 262144
|
|
14284
14268
|
},
|
|
14269
|
+
{
|
|
14270
|
+
"id": "qwen/qwen3-235b-a22b",
|
|
14271
|
+
"name": "Qwen3 235B-A22B",
|
|
14272
|
+
"contextWindow": 131072
|
|
14273
|
+
},
|
|
14285
14274
|
{
|
|
14286
14275
|
"id": "qwen/qwen3-30b-a3b",
|
|
14287
14276
|
"name": "Qwen3 30B A3B",
|
|
@@ -14307,11 +14296,6 @@ const MODELS = {
|
|
|
14307
14296
|
"name": "Qwen3 8B",
|
|
14308
14297
|
"contextWindow": 40960
|
|
14309
14298
|
},
|
|
14310
|
-
{
|
|
14311
|
-
"id": "qwen/qwen3-coder-30b-a3b-instruct",
|
|
14312
|
-
"name": "Qwen3 Coder 30B A3B Instruct",
|
|
14313
|
-
"contextWindow": 160000
|
|
14314
|
-
},
|
|
14315
14299
|
{
|
|
14316
14300
|
"id": "qwen/qwen3-coder",
|
|
14317
14301
|
"name": "Qwen3 Coder 480B A35B",
|
|
@@ -14347,21 +14331,11 @@ const MODELS = {
|
|
|
14347
14331
|
"name": "Qwen3 Max Thinking",
|
|
14348
14332
|
"contextWindow": 262144
|
|
14349
14333
|
},
|
|
14350
|
-
{
|
|
14351
|
-
"id": "qwen/qwen3-next-80b-a3b-instruct",
|
|
14352
|
-
"name": "Qwen3 Next 80B A3B Instruct",
|
|
14353
|
-
"contextWindow": 262144
|
|
14354
|
-
},
|
|
14355
14334
|
{
|
|
14356
14335
|
"id": "qwen/qwen3-next-80b-a3b-instruct:free",
|
|
14357
14336
|
"name": "Qwen3 Next 80B A3B Instruct (free)",
|
|
14358
14337
|
"contextWindow": 262144
|
|
14359
14338
|
},
|
|
14360
|
-
{
|
|
14361
|
-
"id": "qwen/qwen3-next-80b-a3b-thinking",
|
|
14362
|
-
"name": "Qwen3 Next 80B A3B Thinking",
|
|
14363
|
-
"contextWindow": 131072
|
|
14364
|
-
},
|
|
14365
14339
|
{
|
|
14366
14340
|
"id": "qwen/qwen3-vl-235b-a22b-instruct",
|
|
14367
14341
|
"name": "Qwen3 VL 235B A22B Instruct",
|
|
@@ -14398,35 +14372,50 @@ const MODELS = {
|
|
|
14398
14372
|
"contextWindow": 131072
|
|
14399
14373
|
},
|
|
14400
14374
|
{
|
|
14401
|
-
"id": "qwen/qwen3
|
|
14402
|
-
"name": "Qwen3
|
|
14403
|
-
"contextWindow":
|
|
14375
|
+
"id": "qwen/qwen3-coder-30b-a3b-instruct",
|
|
14376
|
+
"name": "Qwen3-Coder 30B-A3B Instruct",
|
|
14377
|
+
"contextWindow": 160000
|
|
14404
14378
|
},
|
|
14405
14379
|
{
|
|
14406
|
-
"id": "qwen/qwen3
|
|
14407
|
-
"name": "Qwen3
|
|
14408
|
-
"contextWindow":
|
|
14380
|
+
"id": "qwen/qwen3-next-80b-a3b-thinking",
|
|
14381
|
+
"name": "Qwen3-Next 80B-A3B (Thinking)",
|
|
14382
|
+
"contextWindow": 131072
|
|
14409
14383
|
},
|
|
14410
14384
|
{
|
|
14411
|
-
"id": "qwen/qwen3
|
|
14412
|
-
"name": "Qwen3
|
|
14413
|
-
"contextWindow":
|
|
14385
|
+
"id": "qwen/qwen3-next-80b-a3b-instruct",
|
|
14386
|
+
"name": "Qwen3-Next 80B-A3B Instruct",
|
|
14387
|
+
"contextWindow": 262144
|
|
14414
14388
|
},
|
|
14415
14389
|
{
|
|
14416
14390
|
"id": "qwen/qwen3.5-122b-a10b",
|
|
14417
|
-
"name": "Qwen3.5
|
|
14391
|
+
"name": "Qwen3.5 122B-A10B",
|
|
14418
14392
|
"contextWindow": 262144
|
|
14419
14393
|
},
|
|
14420
14394
|
{
|
|
14421
14395
|
"id": "qwen/qwen3.5-27b",
|
|
14422
|
-
"name": "Qwen3.5
|
|
14396
|
+
"name": "Qwen3.5 27B",
|
|
14423
14397
|
"contextWindow": 262144
|
|
14424
14398
|
},
|
|
14425
14399
|
{
|
|
14426
14400
|
"id": "qwen/qwen3.5-35b-a3b",
|
|
14427
|
-
"name": "Qwen3.5
|
|
14401
|
+
"name": "Qwen3.5 35B-A3B",
|
|
14402
|
+
"contextWindow": 262144
|
|
14403
|
+
},
|
|
14404
|
+
{
|
|
14405
|
+
"id": "qwen/qwen3.5-397b-a17b",
|
|
14406
|
+
"name": "Qwen3.5 397B-A17B",
|
|
14428
14407
|
"contextWindow": 262144
|
|
14429
14408
|
},
|
|
14409
|
+
{
|
|
14410
|
+
"id": "qwen/qwen3.5-plus-02-15",
|
|
14411
|
+
"name": "Qwen3.5 Plus 2026-02-15",
|
|
14412
|
+
"contextWindow": 1000000
|
|
14413
|
+
},
|
|
14414
|
+
{
|
|
14415
|
+
"id": "qwen/qwen3.5-plus-20260420",
|
|
14416
|
+
"name": "Qwen3.5 Plus 2026-04-20",
|
|
14417
|
+
"contextWindow": 1000000
|
|
14418
|
+
},
|
|
14430
14419
|
{
|
|
14431
14420
|
"id": "qwen/qwen3.5-9b",
|
|
14432
14421
|
"name": "Qwen3.5-9B",
|
|
@@ -14440,11 +14429,11 @@ const MODELS = {
|
|
|
14440
14429
|
{
|
|
14441
14430
|
"id": "qwen/qwen3.6-27b",
|
|
14442
14431
|
"name": "Qwen3.6 27B",
|
|
14443
|
-
"contextWindow":
|
|
14432
|
+
"contextWindow": 131072
|
|
14444
14433
|
},
|
|
14445
14434
|
{
|
|
14446
14435
|
"id": "qwen/qwen3.6-35b-a3b",
|
|
14447
|
-
"name": "Qwen3.6 35B
|
|
14436
|
+
"name": "Qwen3.6 35B-A3B",
|
|
14448
14437
|
"contextWindow": 262140
|
|
14449
14438
|
},
|
|
14450
14439
|
{
|
|
@@ -14472,11 +14461,6 @@ const MODELS = {
|
|
|
14472
14461
|
"name": "Qwen3.7 Plus",
|
|
14473
14462
|
"contextWindow": 1000000
|
|
14474
14463
|
},
|
|
14475
|
-
{
|
|
14476
|
-
"id": "deepseek/deepseek-r1",
|
|
14477
|
-
"name": "R1",
|
|
14478
|
-
"contextWindow": 64000
|
|
14479
|
-
},
|
|
14480
14464
|
{
|
|
14481
14465
|
"id": "deepseek/deepseek-r1-0528",
|
|
14482
14466
|
"name": "R1 0528",
|
|
@@ -18194,6 +18178,11 @@ const MODELS = {
|
|
|
18194
18178
|
}
|
|
18195
18179
|
],
|
|
18196
18180
|
"venice": [
|
|
18181
|
+
{
|
|
18182
|
+
"id": "claude-fable-5",
|
|
18183
|
+
"name": "Claude Fable 5",
|
|
18184
|
+
"contextWindow": 1000000
|
|
18185
|
+
},
|
|
18197
18186
|
{
|
|
18198
18187
|
"id": "claude-opus-4-5",
|
|
18199
18188
|
"name": "Claude Opus 4.5",
|
|
@@ -18394,6 +18383,11 @@ const MODELS = {
|
|
|
18394
18383
|
"name": "Grok Build 0.1",
|
|
18395
18384
|
"contextWindow": 256000
|
|
18396
18385
|
},
|
|
18386
|
+
{
|
|
18387
|
+
"id": "tencent-hy3-preview",
|
|
18388
|
+
"name": "Hy3 Preview",
|
|
18389
|
+
"contextWindow": 256000
|
|
18390
|
+
},
|
|
18397
18391
|
{
|
|
18398
18392
|
"id": "kimi-k2-5",
|
|
18399
18393
|
"name": "Kimi K2.5",
|
|
@@ -18454,6 +18448,11 @@ const MODELS = {
|
|
|
18454
18448
|
"name": "NVIDIA Nemotron 3 Nano 30B",
|
|
18455
18449
|
"contextWindow": 128000
|
|
18456
18450
|
},
|
|
18451
|
+
{
|
|
18452
|
+
"id": "nvidia-nemotron-3-ultra-550b-a55b",
|
|
18453
|
+
"name": "NVIDIA Nemotron 3 Ultra",
|
|
18454
|
+
"contextWindow": 256000
|
|
18455
|
+
},
|
|
18457
18456
|
{
|
|
18458
18457
|
"id": "openai-gpt-oss-120b",
|
|
18459
18458
|
"name": "OpenAI GPT OSS 120B",
|
|
@@ -18537,9 +18536,9 @@ const MODELS = {
|
|
|
18537
18536
|
],
|
|
18538
18537
|
"vercel": [
|
|
18539
18538
|
{
|
|
18540
|
-
"id": "anthropic/claude-
|
|
18541
|
-
"name": "Claude
|
|
18542
|
-
"contextWindow":
|
|
18539
|
+
"id": "anthropic/claude-fable-5",
|
|
18540
|
+
"name": "Claude Fable 5",
|
|
18541
|
+
"contextWindow": 1000000
|
|
18543
18542
|
},
|
|
18544
18543
|
{
|
|
18545
18544
|
"id": "anthropic/claude-3-haiku",
|
|
@@ -18556,11 +18555,6 @@ const MODELS = {
|
|
|
18556
18555
|
"name": "Claude Haiku 4.5",
|
|
18557
18556
|
"contextWindow": 200000
|
|
18558
18557
|
},
|
|
18559
|
-
{
|
|
18560
|
-
"id": "anthropic/claude-3-opus",
|
|
18561
|
-
"name": "Claude Opus 3",
|
|
18562
|
-
"contextWindow": 200000
|
|
18563
|
-
},
|
|
18564
18558
|
{
|
|
18565
18559
|
"id": "anthropic/claude-opus-4",
|
|
18566
18560
|
"name": "Claude Opus 4",
|
|
@@ -18591,16 +18585,6 @@ const MODELS = {
|
|
|
18591
18585
|
"name": "Claude Opus 4.8",
|
|
18592
18586
|
"contextWindow": 1000000
|
|
18593
18587
|
},
|
|
18594
|
-
{
|
|
18595
|
-
"id": "anthropic/claude-3.5-sonnet",
|
|
18596
|
-
"name": "Claude Sonnet 3.5 v2",
|
|
18597
|
-
"contextWindow": 200000
|
|
18598
|
-
},
|
|
18599
|
-
{
|
|
18600
|
-
"id": "anthropic/claude-3.7-sonnet",
|
|
18601
|
-
"name": "Claude Sonnet 3.7",
|
|
18602
|
-
"contextWindow": 200000
|
|
18603
|
-
},
|
|
18604
18588
|
{
|
|
18605
18589
|
"id": "anthropic/claude-sonnet-4",
|
|
18606
18590
|
"name": "Claude Sonnet 4",
|
|
@@ -18621,11 +18605,6 @@ const MODELS = {
|
|
|
18621
18605
|
"name": "Codestral (latest)",
|
|
18622
18606
|
"contextWindow": 256000
|
|
18623
18607
|
},
|
|
18624
|
-
{
|
|
18625
|
-
"id": "openai/codex-mini",
|
|
18626
|
-
"name": "Codex Mini",
|
|
18627
|
-
"contextWindow": 200000
|
|
18628
|
-
},
|
|
18629
18608
|
{
|
|
18630
18609
|
"id": "cohere/command-a",
|
|
18631
18610
|
"name": "Command A",
|
|
@@ -18641,11 +18620,6 @@ const MODELS = {
|
|
|
18641
18620
|
"name": "DeepSeek V3.1 Terminus",
|
|
18642
18621
|
"contextWindow": 131072
|
|
18643
18622
|
},
|
|
18644
|
-
{
|
|
18645
|
-
"id": "deepseek/deepseek-v3.2-exp",
|
|
18646
|
-
"name": "DeepSeek V3.2 Exp",
|
|
18647
|
-
"contextWindow": 163840
|
|
18648
|
-
},
|
|
18649
18623
|
{
|
|
18650
18624
|
"id": "deepseek/deepseek-v3.2-thinking",
|
|
18651
18625
|
"name": "DeepSeek V3.2 Thinking",
|
|
@@ -18686,16 +18660,6 @@ const MODELS = {
|
|
|
18686
18660
|
"name": "Devstral Small 2",
|
|
18687
18661
|
"contextWindow": 256000
|
|
18688
18662
|
},
|
|
18689
|
-
{
|
|
18690
|
-
"id": "google/gemini-2.0-flash",
|
|
18691
|
-
"name": "Gemini 2.0 Flash",
|
|
18692
|
-
"contextWindow": 1048576
|
|
18693
|
-
},
|
|
18694
|
-
{
|
|
18695
|
-
"id": "google/gemini-2.0-flash-lite",
|
|
18696
|
-
"name": "Gemini 2.0 Flash-Lite",
|
|
18697
|
-
"contextWindow": 1048576
|
|
18698
|
-
},
|
|
18699
18663
|
{
|
|
18700
18664
|
"id": "google/gemini-2.5-flash",
|
|
18701
18665
|
"name": "Gemini 2.5 Flash",
|
|
@@ -18706,16 +18670,6 @@ const MODELS = {
|
|
|
18706
18670
|
"name": "Gemini 2.5 Flash Lite",
|
|
18707
18671
|
"contextWindow": 1048576
|
|
18708
18672
|
},
|
|
18709
|
-
{
|
|
18710
|
-
"id": "google/gemini-2.5-flash-lite-preview-09-2025",
|
|
18711
|
-
"name": "Gemini 2.5 Flash Lite Preview 09-25",
|
|
18712
|
-
"contextWindow": 1048576
|
|
18713
|
-
},
|
|
18714
|
-
{
|
|
18715
|
-
"id": "google/gemini-2.5-flash-preview-09-2025",
|
|
18716
|
-
"name": "Gemini 2.5 Flash Preview 09-25",
|
|
18717
|
-
"contextWindow": 1048576
|
|
18718
|
-
},
|
|
18719
18673
|
{
|
|
18720
18674
|
"id": "google/gemini-2.5-pro",
|
|
18721
18675
|
"name": "Gemini 2.5 Pro",
|
|
@@ -18764,7 +18718,7 @@ const MODELS = {
|
|
|
18764
18718
|
{
|
|
18765
18719
|
"id": "zai/glm-4.5",
|
|
18766
18720
|
"name": "GLM 4.5",
|
|
18767
|
-
"contextWindow":
|
|
18721
|
+
"contextWindow": 128000
|
|
18768
18722
|
},
|
|
18769
18723
|
{
|
|
18770
18724
|
"id": "zai/glm-4.5-air",
|
|
@@ -18784,7 +18738,7 @@ const MODELS = {
|
|
|
18784
18738
|
{
|
|
18785
18739
|
"id": "zai/glm-4.7",
|
|
18786
18740
|
"name": "GLM 4.7",
|
|
18787
|
-
"contextWindow":
|
|
18741
|
+
"contextWindow": 131000
|
|
18788
18742
|
},
|
|
18789
18743
|
{
|
|
18790
18744
|
"id": "zai/glm-4.7-flash",
|
|
@@ -18804,7 +18758,7 @@ const MODELS = {
|
|
|
18804
18758
|
{
|
|
18805
18759
|
"id": "zai/glm-5.1",
|
|
18806
18760
|
"name": "GLM 5.1",
|
|
18807
|
-
"contextWindow":
|
|
18761
|
+
"contextWindow": 202800
|
|
18808
18762
|
},
|
|
18809
18763
|
{
|
|
18810
18764
|
"id": "zai/glm-5v-turbo",
|
|
@@ -18986,20 +18940,15 @@ const MODELS = {
|
|
|
18986
18940
|
"name": "gpt-oss-safeguard-20b",
|
|
18987
18941
|
"contextWindow": 131072
|
|
18988
18942
|
},
|
|
18989
|
-
{
|
|
18990
|
-
"id": "xai/grok-4-fast-reasoning",
|
|
18991
|
-
"name": "Grok 4 Fast Reasoning",
|
|
18992
|
-
"contextWindow": 2000000
|
|
18993
|
-
},
|
|
18994
18943
|
{
|
|
18995
18944
|
"id": "xai/grok-4.1-fast-non-reasoning",
|
|
18996
18945
|
"name": "Grok 4.1 Fast Non-Reasoning",
|
|
18997
|
-
"contextWindow":
|
|
18946
|
+
"contextWindow": 1000000
|
|
18998
18947
|
},
|
|
18999
18948
|
{
|
|
19000
18949
|
"id": "xai/grok-4.1-fast-reasoning",
|
|
19001
18950
|
"name": "Grok 4.1 Fast Reasoning",
|
|
19002
|
-
"contextWindow":
|
|
18951
|
+
"contextWindow": 1000000
|
|
19003
18952
|
},
|
|
19004
18953
|
{
|
|
19005
18954
|
"id": "xai/grok-4.20-non-reasoning-beta",
|
|
@@ -19041,11 +18990,6 @@ const MODELS = {
|
|
|
19041
18990
|
"name": "Grok Build 0.1",
|
|
19042
18991
|
"contextWindow": 256000
|
|
19043
18992
|
},
|
|
19044
|
-
{
|
|
19045
|
-
"id": "prime-intellect/intellect-3",
|
|
19046
|
-
"name": "INTELLECT 3",
|
|
19047
|
-
"contextWindow": 131072
|
|
19048
|
-
},
|
|
19049
18993
|
{
|
|
19050
18994
|
"id": "kwaipilot/kat-coder-pro-v2",
|
|
19051
18995
|
"name": "Kat Coder Pro V2",
|
|
@@ -19059,7 +19003,7 @@ const MODELS = {
|
|
|
19059
19003
|
{
|
|
19060
19004
|
"id": "moonshotai/kimi-k2-thinking",
|
|
19061
19005
|
"name": "Kimi K2 Thinking",
|
|
19062
|
-
"contextWindow":
|
|
19006
|
+
"contextWindow": 262114
|
|
19063
19007
|
},
|
|
19064
19008
|
{
|
|
19065
19009
|
"id": "moonshotai/kimi-k2-thinking-turbo",
|
|
@@ -19074,7 +19018,7 @@ const MODELS = {
|
|
|
19074
19018
|
{
|
|
19075
19019
|
"id": "moonshotai/kimi-k2.5",
|
|
19076
19020
|
"name": "Kimi K2.5",
|
|
19077
|
-
"contextWindow":
|
|
19021
|
+
"contextWindow": 262114
|
|
19078
19022
|
},
|
|
19079
19023
|
{
|
|
19080
19024
|
"id": "moonshotai/kimi-k2.6",
|
|
@@ -19084,12 +19028,12 @@ const MODELS = {
|
|
|
19084
19028
|
{
|
|
19085
19029
|
"id": "meta/llama-3.1-70b",
|
|
19086
19030
|
"name": "Llama 3.1 70B Instruct",
|
|
19087
|
-
"contextWindow":
|
|
19031
|
+
"contextWindow": 128000
|
|
19088
19032
|
},
|
|
19089
19033
|
{
|
|
19090
19034
|
"id": "meta/llama-3.1-8b",
|
|
19091
19035
|
"name": "Llama 3.1 8B Instruct",
|
|
19092
|
-
"contextWindow":
|
|
19036
|
+
"contextWindow": 128000
|
|
19093
19037
|
},
|
|
19094
19038
|
{
|
|
19095
19039
|
"id": "meta/llama-3.2-11b",
|
|
@@ -19121,11 +19065,6 @@ const MODELS = {
|
|
|
19121
19065
|
"name": "LongCat Flash Chat",
|
|
19122
19066
|
"contextWindow": 128000
|
|
19123
19067
|
},
|
|
19124
|
-
{
|
|
19125
|
-
"id": "meituan/longcat-flash-thinking",
|
|
19126
|
-
"name": "LongCat Flash Thinking",
|
|
19127
|
-
"contextWindow": 128000
|
|
19128
|
-
},
|
|
19129
19068
|
{
|
|
19130
19069
|
"id": "mistral/magistral-medium",
|
|
19131
19070
|
"name": "Magistral Medium (latest)",
|
|
@@ -19141,6 +19080,11 @@ const MODELS = {
|
|
|
19141
19080
|
"name": "Mercury 2",
|
|
19142
19081
|
"contextWindow": 128000
|
|
19143
19082
|
},
|
|
19083
|
+
{
|
|
19084
|
+
"id": "inception/mercury-coder-small",
|
|
19085
|
+
"name": "Mercury Coder Small Beta",
|
|
19086
|
+
"contextWindow": 32000
|
|
19087
|
+
},
|
|
19144
19088
|
{
|
|
19145
19089
|
"id": "xiaomi/mimo-v2.5",
|
|
19146
19090
|
"name": "MiMo M2.5",
|
|
@@ -19164,7 +19108,7 @@ const MODELS = {
|
|
|
19164
19108
|
{
|
|
19165
19109
|
"id": "minimax/minimax-m2",
|
|
19166
19110
|
"name": "MiniMax M2",
|
|
19167
|
-
"contextWindow":
|
|
19111
|
+
"contextWindow": 205000
|
|
19168
19112
|
},
|
|
19169
19113
|
{
|
|
19170
19114
|
"id": "minimax/minimax-m2.1",
|
|
@@ -19183,7 +19127,8 @@ const MODELS = {
|
|
|
19183
19127
|
},
|
|
19184
19128
|
{
|
|
19185
19129
|
"id": "minimax/minimax-m2.5-highspeed",
|
|
19186
|
-
"name": "MiniMax M2.5 High Speed"
|
|
19130
|
+
"name": "MiniMax M2.5 High Speed",
|
|
19131
|
+
"contextWindow": 204800
|
|
19187
19132
|
},
|
|
19188
19133
|
{
|
|
19189
19134
|
"id": "minimax/minimax-m2.7",
|
|
@@ -19195,6 +19140,11 @@ const MODELS = {
|
|
|
19195
19140
|
"name": "MiniMax M2.7 High Speed",
|
|
19196
19141
|
"contextWindow": 204800
|
|
19197
19142
|
},
|
|
19143
|
+
{
|
|
19144
|
+
"id": "minimax/minimax-m3",
|
|
19145
|
+
"name": "MiniMax M3",
|
|
19146
|
+
"contextWindow": 1000000
|
|
19147
|
+
},
|
|
19198
19148
|
{
|
|
19199
19149
|
"id": "mistral/ministral-3b",
|
|
19200
19150
|
"name": "Ministral 3B (latest)",
|
|
@@ -19218,7 +19168,7 @@ const MODELS = {
|
|
|
19218
19168
|
{
|
|
19219
19169
|
"id": "mistral/mistral-nemo",
|
|
19220
19170
|
"name": "Mistral Nemo",
|
|
19221
|
-
"contextWindow":
|
|
19171
|
+
"contextWindow": 131072
|
|
19222
19172
|
},
|
|
19223
19173
|
{
|
|
19224
19174
|
"id": "mistral/mistral-small",
|
|
@@ -19226,9 +19176,9 @@ const MODELS = {
|
|
|
19226
19176
|
"contextWindow": 256000
|
|
19227
19177
|
},
|
|
19228
19178
|
{
|
|
19229
|
-
"id": "
|
|
19230
|
-
"name": "
|
|
19231
|
-
"contextWindow":
|
|
19179
|
+
"id": "nvidia/nemotron-3-ultra-550b-a55b",
|
|
19180
|
+
"name": "Nemotron 3 Ultra",
|
|
19181
|
+
"contextWindow": 1000000
|
|
19232
19182
|
},
|
|
19233
19183
|
{
|
|
19234
19184
|
"id": "amazon/nova-lite",
|
|
@@ -19298,7 +19248,7 @@ const MODELS = {
|
|
|
19298
19248
|
{
|
|
19299
19249
|
"id": "alibaba/qwen3-coder-30b-a3b",
|
|
19300
19250
|
"name": "Qwen 3 Coder 30B A3B Instruct",
|
|
19301
|
-
"contextWindow":
|
|
19251
|
+
"contextWindow": 262144
|
|
19302
19252
|
},
|
|
19303
19253
|
{
|
|
19304
19254
|
"id": "alibaba/qwen3-max-thinking",
|
|
@@ -19308,7 +19258,7 @@ const MODELS = {
|
|
|
19308
19258
|
{
|
|
19309
19259
|
"id": "alibaba/qwen-3-32b",
|
|
19310
19260
|
"name": "Qwen 3.32B",
|
|
19311
|
-
"contextWindow":
|
|
19261
|
+
"contextWindow": 128000
|
|
19312
19262
|
},
|
|
19313
19263
|
{
|
|
19314
19264
|
"id": "alibaba/qwen3.5-flash",
|
|
@@ -19340,15 +19290,20 @@ const MODELS = {
|
|
|
19340
19290
|
"name": "Qwen 3.7 Max",
|
|
19341
19291
|
"contextWindow": 991000
|
|
19342
19292
|
},
|
|
19293
|
+
{
|
|
19294
|
+
"id": "alibaba/qwen3.7-plus",
|
|
19295
|
+
"name": "Qwen 3.7 Plus",
|
|
19296
|
+
"contextWindow": 1000000
|
|
19297
|
+
},
|
|
19343
19298
|
{
|
|
19344
19299
|
"id": "alibaba/qwen-3-235b",
|
|
19345
19300
|
"name": "Qwen3 235B A22B Instruct 2507",
|
|
19346
|
-
"contextWindow":
|
|
19301
|
+
"contextWindow": 262144
|
|
19347
19302
|
},
|
|
19348
19303
|
{
|
|
19349
19304
|
"id": "alibaba/qwen3-235b-a22b-thinking",
|
|
19350
19305
|
"name": "Qwen3 235B A22B Thinking 2507",
|
|
19351
|
-
"contextWindow":
|
|
19306
|
+
"contextWindow": 131072
|
|
19352
19307
|
},
|
|
19353
19308
|
{
|
|
19354
19309
|
"id": "alibaba/qwen3-coder",
|
|
@@ -19378,7 +19333,7 @@ const MODELS = {
|
|
|
19378
19333
|
{
|
|
19379
19334
|
"id": "alibaba/qwen3-next-80b-a3b-instruct",
|
|
19380
19335
|
"name": "Qwen3 Next 80B A3B Instruct",
|
|
19381
|
-
"contextWindow":
|
|
19336
|
+
"contextWindow": 131072
|
|
19382
19337
|
},
|
|
19383
19338
|
{
|
|
19384
19339
|
"id": "alibaba/qwen3-next-80b-a3b-thinking",
|
|
@@ -19425,6 +19380,16 @@ const MODELS = {
|
|
|
19425
19380
|
"name": "Sonar Pro",
|
|
19426
19381
|
"contextWindow": 200000
|
|
19427
19382
|
},
|
|
19383
|
+
{
|
|
19384
|
+
"id": "stepfun/step-3.7-flash",
|
|
19385
|
+
"name": "Step 3.7 Flash",
|
|
19386
|
+
"contextWindow": 256000
|
|
19387
|
+
},
|
|
19388
|
+
{
|
|
19389
|
+
"id": "stepfun/step-3.5-flash",
|
|
19390
|
+
"name": "StepFun 3.5 Flash",
|
|
19391
|
+
"contextWindow": 262114
|
|
19392
|
+
},
|
|
19428
19393
|
{
|
|
19429
19394
|
"id": "arcee-ai/trinity-large-preview",
|
|
19430
19395
|
"name": "Trinity Large Preview",
|
|
@@ -19434,16 +19399,6 @@ const MODELS = {
|
|
|
19434
19399
|
"id": "arcee-ai/trinity-large-thinking",
|
|
19435
19400
|
"name": "Trinity Large Thinking",
|
|
19436
19401
|
"contextWindow": 262100
|
|
19437
|
-
},
|
|
19438
|
-
{
|
|
19439
|
-
"id": "vercel/v0-1.0-md",
|
|
19440
|
-
"name": "v0-1.0-md",
|
|
19441
|
-
"contextWindow": 128000
|
|
19442
|
-
},
|
|
19443
|
-
{
|
|
19444
|
-
"id": "vercel/v0-1.5-md",
|
|
19445
|
-
"name": "v0-1.5-md",
|
|
19446
|
-
"contextWindow": 128000
|
|
19447
19402
|
}
|
|
19448
19403
|
],
|
|
19449
19404
|
"vivgrid": [
|
|
@@ -19678,12 +19633,12 @@ const MODELS = {
|
|
|
19678
19633
|
{
|
|
19679
19634
|
"id": "grok-4.20-0309-non-reasoning",
|
|
19680
19635
|
"name": "Grok 4.20 (Non-Reasoning)",
|
|
19681
|
-
"contextWindow":
|
|
19636
|
+
"contextWindow": 1000000
|
|
19682
19637
|
},
|
|
19683
19638
|
{
|
|
19684
19639
|
"id": "grok-4.20-0309-reasoning",
|
|
19685
19640
|
"name": "Grok 4.20 (Reasoning)",
|
|
19686
|
-
"contextWindow":
|
|
19641
|
+
"contextWindow": 1000000
|
|
19687
19642
|
},
|
|
19688
19643
|
{
|
|
19689
19644
|
"id": "grok-4.3",
|
|
@@ -19721,6 +19676,11 @@ const MODELS = {
|
|
|
19721
19676
|
"id": "mimo-v2.5-pro",
|
|
19722
19677
|
"name": "MiMo-V2.5-Pro",
|
|
19723
19678
|
"contextWindow": 1048576
|
|
19679
|
+
},
|
|
19680
|
+
{
|
|
19681
|
+
"id": "mimo-v2.5-pro-ultraspeed",
|
|
19682
|
+
"name": "MiMo-V2.5-Pro-UltraSpeed",
|
|
19683
|
+
"contextWindow": 1048576
|
|
19724
19684
|
}
|
|
19725
19685
|
],
|
|
19726
19686
|
"xiaomi-token-plan-ams": [
|
|
@@ -19916,6 +19876,11 @@ const MODELS = {
|
|
|
19916
19876
|
"name": "Claude 3.7 Sonnet",
|
|
19917
19877
|
"contextWindow": 200000
|
|
19918
19878
|
},
|
|
19879
|
+
{
|
|
19880
|
+
"id": "anthropic/claude-fable-5",
|
|
19881
|
+
"name": "Claude Fable 5",
|
|
19882
|
+
"contextWindow": 1000000
|
|
19883
|
+
},
|
|
19919
19884
|
{
|
|
19920
19885
|
"id": "anthropic/claude-haiku-4.5",
|
|
19921
19886
|
"name": "Claude Haiku 4.5",
|
|
@@ -19946,6 +19911,11 @@ const MODELS = {
|
|
|
19946
19911
|
"name": "Claude Opus 4.7",
|
|
19947
19912
|
"contextWindow": 1000000
|
|
19948
19913
|
},
|
|
19914
|
+
{
|
|
19915
|
+
"id": "anthropic/claude-opus-4.8",
|
|
19916
|
+
"name": "Claude Opus 4.8",
|
|
19917
|
+
"contextWindow": 1000000
|
|
19918
|
+
},
|
|
19949
19919
|
{
|
|
19950
19920
|
"id": "anthropic/claude-sonnet-4",
|
|
19951
19921
|
"name": "Claude Sonnet 4",
|
|
@@ -20041,6 +20011,11 @@ const MODELS = {
|
|
|
20041
20011
|
"name": "Gemini 3 Flash Preview",
|
|
20042
20012
|
"contextWindow": 1048000
|
|
20043
20013
|
},
|
|
20014
|
+
{
|
|
20015
|
+
"id": "google/gemini-3.1-flash-lite",
|
|
20016
|
+
"name": "Gemini 3.1 Flash Lite",
|
|
20017
|
+
"contextWindow": 1048576
|
|
20018
|
+
},
|
|
20044
20019
|
{
|
|
20045
20020
|
"id": "google/gemini-3.1-flash-lite-preview",
|
|
20046
20021
|
"name": "Gemini 3.1 Flash Lite Preview",
|
|
@@ -20051,6 +20026,11 @@ const MODELS = {
|
|
|
20051
20026
|
"name": "Gemini 3.1 Pro Preview",
|
|
20052
20027
|
"contextWindow": 1048000
|
|
20053
20028
|
},
|
|
20029
|
+
{
|
|
20030
|
+
"id": "google/gemini-3.5-flash",
|
|
20031
|
+
"name": "Gemini 3.5 Flash",
|
|
20032
|
+
"contextWindow": 1048576
|
|
20033
|
+
},
|
|
20054
20034
|
{
|
|
20055
20035
|
"id": "z-ai/glm-4.5",
|
|
20056
20036
|
"name": "GLM 4.5",
|
|
@@ -20196,6 +20176,11 @@ const MODELS = {
|
|
|
20196
20176
|
"name": "GPT-5.5",
|
|
20197
20177
|
"contextWindow": 1050000
|
|
20198
20178
|
},
|
|
20179
|
+
{
|
|
20180
|
+
"id": "openai/gpt-5.5-instant",
|
|
20181
|
+
"name": "GPT-5.5 Instant",
|
|
20182
|
+
"contextWindow": 400000
|
|
20183
|
+
},
|
|
20199
20184
|
{
|
|
20200
20185
|
"id": "openai/gpt-5.5-pro",
|
|
20201
20186
|
"name": "GPT-5.5 Pro",
|
|
@@ -20231,6 +20216,16 @@ const MODELS = {
|
|
|
20231
20216
|
"name": "Grok 4.2 Fast Non Reasoning",
|
|
20232
20217
|
"contextWindow": 2000000
|
|
20233
20218
|
},
|
|
20219
|
+
{
|
|
20220
|
+
"id": "x-ai/grok-4.3",
|
|
20221
|
+
"name": "Grok 4.3",
|
|
20222
|
+
"contextWindow": 1000000
|
|
20223
|
+
},
|
|
20224
|
+
{
|
|
20225
|
+
"id": "x-ai/grok-build-0.1",
|
|
20226
|
+
"name": "Grok Build 0.1",
|
|
20227
|
+
"contextWindow": 256000
|
|
20228
|
+
},
|
|
20234
20229
|
{
|
|
20235
20230
|
"id": "x-ai/grok-code-fast-1",
|
|
20236
20231
|
"name": "Grok Code Fast 1",
|
|
@@ -20241,6 +20236,11 @@ const MODELS = {
|
|
|
20241
20236
|
"name": "Hy3 preview",
|
|
20242
20237
|
"contextWindow": 256000
|
|
20243
20238
|
},
|
|
20239
|
+
{
|
|
20240
|
+
"id": "inclusionai/ring-2.6-1t",
|
|
20241
|
+
"name": "inclusionAI: Ring-2.6-1T",
|
|
20242
|
+
"contextWindow": 262000
|
|
20243
|
+
},
|
|
20244
20244
|
{
|
|
20245
20245
|
"id": "kuaishou/kat-coder-pro-v2",
|
|
20246
20246
|
"name": "KAT-Coder-Pro-V2",
|
|
@@ -20331,6 +20331,11 @@ const MODELS = {
|
|
|
20331
20331
|
"name": "MiniMax M2.7 highspeed",
|
|
20332
20332
|
"contextWindow": 204800
|
|
20333
20333
|
},
|
|
20334
|
+
{
|
|
20335
|
+
"id": "minimax/minimax-m3",
|
|
20336
|
+
"name": "MiniMax-M3",
|
|
20337
|
+
"contextWindow": 512000
|
|
20338
|
+
},
|
|
20334
20339
|
{
|
|
20335
20340
|
"id": "qwen/qwen3-coder-plus",
|
|
20336
20341
|
"name": "Qwen3-Coder-Plus",
|
|
@@ -20356,6 +20361,16 @@ const MODELS = {
|
|
|
20356
20361
|
"name": "Qwen3.6-Plus",
|
|
20357
20362
|
"contextWindow": 1000000
|
|
20358
20363
|
},
|
|
20364
|
+
{
|
|
20365
|
+
"id": "qwen/qwen3.7-max",
|
|
20366
|
+
"name": "Qwen3.7 Max",
|
|
20367
|
+
"contextWindow": 1000000
|
|
20368
|
+
},
|
|
20369
|
+
{
|
|
20370
|
+
"id": "qwen/qwen3.7-plus",
|
|
20371
|
+
"name": "Qwen3.7 Plus",
|
|
20372
|
+
"contextWindow": 1000000
|
|
20373
|
+
},
|
|
20359
20374
|
{
|
|
20360
20375
|
"id": "inclusionai/ring-1t",
|
|
20361
20376
|
"name": "Ring-1T",
|
|
@@ -20367,8 +20382,13 @@ const MODELS = {
|
|
|
20367
20382
|
"contextWindow": 256000
|
|
20368
20383
|
},
|
|
20369
20384
|
{
|
|
20370
|
-
"id": "stepfun/step-3.
|
|
20371
|
-
"name": "Step 3.
|
|
20385
|
+
"id": "stepfun/step-3.7-flash",
|
|
20386
|
+
"name": "Step 3.7 Flash",
|
|
20387
|
+
"contextWindow": 256000
|
|
20388
|
+
},
|
|
20389
|
+
{
|
|
20390
|
+
"id": "stepfun/step-3.7-flash-free",
|
|
20391
|
+
"name": "Step 3.7 Flash (Free)",
|
|
20372
20392
|
"contextWindow": 256000
|
|
20373
20393
|
},
|
|
20374
20394
|
{
|