@mohanscodex/spectra-ai 0.4.9 → 0.5.0
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__/pricing.test.d.ts +2 -0
- package/dist/__tests__/pricing.test.d.ts.map +1 -0
- package/dist/__tests__/pricing.test.js +101 -0
- package/dist/__tests__/pricing.test.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/models.d.ts.map +1 -1
- package/dist/models.js +399 -66
- package/dist/models.js.map +1 -1
- package/dist/pricing.d.ts +24 -0
- package/dist/pricing.d.ts.map +1 -0
- package/dist/pricing.js +118 -0
- package/dist/pricing.js.map +1 -0
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +35 -2
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +30 -3
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/providers/openai-responses.js +1 -1
- package/dist/providers/openai-responses.js.map +1 -1
- package/package.json +32 -32
package/dist/models.js
CHANGED
|
@@ -1728,6 +1728,11 @@ const MODELS = {
|
|
|
1728
1728
|
"id": "qwen3.7-max",
|
|
1729
1729
|
"name": "Qwen3.7 Max",
|
|
1730
1730
|
"contextWindow": 1000000
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"id": "qwen3.7-plus",
|
|
1734
|
+
"name": "Qwen3.7 Plus",
|
|
1735
|
+
"contextWindow": 1000000
|
|
1731
1736
|
}
|
|
1732
1737
|
],
|
|
1733
1738
|
"alibaba-coding-plan-cn": [
|
|
@@ -1847,6 +1852,73 @@ const MODELS = {
|
|
|
1847
1852
|
"id": "qwen3.7-max",
|
|
1848
1853
|
"name": "Qwen3.7 Max",
|
|
1849
1854
|
"contextWindow": 1000000
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"id": "qwen3.7-plus",
|
|
1858
|
+
"name": "Qwen3.7 Plus",
|
|
1859
|
+
"contextWindow": 1000000
|
|
1860
|
+
}
|
|
1861
|
+
],
|
|
1862
|
+
"alibaba-token-plan-cn": [
|
|
1863
|
+
{
|
|
1864
|
+
"id": "deepseek-v3.2",
|
|
1865
|
+
"name": "DeepSeek V3.2",
|
|
1866
|
+
"contextWindow": 131072
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"id": "deepseek-v4-flash",
|
|
1870
|
+
"name": "DeepSeek V4 Flash",
|
|
1871
|
+
"contextWindow": 1000000
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"id": "deepseek-v4-pro",
|
|
1875
|
+
"name": "DeepSeek V4 Pro",
|
|
1876
|
+
"contextWindow": 1000000
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"id": "glm-5",
|
|
1880
|
+
"name": "GLM-5",
|
|
1881
|
+
"contextWindow": 202752
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"id": "glm-5.1",
|
|
1885
|
+
"name": "GLM-5.1",
|
|
1886
|
+
"contextWindow": 202752
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"id": "kimi-k2.5",
|
|
1890
|
+
"name": "Kimi K2.5",
|
|
1891
|
+
"contextWindow": 262144
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"id": "kimi-k2.6",
|
|
1895
|
+
"name": "Kimi K2.6",
|
|
1896
|
+
"contextWindow": 262144
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"id": "MiniMax-M2.5",
|
|
1900
|
+
"name": "MiniMax-M2.5",
|
|
1901
|
+
"contextWindow": 196608
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"id": "qwen3.6-flash",
|
|
1905
|
+
"name": "Qwen3.6 Flash",
|
|
1906
|
+
"contextWindow": 1000000
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"id": "qwen3.6-plus",
|
|
1910
|
+
"name": "Qwen3.6 Plus",
|
|
1911
|
+
"contextWindow": 1000000
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"id": "qwen3.7-max",
|
|
1915
|
+
"name": "Qwen3.7 Max",
|
|
1916
|
+
"contextWindow": 1000000
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"id": "qwen3.7-plus",
|
|
1920
|
+
"name": "Qwen3.7 Plus",
|
|
1921
|
+
"contextWindow": 1000000
|
|
1850
1922
|
}
|
|
1851
1923
|
],
|
|
1852
1924
|
"amazon-bedrock": [
|
|
@@ -2141,12 +2213,12 @@ const MODELS = {
|
|
|
2141
2213
|
"contextWindow": 128000
|
|
2142
2214
|
},
|
|
2143
2215
|
{
|
|
2144
|
-
"id": "openai.gpt-oss-20b
|
|
2216
|
+
"id": "openai.gpt-oss-20b",
|
|
2145
2217
|
"name": "gpt-oss-20b",
|
|
2146
2218
|
"contextWindow": 128000
|
|
2147
2219
|
},
|
|
2148
2220
|
{
|
|
2149
|
-
"id": "openai.gpt-oss-20b",
|
|
2221
|
+
"id": "openai.gpt-oss-20b-1:0",
|
|
2150
2222
|
"name": "gpt-oss-20b",
|
|
2151
2223
|
"contextWindow": 128000
|
|
2152
2224
|
},
|
|
@@ -3522,11 +3594,6 @@ const MODELS = {
|
|
|
3522
3594
|
"name": "GPT OSS 120B",
|
|
3523
3595
|
"contextWindow": 131072
|
|
3524
3596
|
},
|
|
3525
|
-
{
|
|
3526
|
-
"id": "llama3.1-8b",
|
|
3527
|
-
"name": "Llama 3.1 8B",
|
|
3528
|
-
"contextWindow": 32000
|
|
3529
|
-
},
|
|
3530
3597
|
{
|
|
3531
3598
|
"id": "zai-glm-4.7",
|
|
3532
3599
|
"name": "Z.AI GLM-4.7",
|
|
@@ -3989,6 +4056,11 @@ const MODELS = {
|
|
|
3989
4056
|
"name": "Kimi K2.6",
|
|
3990
4057
|
"contextWindow": 262144
|
|
3991
4058
|
},
|
|
4059
|
+
{
|
|
4060
|
+
"id": "@cf/moonshotai/kimi-k2.7-code",
|
|
4061
|
+
"name": "Kimi K2.7 Code",
|
|
4062
|
+
"contextWindow": 262144
|
|
4063
|
+
},
|
|
3992
4064
|
{
|
|
3993
4065
|
"id": "@cf/meta/llama-3.3-70b-instruct-fp8-fast",
|
|
3994
4066
|
"name": "Llama 3.3 70B Instruct fp8 Fast",
|
|
@@ -4539,6 +4611,11 @@ const MODELS = {
|
|
|
4539
4611
|
"name": "DeepSeek V4 Pro",
|
|
4540
4612
|
"contextWindow": 1048576
|
|
4541
4613
|
},
|
|
4614
|
+
{
|
|
4615
|
+
"id": "deepseek-ai/DeepSeek-R1-0528",
|
|
4616
|
+
"name": "DeepSeek-R1-0528",
|
|
4617
|
+
"contextWindow": 163840
|
|
4618
|
+
},
|
|
4542
4619
|
{
|
|
4543
4620
|
"id": "deepseek-ai/DeepSeek-V3.2",
|
|
4544
4621
|
"name": "DeepSeek-V3.2",
|
|
@@ -4557,7 +4634,7 @@ const MODELS = {
|
|
|
4557
4634
|
{
|
|
4558
4635
|
"id": "zai-org/GLM-4.6",
|
|
4559
4636
|
"name": "GLM-4.6",
|
|
4560
|
-
"contextWindow":
|
|
4637
|
+
"contextWindow": 202752
|
|
4561
4638
|
},
|
|
4562
4639
|
{
|
|
4563
4640
|
"id": "zai-org/GLM-4.7",
|
|
@@ -4604,15 +4681,10 @@ const MODELS = {
|
|
|
4604
4681
|
"name": "Llama 3.3 70B Turbo",
|
|
4605
4682
|
"contextWindow": 131072
|
|
4606
4683
|
},
|
|
4607
|
-
{
|
|
4608
|
-
"id": "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
4609
|
-
"name": "Llama 4 Maverick 17B FP8",
|
|
4610
|
-
"contextWindow": 1000000
|
|
4611
|
-
},
|
|
4612
4684
|
{
|
|
4613
4685
|
"id": "meta-llama/Llama-4-Scout-17B-16E-Instruct",
|
|
4614
4686
|
"name": "Llama 4 Scout 17B",
|
|
4615
|
-
"contextWindow":
|
|
4687
|
+
"contextWindow": 327680
|
|
4616
4688
|
},
|
|
4617
4689
|
{
|
|
4618
4690
|
"id": "XiaomiMiMo/MiMo-V2.5",
|
|
@@ -4627,7 +4699,7 @@ const MODELS = {
|
|
|
4627
4699
|
{
|
|
4628
4700
|
"id": "MiniMaxAI/MiniMax-M2.5",
|
|
4629
4701
|
"name": "MiniMax M2.5",
|
|
4630
|
-
"contextWindow":
|
|
4702
|
+
"contextWindow": 196608
|
|
4631
4703
|
},
|
|
4632
4704
|
{
|
|
4633
4705
|
"id": "Qwen/Qwen3.5-35B-A3B",
|
|
@@ -4673,6 +4745,11 @@ const MODELS = {
|
|
|
4673
4745
|
}
|
|
4674
4746
|
],
|
|
4675
4747
|
"digitalocean": [
|
|
4748
|
+
{
|
|
4749
|
+
"id": "anthropic-claude-fable-5",
|
|
4750
|
+
"name": "Anthropic Claude Fable 5",
|
|
4751
|
+
"contextWindow": 1000000
|
|
4752
|
+
},
|
|
4676
4753
|
{
|
|
4677
4754
|
"id": "anthropic-claude-3-opus",
|
|
4678
4755
|
"name": "Claude 3 Opus",
|
|
@@ -4694,12 +4771,12 @@ const MODELS = {
|
|
|
4694
4771
|
"contextWindow": 200000
|
|
4695
4772
|
},
|
|
4696
4773
|
{
|
|
4697
|
-
"id": "anthropic-claude-4.5
|
|
4774
|
+
"id": "anthropic-claude-haiku-4.5",
|
|
4698
4775
|
"name": "Claude Haiku 4.5",
|
|
4699
4776
|
"contextWindow": 200000
|
|
4700
4777
|
},
|
|
4701
4778
|
{
|
|
4702
|
-
"id": "anthropic-claude-
|
|
4779
|
+
"id": "anthropic-claude-4.5-haiku",
|
|
4703
4780
|
"name": "Claude Haiku 4.5",
|
|
4704
4781
|
"contextWindow": 200000
|
|
4705
4782
|
},
|
|
@@ -4923,6 +5000,11 @@ const MODELS = {
|
|
|
4923
5000
|
"name": "Nemotron 3 Nano 30B A3B",
|
|
4924
5001
|
"contextWindow": 262144
|
|
4925
5002
|
},
|
|
5003
|
+
{
|
|
5004
|
+
"id": "nemotron-3-ultra-550b",
|
|
5005
|
+
"name": "Nemotron 3 Ultra",
|
|
5006
|
+
"contextWindow": 131072
|
|
5007
|
+
},
|
|
4926
5008
|
{
|
|
4927
5009
|
"id": "nemotron-nano-12b-v2-vl",
|
|
4928
5010
|
"name": "Nemotron Nano 12B v2 VL",
|
|
@@ -5260,11 +5342,6 @@ const MODELS = {
|
|
|
5260
5342
|
"name": "GPT OSS 20B",
|
|
5261
5343
|
"contextWindow": 131072
|
|
5262
5344
|
},
|
|
5263
|
-
{
|
|
5264
|
-
"id": "accounts/fireworks/models/kimi-k2p5",
|
|
5265
|
-
"name": "Kimi K2.5",
|
|
5266
|
-
"contextWindow": 256000
|
|
5267
|
-
},
|
|
5268
5345
|
{
|
|
5269
5346
|
"id": "accounts/fireworks/models/kimi-k2p6",
|
|
5270
5347
|
"name": "Kimi K2.6",
|
|
@@ -5281,9 +5358,14 @@ const MODELS = {
|
|
|
5281
5358
|
"contextWindow": 262000
|
|
5282
5359
|
},
|
|
5283
5360
|
{
|
|
5284
|
-
"id": "accounts/fireworks/models/
|
|
5285
|
-
"name": "
|
|
5286
|
-
"contextWindow":
|
|
5361
|
+
"id": "accounts/fireworks/models/kimi-k2p7-code",
|
|
5362
|
+
"name": "Kimi K2.7 Code",
|
|
5363
|
+
"contextWindow": 262000
|
|
5364
|
+
},
|
|
5365
|
+
{
|
|
5366
|
+
"id": "accounts/fireworks/routers/kimi-k2p7-code-fast",
|
|
5367
|
+
"name": "Kimi K2.7 Code Fast",
|
|
5368
|
+
"contextWindow": 262000
|
|
5287
5369
|
},
|
|
5288
5370
|
{
|
|
5289
5371
|
"id": "accounts/fireworks/models/minimax-m2p7",
|
|
@@ -5291,8 +5373,13 @@ const MODELS = {
|
|
|
5291
5373
|
"contextWindow": 196608
|
|
5292
5374
|
},
|
|
5293
5375
|
{
|
|
5294
|
-
"id": "accounts/fireworks/models/
|
|
5295
|
-
"name": "
|
|
5376
|
+
"id": "accounts/fireworks/models/minimax-m3",
|
|
5377
|
+
"name": "MiniMax-M3",
|
|
5378
|
+
"contextWindow": 512000
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"id": "accounts/fireworks/models/qwen3p7-plus",
|
|
5382
|
+
"name": "Qwen 3.7 Plus",
|
|
5296
5383
|
"contextWindow": 262144
|
|
5297
5384
|
}
|
|
5298
5385
|
],
|
|
@@ -5467,14 +5554,14 @@ const MODELS = {
|
|
|
5467
5554
|
"contextWindow": 2000000
|
|
5468
5555
|
},
|
|
5469
5556
|
{
|
|
5470
|
-
"id": "grok-
|
|
5557
|
+
"id": "grok-code-fast-1",
|
|
5471
5558
|
"name": "Grok 4.1 Fast (Reasoning)",
|
|
5472
|
-
"contextWindow":
|
|
5559
|
+
"contextWindow": 256000
|
|
5473
5560
|
},
|
|
5474
5561
|
{
|
|
5475
|
-
"id": "grok-
|
|
5562
|
+
"id": "grok-4-1-fast-reasoning",
|
|
5476
5563
|
"name": "Grok 4.1 Fast (Reasoning)",
|
|
5477
|
-
"contextWindow":
|
|
5564
|
+
"contextWindow": 2000000
|
|
5478
5565
|
},
|
|
5479
5566
|
{
|
|
5480
5567
|
"id": "grok-4-3",
|
|
@@ -5513,6 +5600,11 @@ const MODELS = {
|
|
|
5513
5600
|
}
|
|
5514
5601
|
],
|
|
5515
5602
|
"github-copilot": [
|
|
5603
|
+
{
|
|
5604
|
+
"id": "claude-fable-5",
|
|
5605
|
+
"name": "Claude Fable 5",
|
|
5606
|
+
"contextWindow": 1000000
|
|
5607
|
+
},
|
|
5516
5608
|
{
|
|
5517
5609
|
"id": "claude-haiku-4.5",
|
|
5518
5610
|
"name": "Claude Haiku 4.5 (latest)",
|
|
@@ -6530,12 +6622,12 @@ const MODELS = {
|
|
|
6530
6622
|
"contextWindow": 1047576
|
|
6531
6623
|
},
|
|
6532
6624
|
{
|
|
6533
|
-
"id": "gpt-4.1-mini",
|
|
6625
|
+
"id": "gpt-4.1-mini-2025-04-14",
|
|
6534
6626
|
"name": "OpenAI GPT-4.1 Mini",
|
|
6535
6627
|
"contextWindow": 1047576
|
|
6536
6628
|
},
|
|
6537
6629
|
{
|
|
6538
|
-
"id": "gpt-4.1-mini
|
|
6630
|
+
"id": "gpt-4.1-mini",
|
|
6539
6631
|
"name": "OpenAI GPT-4.1 Mini",
|
|
6540
6632
|
"contextWindow": 1047576
|
|
6541
6633
|
},
|
|
@@ -8668,6 +8760,11 @@ const MODELS = {
|
|
|
8668
8760
|
"id": "k2p6",
|
|
8669
8761
|
"name": "Kimi K2.6",
|
|
8670
8762
|
"contextWindow": 262144
|
|
8763
|
+
},
|
|
8764
|
+
{
|
|
8765
|
+
"id": "k2p7",
|
|
8766
|
+
"name": "Kimi K2.7 Code",
|
|
8767
|
+
"contextWindow": 262144
|
|
8671
8768
|
}
|
|
8672
8769
|
],
|
|
8673
8770
|
"kuae-cloud-coding-plan": [
|
|
@@ -10499,6 +10596,11 @@ const MODELS = {
|
|
|
10499
10596
|
"id": "kimi-k2.6",
|
|
10500
10597
|
"name": "Kimi K2.6",
|
|
10501
10598
|
"contextWindow": 262144
|
|
10599
|
+
},
|
|
10600
|
+
{
|
|
10601
|
+
"id": "kimi-k2.7-code",
|
|
10602
|
+
"name": "Kimi K2.7 Code",
|
|
10603
|
+
"contextWindow": 262144
|
|
10502
10604
|
}
|
|
10503
10605
|
],
|
|
10504
10606
|
"moonshotai-cn": [
|
|
@@ -11728,11 +11830,6 @@ const MODELS = {
|
|
|
11728
11830
|
"name": "Llama-3.3-70B-Instruct",
|
|
11729
11831
|
"contextWindow": 128000
|
|
11730
11832
|
},
|
|
11731
|
-
{
|
|
11732
|
-
"id": "meta-llama/Meta-Llama-3.1-8B-Instruct",
|
|
11733
|
-
"name": "Meta-Llama-3.1-8B-Instruct",
|
|
11734
|
-
"contextWindow": 128000
|
|
11735
|
-
},
|
|
11736
11833
|
{
|
|
11737
11834
|
"id": "MiniMaxAI/MiniMax-M2.5",
|
|
11738
11835
|
"name": "MiniMax-M2.5",
|
|
@@ -11804,6 +11901,133 @@ const MODELS = {
|
|
|
11804
11901
|
"contextWindow": 8000
|
|
11805
11902
|
}
|
|
11806
11903
|
],
|
|
11904
|
+
"neon": [
|
|
11905
|
+
{
|
|
11906
|
+
"id": "claude-haiku-4-5",
|
|
11907
|
+
"name": "Claude Haiku 4.5 (latest)",
|
|
11908
|
+
"contextWindow": 200000
|
|
11909
|
+
},
|
|
11910
|
+
{
|
|
11911
|
+
"id": "claude-opus-4-1",
|
|
11912
|
+
"name": "Claude Opus 4.1 (latest)",
|
|
11913
|
+
"contextWindow": 200000
|
|
11914
|
+
},
|
|
11915
|
+
{
|
|
11916
|
+
"id": "claude-opus-4-5",
|
|
11917
|
+
"name": "Claude Opus 4.5 (latest)",
|
|
11918
|
+
"contextWindow": 200000
|
|
11919
|
+
},
|
|
11920
|
+
{
|
|
11921
|
+
"id": "claude-opus-4-6",
|
|
11922
|
+
"name": "Claude Opus 4.6",
|
|
11923
|
+
"contextWindow": 1000000
|
|
11924
|
+
},
|
|
11925
|
+
{
|
|
11926
|
+
"id": "claude-opus-4-7",
|
|
11927
|
+
"name": "Claude Opus 4.7",
|
|
11928
|
+
"contextWindow": 1000000
|
|
11929
|
+
},
|
|
11930
|
+
{
|
|
11931
|
+
"id": "claude-sonnet-4",
|
|
11932
|
+
"name": "Claude Sonnet 4.5",
|
|
11933
|
+
"contextWindow": 200000
|
|
11934
|
+
},
|
|
11935
|
+
{
|
|
11936
|
+
"id": "claude-sonnet-4-5",
|
|
11937
|
+
"name": "Claude Sonnet 4.5 (latest)",
|
|
11938
|
+
"contextWindow": 200000
|
|
11939
|
+
},
|
|
11940
|
+
{
|
|
11941
|
+
"id": "claude-sonnet-4-6",
|
|
11942
|
+
"name": "Claude Sonnet 4.6",
|
|
11943
|
+
"contextWindow": 1000000
|
|
11944
|
+
},
|
|
11945
|
+
{
|
|
11946
|
+
"id": "gemini-2-5-flash",
|
|
11947
|
+
"name": "Gemini 2.5 Flash",
|
|
11948
|
+
"contextWindow": 1048576
|
|
11949
|
+
},
|
|
11950
|
+
{
|
|
11951
|
+
"id": "gemini-2-5-pro",
|
|
11952
|
+
"name": "Gemini 2.5 Pro",
|
|
11953
|
+
"contextWindow": 1048576
|
|
11954
|
+
},
|
|
11955
|
+
{
|
|
11956
|
+
"id": "gemini-3-flash",
|
|
11957
|
+
"name": "Gemini 3 Flash Preview",
|
|
11958
|
+
"contextWindow": 1048576
|
|
11959
|
+
},
|
|
11960
|
+
{
|
|
11961
|
+
"id": "gemini-3-pro",
|
|
11962
|
+
"name": "Gemini 3 Pro Preview",
|
|
11963
|
+
"contextWindow": 1048576
|
|
11964
|
+
},
|
|
11965
|
+
{
|
|
11966
|
+
"id": "gemini-3-1-flash-lite",
|
|
11967
|
+
"name": "Gemini 3.1 Flash Lite Preview",
|
|
11968
|
+
"contextWindow": 1048576
|
|
11969
|
+
},
|
|
11970
|
+
{
|
|
11971
|
+
"id": "gemini-3-1-pro",
|
|
11972
|
+
"name": "Gemini 3.1 Pro Preview Custom Tools",
|
|
11973
|
+
"contextWindow": 1048576
|
|
11974
|
+
},
|
|
11975
|
+
{
|
|
11976
|
+
"id": "gpt-oss-120b",
|
|
11977
|
+
"name": "GPT OSS 120B",
|
|
11978
|
+
"contextWindow": 131072
|
|
11979
|
+
},
|
|
11980
|
+
{
|
|
11981
|
+
"id": "gpt-oss-20b",
|
|
11982
|
+
"name": "GPT OSS 20B",
|
|
11983
|
+
"contextWindow": 131072
|
|
11984
|
+
},
|
|
11985
|
+
{
|
|
11986
|
+
"id": "gpt-5",
|
|
11987
|
+
"name": "GPT-5",
|
|
11988
|
+
"contextWindow": 400000
|
|
11989
|
+
},
|
|
11990
|
+
{
|
|
11991
|
+
"id": "gpt-5-mini",
|
|
11992
|
+
"name": "GPT-5 Mini",
|
|
11993
|
+
"contextWindow": 400000
|
|
11994
|
+
},
|
|
11995
|
+
{
|
|
11996
|
+
"id": "gpt-5-nano",
|
|
11997
|
+
"name": "GPT-5 Nano",
|
|
11998
|
+
"contextWindow": 400000
|
|
11999
|
+
},
|
|
12000
|
+
{
|
|
12001
|
+
"id": "gpt-5-1",
|
|
12002
|
+
"name": "GPT-5.1",
|
|
12003
|
+
"contextWindow": 400000
|
|
12004
|
+
},
|
|
12005
|
+
{
|
|
12006
|
+
"id": "gpt-5-2",
|
|
12007
|
+
"name": "GPT-5.2",
|
|
12008
|
+
"contextWindow": 400000
|
|
12009
|
+
},
|
|
12010
|
+
{
|
|
12011
|
+
"id": "gpt-5-4",
|
|
12012
|
+
"name": "GPT-5.4",
|
|
12013
|
+
"contextWindow": 1050000
|
|
12014
|
+
},
|
|
12015
|
+
{
|
|
12016
|
+
"id": "gpt-5-4-mini",
|
|
12017
|
+
"name": "GPT-5.4 mini",
|
|
12018
|
+
"contextWindow": 400000
|
|
12019
|
+
},
|
|
12020
|
+
{
|
|
12021
|
+
"id": "gpt-5-4-nano",
|
|
12022
|
+
"name": "GPT-5.4 nano",
|
|
12023
|
+
"contextWindow": 400000
|
|
12024
|
+
},
|
|
12025
|
+
{
|
|
12026
|
+
"id": "gpt-5-5",
|
|
12027
|
+
"name": "GPT-5.5",
|
|
12028
|
+
"contextWindow": 1050000
|
|
12029
|
+
}
|
|
12030
|
+
],
|
|
11807
12031
|
"neuralwatt": [
|
|
11808
12032
|
{
|
|
11809
12033
|
"id": "mistralai/Devstral-Small-2-24B-Instruct-2512",
|
|
@@ -13239,6 +13463,11 @@ const MODELS = {
|
|
|
13239
13463
|
"name": "Kimi K2.6",
|
|
13240
13464
|
"contextWindow": 262144
|
|
13241
13465
|
},
|
|
13466
|
+
{
|
|
13467
|
+
"id": "kimi-k2.7-code",
|
|
13468
|
+
"name": "Kimi K2.7 Code",
|
|
13469
|
+
"contextWindow": 262144
|
|
13470
|
+
},
|
|
13242
13471
|
{
|
|
13243
13472
|
"id": "mimo-v2-omni",
|
|
13244
13473
|
"name": "MiMo V2 Omni",
|
|
@@ -13271,7 +13500,7 @@ const MODELS = {
|
|
|
13271
13500
|
},
|
|
13272
13501
|
{
|
|
13273
13502
|
"id": "minimax-m3",
|
|
13274
|
-
"name": "MiniMax M3",
|
|
13503
|
+
"name": "MiniMax M3 (3x usage)",
|
|
13275
13504
|
"contextWindow": 512000
|
|
13276
13505
|
},
|
|
13277
13506
|
{
|
|
@@ -13424,7 +13653,7 @@ const MODELS = {
|
|
|
13424
13653
|
{
|
|
13425
13654
|
"id": "deepseek/deepseek-chat-v3-0324",
|
|
13426
13655
|
"name": "DeepSeek V3 0324",
|
|
13427
|
-
"contextWindow":
|
|
13656
|
+
"contextWindow": 163840
|
|
13428
13657
|
},
|
|
13429
13658
|
{
|
|
13430
13659
|
"id": "deepseek/deepseek-chat-v3.1",
|
|
@@ -13449,7 +13678,7 @@ const MODELS = {
|
|
|
13449
13678
|
{
|
|
13450
13679
|
"id": "deepseek/deepseek-v4-flash",
|
|
13451
13680
|
"name": "DeepSeek V4 Flash",
|
|
13452
|
-
"contextWindow":
|
|
13681
|
+
"contextWindow": 1048575
|
|
13453
13682
|
},
|
|
13454
13683
|
{
|
|
13455
13684
|
"id": "deepseek/deepseek-v4-pro",
|
|
@@ -13559,7 +13788,7 @@ const MODELS = {
|
|
|
13559
13788
|
{
|
|
13560
13789
|
"id": "google/gemma-4-31b-it",
|
|
13561
13790
|
"name": "Gemma 4 31B IT",
|
|
13562
|
-
"contextWindow":
|
|
13791
|
+
"contextWindow": 262144
|
|
13563
13792
|
},
|
|
13564
13793
|
{
|
|
13565
13794
|
"id": "z-ai/glm-4.5",
|
|
@@ -13904,13 +14133,18 @@ const MODELS = {
|
|
|
13904
14133
|
{
|
|
13905
14134
|
"id": "moonshotai/kimi-k2.5",
|
|
13906
14135
|
"name": "Kimi K2.5",
|
|
13907
|
-
"contextWindow":
|
|
14136
|
+
"contextWindow": 256000
|
|
13908
14137
|
},
|
|
13909
14138
|
{
|
|
13910
14139
|
"id": "moonshotai/kimi-k2.6",
|
|
13911
14140
|
"name": "Kimi K2.6",
|
|
13912
14141
|
"contextWindow": 262142
|
|
13913
14142
|
},
|
|
14143
|
+
{
|
|
14144
|
+
"id": "moonshotai/kimi-k2.7-code",
|
|
14145
|
+
"name": "Kimi K2.7 Code",
|
|
14146
|
+
"contextWindow": 262144
|
|
14147
|
+
},
|
|
13914
14148
|
{
|
|
13915
14149
|
"id": "poolside/laguna-m.1:free",
|
|
13916
14150
|
"name": "Laguna M.1 (free)",
|
|
@@ -14014,7 +14248,7 @@ const MODELS = {
|
|
|
14014
14248
|
{
|
|
14015
14249
|
"id": "minimax/minimax-m2.7",
|
|
14016
14250
|
"name": "MiniMax-M2.7",
|
|
14017
|
-
"contextWindow":
|
|
14251
|
+
"contextWindow": 196608
|
|
14018
14252
|
},
|
|
14019
14253
|
{
|
|
14020
14254
|
"id": "minimax/minimax-m3",
|
|
@@ -14131,11 +14365,6 @@ const MODELS = {
|
|
|
14131
14365
|
"name": "Nemotron Nano 12B 2 VL (free)",
|
|
14132
14366
|
"contextWindow": 128000
|
|
14133
14367
|
},
|
|
14134
|
-
{
|
|
14135
|
-
"id": "nvidia/nemotron-nano-9b-v2",
|
|
14136
|
-
"name": "Nemotron Nano 9B v2",
|
|
14137
|
-
"contextWindow": 131072
|
|
14138
|
-
},
|
|
14139
14368
|
{
|
|
14140
14369
|
"id": "nvidia/nemotron-nano-9b-v2:free",
|
|
14141
14370
|
"name": "Nemotron Nano 9B V2 (free)",
|
|
@@ -14429,12 +14658,12 @@ const MODELS = {
|
|
|
14429
14658
|
{
|
|
14430
14659
|
"id": "qwen/qwen3.6-27b",
|
|
14431
14660
|
"name": "Qwen3.6 27B",
|
|
14432
|
-
"contextWindow":
|
|
14661
|
+
"contextWindow": 262140
|
|
14433
14662
|
},
|
|
14434
14663
|
{
|
|
14435
14664
|
"id": "qwen/qwen3.6-35b-a3b",
|
|
14436
14665
|
"name": "Qwen3.6 35B-A3B",
|
|
14437
|
-
"contextWindow":
|
|
14666
|
+
"contextWindow": 262144
|
|
14438
14667
|
},
|
|
14439
14668
|
{
|
|
14440
14669
|
"id": "qwen/qwen3.6-flash",
|
|
@@ -17597,6 +17826,11 @@ const MODELS = {
|
|
|
17597
17826
|
}
|
|
17598
17827
|
],
|
|
17599
17828
|
"snowflake-cortex": [
|
|
17829
|
+
{
|
|
17830
|
+
"id": "claude-fable-5",
|
|
17831
|
+
"name": "Claude Fable 5",
|
|
17832
|
+
"contextWindow": 1000000
|
|
17833
|
+
},
|
|
17600
17834
|
{
|
|
17601
17835
|
"id": "claude-haiku-4-5",
|
|
17602
17836
|
"name": "Claude Haiku 4.5 (latest)",
|
|
@@ -17607,6 +17841,11 @@ const MODELS = {
|
|
|
17607
17841
|
"name": "Claude Opus 4.7",
|
|
17608
17842
|
"contextWindow": 1000000
|
|
17609
17843
|
},
|
|
17844
|
+
{
|
|
17845
|
+
"id": "claude-opus-4-8",
|
|
17846
|
+
"name": "Claude Opus 4.8",
|
|
17847
|
+
"contextWindow": 1000000
|
|
17848
|
+
},
|
|
17610
17849
|
{
|
|
17611
17850
|
"id": "claude-sonnet-4-5",
|
|
17612
17851
|
"name": "Claude Sonnet 4.5 (latest)",
|
|
@@ -17617,6 +17856,16 @@ const MODELS = {
|
|
|
17617
17856
|
"name": "Claude Sonnet 4.6",
|
|
17618
17857
|
"contextWindow": 1000000
|
|
17619
17858
|
},
|
|
17859
|
+
{
|
|
17860
|
+
"id": "deepseek-r1",
|
|
17861
|
+
"name": "DeepSeek-R1",
|
|
17862
|
+
"contextWindow": 128000
|
|
17863
|
+
},
|
|
17864
|
+
{
|
|
17865
|
+
"id": "gemini-3.1-pro",
|
|
17866
|
+
"name": "Gemini 3.1 Pro Preview",
|
|
17867
|
+
"contextWindow": 1048576
|
|
17868
|
+
},
|
|
17620
17869
|
{
|
|
17621
17870
|
"id": "openai-gpt-4.1",
|
|
17622
17871
|
"name": "GPT-4.1",
|
|
@@ -17651,6 +17900,21 @@ const MODELS = {
|
|
|
17651
17900
|
"id": "openai-gpt-5.4",
|
|
17652
17901
|
"name": "GPT-5.4",
|
|
17653
17902
|
"contextWindow": 1050000
|
|
17903
|
+
},
|
|
17904
|
+
{
|
|
17905
|
+
"id": "openai-gpt-5.5",
|
|
17906
|
+
"name": "GPT-5.5",
|
|
17907
|
+
"contextWindow": 1050000
|
|
17908
|
+
},
|
|
17909
|
+
{
|
|
17910
|
+
"id": "snowflake-llama3.3-70b",
|
|
17911
|
+
"name": "Llama-3.3-70B-Instruct",
|
|
17912
|
+
"contextWindow": 128000
|
|
17913
|
+
},
|
|
17914
|
+
{
|
|
17915
|
+
"id": "mistral-large2",
|
|
17916
|
+
"name": "Mistral Large (latest)",
|
|
17917
|
+
"contextWindow": 262144
|
|
17654
17918
|
}
|
|
17655
17919
|
],
|
|
17656
17920
|
"stackit": [
|
|
@@ -18040,6 +18304,11 @@ const MODELS = {
|
|
|
18040
18304
|
"name": "Gemma 4 31B Instruct",
|
|
18041
18305
|
"contextWindow": 262144
|
|
18042
18306
|
},
|
|
18307
|
+
{
|
|
18308
|
+
"id": "zai-org/GLM-5",
|
|
18309
|
+
"name": "GLM-5",
|
|
18310
|
+
"contextWindow": 202752
|
|
18311
|
+
},
|
|
18043
18312
|
{
|
|
18044
18313
|
"id": "zai-org/GLM-5.1",
|
|
18045
18314
|
"name": "GLM-5.1",
|
|
@@ -18050,6 +18319,11 @@ const MODELS = {
|
|
|
18050
18319
|
"name": "GPT OSS 120B",
|
|
18051
18320
|
"contextWindow": 131072
|
|
18052
18321
|
},
|
|
18322
|
+
{
|
|
18323
|
+
"id": "openai/gpt-oss-20b",
|
|
18324
|
+
"name": "GPT OSS 20B",
|
|
18325
|
+
"contextWindow": 131072
|
|
18326
|
+
},
|
|
18053
18327
|
{
|
|
18054
18328
|
"id": "moonshotai/Kimi-K2.5",
|
|
18055
18329
|
"name": "Kimi K2.5",
|
|
@@ -18075,11 +18349,21 @@ const MODELS = {
|
|
|
18075
18349
|
"name": "MiniMax-M2.7",
|
|
18076
18350
|
"contextWindow": 202752
|
|
18077
18351
|
},
|
|
18352
|
+
{
|
|
18353
|
+
"id": "MiniMaxAI/MiniMax-M3",
|
|
18354
|
+
"name": "MiniMax-M3",
|
|
18355
|
+
"contextWindow": 524288
|
|
18356
|
+
},
|
|
18078
18357
|
{
|
|
18079
18358
|
"id": "nvidia/nemotron-3-ultra-550b-a55b",
|
|
18080
18359
|
"name": "Nemotron 3 Ultra 550B A55B",
|
|
18081
18360
|
"contextWindow": 512300
|
|
18082
18361
|
},
|
|
18362
|
+
{
|
|
18363
|
+
"id": "Qwen/Qwen2.5-7B-Instruct-Turbo",
|
|
18364
|
+
"name": "Qwen 2.5 7B Instruct Turbo",
|
|
18365
|
+
"contextWindow": 32768
|
|
18366
|
+
},
|
|
18083
18367
|
{
|
|
18084
18368
|
"id": "Qwen/Qwen3-235B-A22B-Instruct-2507-tput",
|
|
18085
18369
|
"name": "Qwen3 235B A22B Instruct 2507 FP8",
|
|
@@ -18100,6 +18384,11 @@ const MODELS = {
|
|
|
18100
18384
|
"name": "Qwen3.5 397B A17B",
|
|
18101
18385
|
"contextWindow": 262144
|
|
18102
18386
|
},
|
|
18387
|
+
{
|
|
18388
|
+
"id": "Qwen/Qwen3.5-9B",
|
|
18389
|
+
"name": "Qwen3.5 9B",
|
|
18390
|
+
"contextWindow": 262144
|
|
18391
|
+
},
|
|
18103
18392
|
{
|
|
18104
18393
|
"id": "Qwen/Qwen3.6-Plus",
|
|
18105
18394
|
"name": "Qwen3.6 Plus",
|
|
@@ -18116,6 +18405,33 @@ const MODELS = {
|
|
|
18116
18405
|
"contextWindow": 32768
|
|
18117
18406
|
}
|
|
18118
18407
|
],
|
|
18408
|
+
"umans-ai": [
|
|
18409
|
+
{
|
|
18410
|
+
"id": "umans-glm-5.1",
|
|
18411
|
+
"name": "GLM 5.1",
|
|
18412
|
+
"contextWindow": 204800
|
|
18413
|
+
},
|
|
18414
|
+
{
|
|
18415
|
+
"id": "umans-kimi-k2.6",
|
|
18416
|
+
"name": "Kimi K2.6",
|
|
18417
|
+
"contextWindow": 262144
|
|
18418
|
+
},
|
|
18419
|
+
{
|
|
18420
|
+
"id": "umans-kimi-k2.7",
|
|
18421
|
+
"name": "Kimi K2.7 Code",
|
|
18422
|
+
"contextWindow": 262144
|
|
18423
|
+
},
|
|
18424
|
+
{
|
|
18425
|
+
"id": "umans-coder",
|
|
18426
|
+
"name": "Umans Coder",
|
|
18427
|
+
"contextWindow": 262144
|
|
18428
|
+
},
|
|
18429
|
+
{
|
|
18430
|
+
"id": "umans-flash",
|
|
18431
|
+
"name": "Umans Flash",
|
|
18432
|
+
"contextWindow": 262144
|
|
18433
|
+
}
|
|
18434
|
+
],
|
|
18119
18435
|
"umans-ai-coding-plan": [
|
|
18120
18436
|
{
|
|
18121
18437
|
"id": "umans-glm-5.1",
|
|
@@ -18127,6 +18443,11 @@ const MODELS = {
|
|
|
18127
18443
|
"name": "Kimi K2.6",
|
|
18128
18444
|
"contextWindow": 262144
|
|
18129
18445
|
},
|
|
18446
|
+
{
|
|
18447
|
+
"id": "umans-kimi-k2.7",
|
|
18448
|
+
"name": "Kimi K2.7 Code",
|
|
18449
|
+
"contextWindow": 262144
|
|
18450
|
+
},
|
|
18130
18451
|
{
|
|
18131
18452
|
"id": "umans-qwen3.6-35b-a3b",
|
|
18132
18453
|
"name": "Qwen3.6 35B A3B",
|
|
@@ -18413,6 +18734,11 @@ const MODELS = {
|
|
|
18413
18734
|
"name": "Mercury 2",
|
|
18414
18735
|
"contextWindow": 128000
|
|
18415
18736
|
},
|
|
18737
|
+
{
|
|
18738
|
+
"id": "xiaomi-mimo-v2-5",
|
|
18739
|
+
"name": "MiMo-V2.5",
|
|
18740
|
+
"contextWindow": 1000000
|
|
18741
|
+
},
|
|
18416
18742
|
{
|
|
18417
18743
|
"id": "minimax-m25",
|
|
18418
18744
|
"name": "MiniMax M2.5",
|
|
@@ -18535,11 +18861,6 @@ const MODELS = {
|
|
|
18535
18861
|
}
|
|
18536
18862
|
],
|
|
18537
18863
|
"vercel": [
|
|
18538
|
-
{
|
|
18539
|
-
"id": "anthropic/claude-fable-5",
|
|
18540
|
-
"name": "Claude Fable 5",
|
|
18541
|
-
"contextWindow": 1000000
|
|
18542
|
-
},
|
|
18543
18864
|
{
|
|
18544
18865
|
"id": "anthropic/claude-3-haiku",
|
|
18545
18866
|
"name": "Claude Haiku 3",
|
|
@@ -19005,16 +19326,6 @@ const MODELS = {
|
|
|
19005
19326
|
"name": "Kimi K2 Thinking",
|
|
19006
19327
|
"contextWindow": 262114
|
|
19007
19328
|
},
|
|
19008
|
-
{
|
|
19009
|
-
"id": "moonshotai/kimi-k2-thinking-turbo",
|
|
19010
|
-
"name": "Kimi K2 Thinking Turbo",
|
|
19011
|
-
"contextWindow": 262114
|
|
19012
|
-
},
|
|
19013
|
-
{
|
|
19014
|
-
"id": "moonshotai/kimi-k2-turbo",
|
|
19015
|
-
"name": "Kimi K2 Turbo",
|
|
19016
|
-
"contextWindow": 256000
|
|
19017
|
-
},
|
|
19018
19329
|
{
|
|
19019
19330
|
"id": "moonshotai/kimi-k2.5",
|
|
19020
19331
|
"name": "Kimi K2.5",
|
|
@@ -19025,6 +19336,11 @@ const MODELS = {
|
|
|
19025
19336
|
"name": "Kimi K2.6",
|
|
19026
19337
|
"contextWindow": 262000
|
|
19027
19338
|
},
|
|
19339
|
+
{
|
|
19340
|
+
"id": "moonshotai/kimi-k2.7-code",
|
|
19341
|
+
"name": "Kimi K2.7 Code",
|
|
19342
|
+
"contextWindow": 256000
|
|
19343
|
+
},
|
|
19028
19344
|
{
|
|
19029
19345
|
"id": "meta/llama-3.1-70b",
|
|
19030
19346
|
"name": "Llama 3.1 70B Instruct",
|
|
@@ -19855,6 +20171,13 @@ const MODELS = {
|
|
|
19855
20171
|
"contextWindow": 200000
|
|
19856
20172
|
}
|
|
19857
20173
|
],
|
|
20174
|
+
"zeldoc": [
|
|
20175
|
+
{
|
|
20176
|
+
"id": "z-code",
|
|
20177
|
+
"name": "Z-Code",
|
|
20178
|
+
"contextWindow": 262144
|
|
20179
|
+
}
|
|
20180
|
+
],
|
|
19858
20181
|
"zenmux": [
|
|
19859
20182
|
{
|
|
19860
20183
|
"id": "sapiens-ai/agnes-1.5-lite",
|
|
@@ -20271,6 +20594,16 @@ const MODELS = {
|
|
|
20271
20594
|
"name": "Kimi K2.6",
|
|
20272
20595
|
"contextWindow": 262140
|
|
20273
20596
|
},
|
|
20597
|
+
{
|
|
20598
|
+
"id": "moonshotai/kimi-k2.7-code",
|
|
20599
|
+
"name": "Kimi K2.7 Code",
|
|
20600
|
+
"contextWindow": 262144
|
|
20601
|
+
},
|
|
20602
|
+
{
|
|
20603
|
+
"id": "moonshotai/kimi-k2.7-code-free",
|
|
20604
|
+
"name": "Kimi K2.7 Code (Free)",
|
|
20605
|
+
"contextWindow": 262144
|
|
20606
|
+
},
|
|
20274
20607
|
{
|
|
20275
20608
|
"id": "inclusionai/ling-1t",
|
|
20276
20609
|
"name": "Ling-1T",
|