@mohanscodex/spectra-ai 0.4.7 → 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 +516 -71
- 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",
|
|
@@ -4088,6 +4160,11 @@ const MODELS = {
|
|
|
4088
4160
|
"name": "Claude Opus 4.7",
|
|
4089
4161
|
"contextWindow": 1000000
|
|
4090
4162
|
},
|
|
4163
|
+
{
|
|
4164
|
+
"id": "claude-opus4-8",
|
|
4165
|
+
"name": "Claude Opus 4.8",
|
|
4166
|
+
"contextWindow": 1000000
|
|
4167
|
+
},
|
|
4091
4168
|
{
|
|
4092
4169
|
"id": "claude-sonnet-4",
|
|
4093
4170
|
"name": "Claude Sonnet 4",
|
|
@@ -4534,6 +4611,11 @@ const MODELS = {
|
|
|
4534
4611
|
"name": "DeepSeek V4 Pro",
|
|
4535
4612
|
"contextWindow": 1048576
|
|
4536
4613
|
},
|
|
4614
|
+
{
|
|
4615
|
+
"id": "deepseek-ai/DeepSeek-R1-0528",
|
|
4616
|
+
"name": "DeepSeek-R1-0528",
|
|
4617
|
+
"contextWindow": 163840
|
|
4618
|
+
},
|
|
4537
4619
|
{
|
|
4538
4620
|
"id": "deepseek-ai/DeepSeek-V3.2",
|
|
4539
4621
|
"name": "DeepSeek-V3.2",
|
|
@@ -4552,7 +4634,7 @@ const MODELS = {
|
|
|
4552
4634
|
{
|
|
4553
4635
|
"id": "zai-org/GLM-4.6",
|
|
4554
4636
|
"name": "GLM-4.6",
|
|
4555
|
-
"contextWindow":
|
|
4637
|
+
"contextWindow": 202752
|
|
4556
4638
|
},
|
|
4557
4639
|
{
|
|
4558
4640
|
"id": "zai-org/GLM-4.7",
|
|
@@ -4599,15 +4681,10 @@ const MODELS = {
|
|
|
4599
4681
|
"name": "Llama 3.3 70B Turbo",
|
|
4600
4682
|
"contextWindow": 131072
|
|
4601
4683
|
},
|
|
4602
|
-
{
|
|
4603
|
-
"id": "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
4604
|
-
"name": "Llama 4 Maverick 17B FP8",
|
|
4605
|
-
"contextWindow": 1000000
|
|
4606
|
-
},
|
|
4607
4684
|
{
|
|
4608
4685
|
"id": "meta-llama/Llama-4-Scout-17B-16E-Instruct",
|
|
4609
4686
|
"name": "Llama 4 Scout 17B",
|
|
4610
|
-
"contextWindow":
|
|
4687
|
+
"contextWindow": 327680
|
|
4611
4688
|
},
|
|
4612
4689
|
{
|
|
4613
4690
|
"id": "XiaomiMiMo/MiMo-V2.5",
|
|
@@ -4622,7 +4699,7 @@ const MODELS = {
|
|
|
4622
4699
|
{
|
|
4623
4700
|
"id": "MiniMaxAI/MiniMax-M2.5",
|
|
4624
4701
|
"name": "MiniMax M2.5",
|
|
4625
|
-
"contextWindow":
|
|
4702
|
+
"contextWindow": 196608
|
|
4626
4703
|
},
|
|
4627
4704
|
{
|
|
4628
4705
|
"id": "Qwen/Qwen3.5-35B-A3B",
|
|
@@ -4668,6 +4745,11 @@ const MODELS = {
|
|
|
4668
4745
|
}
|
|
4669
4746
|
],
|
|
4670
4747
|
"digitalocean": [
|
|
4748
|
+
{
|
|
4749
|
+
"id": "anthropic-claude-fable-5",
|
|
4750
|
+
"name": "Anthropic Claude Fable 5",
|
|
4751
|
+
"contextWindow": 1000000
|
|
4752
|
+
},
|
|
4671
4753
|
{
|
|
4672
4754
|
"id": "anthropic-claude-3-opus",
|
|
4673
4755
|
"name": "Claude 3 Opus",
|
|
@@ -4689,12 +4771,12 @@ const MODELS = {
|
|
|
4689
4771
|
"contextWindow": 200000
|
|
4690
4772
|
},
|
|
4691
4773
|
{
|
|
4692
|
-
"id": "anthropic-claude-4.5
|
|
4774
|
+
"id": "anthropic-claude-haiku-4.5",
|
|
4693
4775
|
"name": "Claude Haiku 4.5",
|
|
4694
4776
|
"contextWindow": 200000
|
|
4695
4777
|
},
|
|
4696
4778
|
{
|
|
4697
|
-
"id": "anthropic-claude-
|
|
4779
|
+
"id": "anthropic-claude-4.5-haiku",
|
|
4698
4780
|
"name": "Claude Haiku 4.5",
|
|
4699
4781
|
"contextWindow": 200000
|
|
4700
4782
|
},
|
|
@@ -4918,6 +5000,11 @@ const MODELS = {
|
|
|
4918
5000
|
"name": "Nemotron 3 Nano 30B A3B",
|
|
4919
5001
|
"contextWindow": 262144
|
|
4920
5002
|
},
|
|
5003
|
+
{
|
|
5004
|
+
"id": "nemotron-3-ultra-550b",
|
|
5005
|
+
"name": "Nemotron 3 Ultra",
|
|
5006
|
+
"contextWindow": 131072
|
|
5007
|
+
},
|
|
4921
5008
|
{
|
|
4922
5009
|
"id": "nemotron-nano-12b-v2-vl",
|
|
4923
5010
|
"name": "Nemotron Nano 12B v2 VL",
|
|
@@ -5051,11 +5138,26 @@ const MODELS = {
|
|
|
5051
5138
|
"name": "Claude Opus 4.1",
|
|
5052
5139
|
"contextWindow": 200000
|
|
5053
5140
|
},
|
|
5141
|
+
{
|
|
5142
|
+
"id": "anthropic/claude-opus-4.8",
|
|
5143
|
+
"name": "Claude Opus 4.8",
|
|
5144
|
+
"contextWindow": 1000000
|
|
5145
|
+
},
|
|
5054
5146
|
{
|
|
5055
5147
|
"id": "anthropic/claude-sonnet-4",
|
|
5056
5148
|
"name": "Claude Sonnet 4",
|
|
5057
5149
|
"contextWindow": 200000
|
|
5058
5150
|
},
|
|
5151
|
+
{
|
|
5152
|
+
"id": "anthropic/claude-sonnet-4.6",
|
|
5153
|
+
"name": "Claude Sonnet 4.6",
|
|
5154
|
+
"contextWindow": 1000000
|
|
5155
|
+
},
|
|
5156
|
+
{
|
|
5157
|
+
"id": "deepseek/deepseek-v4-pro",
|
|
5158
|
+
"name": "DeepSeek V4 Pro",
|
|
5159
|
+
"contextWindow": 1000000
|
|
5160
|
+
},
|
|
5059
5161
|
{
|
|
5060
5162
|
"id": "google/gemini-2.5-flash",
|
|
5061
5163
|
"name": "Gemini 2.5 Flash",
|
|
@@ -5066,11 +5168,31 @@ const MODELS = {
|
|
|
5066
5168
|
"name": "Gemini 2.5 Pro",
|
|
5067
5169
|
"contextWindow": 1048576
|
|
5068
5170
|
},
|
|
5171
|
+
{
|
|
5172
|
+
"id": "google/gemini-3.1-pro-preview",
|
|
5173
|
+
"name": "Gemini 3.1 Pro Preview",
|
|
5174
|
+
"contextWindow": 1048576
|
|
5175
|
+
},
|
|
5176
|
+
{
|
|
5177
|
+
"id": "google/gemini-3.5-flash",
|
|
5178
|
+
"name": "Gemini 3.5 Flash",
|
|
5179
|
+
"contextWindow": 1048576
|
|
5180
|
+
},
|
|
5181
|
+
{
|
|
5182
|
+
"id": "google/gemma-4-31b-it",
|
|
5183
|
+
"name": "Gemma 4 31B IT",
|
|
5184
|
+
"contextWindow": 262144
|
|
5185
|
+
},
|
|
5069
5186
|
{
|
|
5070
5187
|
"id": "z-ai/glm-5",
|
|
5071
5188
|
"name": "GLM-5",
|
|
5072
5189
|
"contextWindow": 204800
|
|
5073
5190
|
},
|
|
5191
|
+
{
|
|
5192
|
+
"id": "z-ai/glm-5.1",
|
|
5193
|
+
"name": "GLM-5.1",
|
|
5194
|
+
"contextWindow": 200000
|
|
5195
|
+
},
|
|
5074
5196
|
{
|
|
5075
5197
|
"id": "openai/gpt-oss-120b",
|
|
5076
5198
|
"name": "GPT OSS 120B",
|
|
@@ -5081,6 +5203,11 @@ const MODELS = {
|
|
|
5081
5203
|
"name": "GPT OSS 20B",
|
|
5082
5204
|
"contextWindow": 131072
|
|
5083
5205
|
},
|
|
5206
|
+
{
|
|
5207
|
+
"id": "openai/gpt-realtime-1.5",
|
|
5208
|
+
"name": "GPT Realtime 1.5",
|
|
5209
|
+
"contextWindow": 32000
|
|
5210
|
+
},
|
|
5084
5211
|
{
|
|
5085
5212
|
"id": "openai/gpt-4.1",
|
|
5086
5213
|
"name": "GPT-4.1",
|
|
@@ -5101,20 +5228,80 @@ const MODELS = {
|
|
|
5101
5228
|
"name": "GPT-5 Nano",
|
|
5102
5229
|
"contextWindow": 400000
|
|
5103
5230
|
},
|
|
5231
|
+
{
|
|
5232
|
+
"id": "openai/gpt-5.3-codex",
|
|
5233
|
+
"name": "GPT-5.3 Codex",
|
|
5234
|
+
"contextWindow": 400000
|
|
5235
|
+
},
|
|
5236
|
+
{
|
|
5237
|
+
"id": "openai/gpt-5.4-mini",
|
|
5238
|
+
"name": "GPT-5.4 mini",
|
|
5239
|
+
"contextWindow": 400000
|
|
5240
|
+
},
|
|
5241
|
+
{
|
|
5242
|
+
"id": "openai/gpt-5.4-nano",
|
|
5243
|
+
"name": "GPT-5.4 nano",
|
|
5244
|
+
"contextWindow": 400000
|
|
5245
|
+
},
|
|
5246
|
+
{
|
|
5247
|
+
"id": "openai/gpt-5.5",
|
|
5248
|
+
"name": "GPT-5.5",
|
|
5249
|
+
"contextWindow": 1050000
|
|
5250
|
+
},
|
|
5251
|
+
{
|
|
5252
|
+
"id": "openai/gpt-5.5-pro",
|
|
5253
|
+
"name": "GPT-5.5 Pro",
|
|
5254
|
+
"contextWindow": 1050000
|
|
5255
|
+
},
|
|
5104
5256
|
{
|
|
5105
5257
|
"id": "x-ai/grok-4",
|
|
5106
5258
|
"name": "Grok 4",
|
|
5107
5259
|
"contextWindow": 256000
|
|
5108
5260
|
},
|
|
5261
|
+
{
|
|
5262
|
+
"id": "x-ai/grok-4.3",
|
|
5263
|
+
"name": "Grok 4.3",
|
|
5264
|
+
"contextWindow": 1000000
|
|
5265
|
+
},
|
|
5266
|
+
{
|
|
5267
|
+
"id": "x-ai/grok-build-0.1",
|
|
5268
|
+
"name": "Grok Build 0.1",
|
|
5269
|
+
"contextWindow": 256000
|
|
5270
|
+
},
|
|
5109
5271
|
{
|
|
5110
5272
|
"id": "moonshotai/kimi-k2",
|
|
5111
5273
|
"name": "Kimi K2",
|
|
5112
5274
|
"contextWindow": 131072
|
|
5113
5275
|
},
|
|
5276
|
+
{
|
|
5277
|
+
"id": "moonshotai/kimi-k2.6",
|
|
5278
|
+
"name": "Kimi K2.6",
|
|
5279
|
+
"contextWindow": 262144
|
|
5280
|
+
},
|
|
5281
|
+
{
|
|
5282
|
+
"id": "minimax/minimax-m2.7",
|
|
5283
|
+
"name": "MiniMax-M2.7",
|
|
5284
|
+
"contextWindow": 204800
|
|
5285
|
+
},
|
|
5286
|
+
{
|
|
5287
|
+
"id": "minimax/minimax-m2.7-highspeed",
|
|
5288
|
+
"name": "MiniMax-M2.7-highspeed",
|
|
5289
|
+
"contextWindow": 204800
|
|
5290
|
+
},
|
|
5114
5291
|
{
|
|
5115
5292
|
"id": "qwen/qwen3-coder",
|
|
5116
5293
|
"name": "Qwen3 Coder",
|
|
5117
5294
|
"contextWindow": 262144
|
|
5295
|
+
},
|
|
5296
|
+
{
|
|
5297
|
+
"id": "sarvam/sarvam-105b",
|
|
5298
|
+
"name": "Sarvam 105B",
|
|
5299
|
+
"contextWindow": 131072
|
|
5300
|
+
},
|
|
5301
|
+
{
|
|
5302
|
+
"id": "sarvam/sarvam-30b",
|
|
5303
|
+
"name": "Sarvam 30B",
|
|
5304
|
+
"contextWindow": 128000
|
|
5118
5305
|
}
|
|
5119
5306
|
],
|
|
5120
5307
|
"firepass": [
|
|
@@ -5155,11 +5342,6 @@ const MODELS = {
|
|
|
5155
5342
|
"name": "GPT OSS 20B",
|
|
5156
5343
|
"contextWindow": 131072
|
|
5157
5344
|
},
|
|
5158
|
-
{
|
|
5159
|
-
"id": "accounts/fireworks/models/kimi-k2p5",
|
|
5160
|
-
"name": "Kimi K2.5",
|
|
5161
|
-
"contextWindow": 256000
|
|
5162
|
-
},
|
|
5163
5345
|
{
|
|
5164
5346
|
"id": "accounts/fireworks/models/kimi-k2p6",
|
|
5165
5347
|
"name": "Kimi K2.6",
|
|
@@ -5176,9 +5358,14 @@ const MODELS = {
|
|
|
5176
5358
|
"contextWindow": 262000
|
|
5177
5359
|
},
|
|
5178
5360
|
{
|
|
5179
|
-
"id": "accounts/fireworks/models/
|
|
5180
|
-
"name": "
|
|
5181
|
-
"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
|
|
5182
5369
|
},
|
|
5183
5370
|
{
|
|
5184
5371
|
"id": "accounts/fireworks/models/minimax-m2p7",
|
|
@@ -5186,8 +5373,13 @@ const MODELS = {
|
|
|
5186
5373
|
"contextWindow": 196608
|
|
5187
5374
|
},
|
|
5188
5375
|
{
|
|
5189
|
-
"id": "accounts/fireworks/models/
|
|
5190
|
-
"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",
|
|
5191
5383
|
"contextWindow": 262144
|
|
5192
5384
|
}
|
|
5193
5385
|
],
|
|
@@ -5362,14 +5554,14 @@ const MODELS = {
|
|
|
5362
5554
|
"contextWindow": 2000000
|
|
5363
5555
|
},
|
|
5364
5556
|
{
|
|
5365
|
-
"id": "grok-
|
|
5557
|
+
"id": "grok-code-fast-1",
|
|
5366
5558
|
"name": "Grok 4.1 Fast (Reasoning)",
|
|
5367
|
-
"contextWindow":
|
|
5559
|
+
"contextWindow": 256000
|
|
5368
5560
|
},
|
|
5369
5561
|
{
|
|
5370
|
-
"id": "grok-
|
|
5562
|
+
"id": "grok-4-1-fast-reasoning",
|
|
5371
5563
|
"name": "Grok 4.1 Fast (Reasoning)",
|
|
5372
|
-
"contextWindow":
|
|
5564
|
+
"contextWindow": 2000000
|
|
5373
5565
|
},
|
|
5374
5566
|
{
|
|
5375
5567
|
"id": "grok-4-3",
|
|
@@ -5408,6 +5600,11 @@ const MODELS = {
|
|
|
5408
5600
|
}
|
|
5409
5601
|
],
|
|
5410
5602
|
"github-copilot": [
|
|
5603
|
+
{
|
|
5604
|
+
"id": "claude-fable-5",
|
|
5605
|
+
"name": "Claude Fable 5",
|
|
5606
|
+
"contextWindow": 1000000
|
|
5607
|
+
},
|
|
5411
5608
|
{
|
|
5412
5609
|
"id": "claude-haiku-4.5",
|
|
5413
5610
|
"name": "Claude Haiku 4.5 (latest)",
|
|
@@ -6425,12 +6622,12 @@ const MODELS = {
|
|
|
6425
6622
|
"contextWindow": 1047576
|
|
6426
6623
|
},
|
|
6427
6624
|
{
|
|
6428
|
-
"id": "gpt-4.1-mini",
|
|
6625
|
+
"id": "gpt-4.1-mini-2025-04-14",
|
|
6429
6626
|
"name": "OpenAI GPT-4.1 Mini",
|
|
6430
6627
|
"contextWindow": 1047576
|
|
6431
6628
|
},
|
|
6432
6629
|
{
|
|
6433
|
-
"id": "gpt-4.1-mini
|
|
6630
|
+
"id": "gpt-4.1-mini",
|
|
6434
6631
|
"name": "OpenAI GPT-4.1 Mini",
|
|
6435
6632
|
"contextWindow": 1047576
|
|
6436
6633
|
},
|
|
@@ -8563,6 +8760,11 @@ const MODELS = {
|
|
|
8563
8760
|
"id": "k2p6",
|
|
8564
8761
|
"name": "Kimi K2.6",
|
|
8565
8762
|
"contextWindow": 262144
|
|
8763
|
+
},
|
|
8764
|
+
{
|
|
8765
|
+
"id": "k2p7",
|
|
8766
|
+
"name": "Kimi K2.7 Code",
|
|
8767
|
+
"contextWindow": 262144
|
|
8566
8768
|
}
|
|
8567
8769
|
],
|
|
8568
8770
|
"kuae-cloud-coding-plan": [
|
|
@@ -9448,6 +9650,13 @@ const MODELS = {
|
|
|
9448
9650
|
"contextWindow": 256000
|
|
9449
9651
|
}
|
|
9450
9652
|
],
|
|
9653
|
+
"llmtr": [
|
|
9654
|
+
{
|
|
9655
|
+
"id": "qwen3-6-35b",
|
|
9656
|
+
"name": "Qwen3.6 35B-A3B",
|
|
9657
|
+
"contextWindow": 16384
|
|
9658
|
+
}
|
|
9659
|
+
],
|
|
9451
9660
|
"lmstudio": [
|
|
9452
9661
|
{
|
|
9453
9662
|
"id": "openai/gpt-oss-20b",
|
|
@@ -10387,6 +10596,11 @@ const MODELS = {
|
|
|
10387
10596
|
"id": "kimi-k2.6",
|
|
10388
10597
|
"name": "Kimi K2.6",
|
|
10389
10598
|
"contextWindow": 262144
|
|
10599
|
+
},
|
|
10600
|
+
{
|
|
10601
|
+
"id": "kimi-k2.7-code",
|
|
10602
|
+
"name": "Kimi K2.7 Code",
|
|
10603
|
+
"contextWindow": 262144
|
|
10390
10604
|
}
|
|
10391
10605
|
],
|
|
10392
10606
|
"moonshotai-cn": [
|
|
@@ -11616,11 +11830,6 @@ const MODELS = {
|
|
|
11616
11830
|
"name": "Llama-3.3-70B-Instruct",
|
|
11617
11831
|
"contextWindow": 128000
|
|
11618
11832
|
},
|
|
11619
|
-
{
|
|
11620
|
-
"id": "meta-llama/Meta-Llama-3.1-8B-Instruct",
|
|
11621
|
-
"name": "Meta-Llama-3.1-8B-Instruct",
|
|
11622
|
-
"contextWindow": 128000
|
|
11623
|
-
},
|
|
11624
11833
|
{
|
|
11625
11834
|
"id": "MiniMaxAI/MiniMax-M2.5",
|
|
11626
11835
|
"name": "MiniMax-M2.5",
|
|
@@ -11692,6 +11901,133 @@ const MODELS = {
|
|
|
11692
11901
|
"contextWindow": 8000
|
|
11693
11902
|
}
|
|
11694
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
|
+
],
|
|
11695
12031
|
"neuralwatt": [
|
|
11696
12032
|
{
|
|
11697
12033
|
"id": "mistralai/Devstral-Small-2-24B-Instruct-2512",
|
|
@@ -13127,6 +13463,11 @@ const MODELS = {
|
|
|
13127
13463
|
"name": "Kimi K2.6",
|
|
13128
13464
|
"contextWindow": 262144
|
|
13129
13465
|
},
|
|
13466
|
+
{
|
|
13467
|
+
"id": "kimi-k2.7-code",
|
|
13468
|
+
"name": "Kimi K2.7 Code",
|
|
13469
|
+
"contextWindow": 262144
|
|
13470
|
+
},
|
|
13130
13471
|
{
|
|
13131
13472
|
"id": "mimo-v2-omni",
|
|
13132
13473
|
"name": "MiMo V2 Omni",
|
|
@@ -13159,7 +13500,7 @@ const MODELS = {
|
|
|
13159
13500
|
},
|
|
13160
13501
|
{
|
|
13161
13502
|
"id": "minimax-m3",
|
|
13162
|
-
"name": "MiniMax M3",
|
|
13503
|
+
"name": "MiniMax M3 (3x usage)",
|
|
13163
13504
|
"contextWindow": 512000
|
|
13164
13505
|
},
|
|
13165
13506
|
{
|
|
@@ -13337,7 +13678,7 @@ const MODELS = {
|
|
|
13337
13678
|
{
|
|
13338
13679
|
"id": "deepseek/deepseek-v4-flash",
|
|
13339
13680
|
"name": "DeepSeek V4 Flash",
|
|
13340
|
-
"contextWindow":
|
|
13681
|
+
"contextWindow": 1048575
|
|
13341
13682
|
},
|
|
13342
13683
|
{
|
|
13343
13684
|
"id": "deepseek/deepseek-v4-pro",
|
|
@@ -13447,7 +13788,7 @@ const MODELS = {
|
|
|
13447
13788
|
{
|
|
13448
13789
|
"id": "google/gemma-4-31b-it",
|
|
13449
13790
|
"name": "Gemma 4 31B IT",
|
|
13450
|
-
"contextWindow":
|
|
13791
|
+
"contextWindow": 262144
|
|
13451
13792
|
},
|
|
13452
13793
|
{
|
|
13453
13794
|
"id": "z-ai/glm-4.5",
|
|
@@ -13792,7 +14133,7 @@ const MODELS = {
|
|
|
13792
14133
|
{
|
|
13793
14134
|
"id": "moonshotai/kimi-k2.5",
|
|
13794
14135
|
"name": "Kimi K2.5",
|
|
13795
|
-
"contextWindow":
|
|
14136
|
+
"contextWindow": 256000
|
|
13796
14137
|
},
|
|
13797
14138
|
{
|
|
13798
14139
|
"id": "moonshotai/kimi-k2.6",
|
|
@@ -13800,8 +14141,8 @@ const MODELS = {
|
|
|
13800
14141
|
"contextWindow": 262142
|
|
13801
14142
|
},
|
|
13802
14143
|
{
|
|
13803
|
-
"id": "moonshotai/kimi-k2.
|
|
13804
|
-
"name": "Kimi K2.
|
|
14144
|
+
"id": "moonshotai/kimi-k2.7-code",
|
|
14145
|
+
"name": "Kimi K2.7 Code",
|
|
13805
14146
|
"contextWindow": 262144
|
|
13806
14147
|
},
|
|
13807
14148
|
{
|
|
@@ -13907,7 +14248,7 @@ const MODELS = {
|
|
|
13907
14248
|
{
|
|
13908
14249
|
"id": "minimax/minimax-m2.7",
|
|
13909
14250
|
"name": "MiniMax-M2.7",
|
|
13910
|
-
"contextWindow":
|
|
14251
|
+
"contextWindow": 196608
|
|
13911
14252
|
},
|
|
13912
14253
|
{
|
|
13913
14254
|
"id": "minimax/minimax-m3",
|
|
@@ -14024,11 +14365,6 @@ const MODELS = {
|
|
|
14024
14365
|
"name": "Nemotron Nano 12B 2 VL (free)",
|
|
14025
14366
|
"contextWindow": 128000
|
|
14026
14367
|
},
|
|
14027
|
-
{
|
|
14028
|
-
"id": "nvidia/nemotron-nano-9b-v2",
|
|
14029
|
-
"name": "Nemotron Nano 9B v2",
|
|
14030
|
-
"contextWindow": 131072
|
|
14031
|
-
},
|
|
14032
14368
|
{
|
|
14033
14369
|
"id": "nvidia/nemotron-nano-9b-v2:free",
|
|
14034
14370
|
"name": "Nemotron Nano 9B V2 (free)",
|
|
@@ -14322,12 +14658,12 @@ const MODELS = {
|
|
|
14322
14658
|
{
|
|
14323
14659
|
"id": "qwen/qwen3.6-27b",
|
|
14324
14660
|
"name": "Qwen3.6 27B",
|
|
14325
|
-
"contextWindow":
|
|
14661
|
+
"contextWindow": 262140
|
|
14326
14662
|
},
|
|
14327
14663
|
{
|
|
14328
14664
|
"id": "qwen/qwen3.6-35b-a3b",
|
|
14329
14665
|
"name": "Qwen3.6 35B-A3B",
|
|
14330
|
-
"contextWindow":
|
|
14666
|
+
"contextWindow": 262144
|
|
14331
14667
|
},
|
|
14332
14668
|
{
|
|
14333
14669
|
"id": "qwen/qwen3.6-flash",
|
|
@@ -17490,6 +17826,11 @@ const MODELS = {
|
|
|
17490
17826
|
}
|
|
17491
17827
|
],
|
|
17492
17828
|
"snowflake-cortex": [
|
|
17829
|
+
{
|
|
17830
|
+
"id": "claude-fable-5",
|
|
17831
|
+
"name": "Claude Fable 5",
|
|
17832
|
+
"contextWindow": 1000000
|
|
17833
|
+
},
|
|
17493
17834
|
{
|
|
17494
17835
|
"id": "claude-haiku-4-5",
|
|
17495
17836
|
"name": "Claude Haiku 4.5 (latest)",
|
|
@@ -17500,6 +17841,11 @@ const MODELS = {
|
|
|
17500
17841
|
"name": "Claude Opus 4.7",
|
|
17501
17842
|
"contextWindow": 1000000
|
|
17502
17843
|
},
|
|
17844
|
+
{
|
|
17845
|
+
"id": "claude-opus-4-8",
|
|
17846
|
+
"name": "Claude Opus 4.8",
|
|
17847
|
+
"contextWindow": 1000000
|
|
17848
|
+
},
|
|
17503
17849
|
{
|
|
17504
17850
|
"id": "claude-sonnet-4-5",
|
|
17505
17851
|
"name": "Claude Sonnet 4.5 (latest)",
|
|
@@ -17510,6 +17856,16 @@ const MODELS = {
|
|
|
17510
17856
|
"name": "Claude Sonnet 4.6",
|
|
17511
17857
|
"contextWindow": 1000000
|
|
17512
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
|
+
},
|
|
17513
17869
|
{
|
|
17514
17870
|
"id": "openai-gpt-4.1",
|
|
17515
17871
|
"name": "GPT-4.1",
|
|
@@ -17544,6 +17900,21 @@ const MODELS = {
|
|
|
17544
17900
|
"id": "openai-gpt-5.4",
|
|
17545
17901
|
"name": "GPT-5.4",
|
|
17546
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
|
|
17547
17918
|
}
|
|
17548
17919
|
],
|
|
17549
17920
|
"stackit": [
|
|
@@ -17933,6 +18304,11 @@ const MODELS = {
|
|
|
17933
18304
|
"name": "Gemma 4 31B Instruct",
|
|
17934
18305
|
"contextWindow": 262144
|
|
17935
18306
|
},
|
|
18307
|
+
{
|
|
18308
|
+
"id": "zai-org/GLM-5",
|
|
18309
|
+
"name": "GLM-5",
|
|
18310
|
+
"contextWindow": 202752
|
|
18311
|
+
},
|
|
17936
18312
|
{
|
|
17937
18313
|
"id": "zai-org/GLM-5.1",
|
|
17938
18314
|
"name": "GLM-5.1",
|
|
@@ -17943,6 +18319,11 @@ const MODELS = {
|
|
|
17943
18319
|
"name": "GPT OSS 120B",
|
|
17944
18320
|
"contextWindow": 131072
|
|
17945
18321
|
},
|
|
18322
|
+
{
|
|
18323
|
+
"id": "openai/gpt-oss-20b",
|
|
18324
|
+
"name": "GPT OSS 20B",
|
|
18325
|
+
"contextWindow": 131072
|
|
18326
|
+
},
|
|
17946
18327
|
{
|
|
17947
18328
|
"id": "moonshotai/Kimi-K2.5",
|
|
17948
18329
|
"name": "Kimi K2.5",
|
|
@@ -17968,11 +18349,21 @@ const MODELS = {
|
|
|
17968
18349
|
"name": "MiniMax-M2.7",
|
|
17969
18350
|
"contextWindow": 202752
|
|
17970
18351
|
},
|
|
18352
|
+
{
|
|
18353
|
+
"id": "MiniMaxAI/MiniMax-M3",
|
|
18354
|
+
"name": "MiniMax-M3",
|
|
18355
|
+
"contextWindow": 524288
|
|
18356
|
+
},
|
|
17971
18357
|
{
|
|
17972
18358
|
"id": "nvidia/nemotron-3-ultra-550b-a55b",
|
|
17973
18359
|
"name": "Nemotron 3 Ultra 550B A55B",
|
|
17974
18360
|
"contextWindow": 512300
|
|
17975
18361
|
},
|
|
18362
|
+
{
|
|
18363
|
+
"id": "Qwen/Qwen2.5-7B-Instruct-Turbo",
|
|
18364
|
+
"name": "Qwen 2.5 7B Instruct Turbo",
|
|
18365
|
+
"contextWindow": 32768
|
|
18366
|
+
},
|
|
17976
18367
|
{
|
|
17977
18368
|
"id": "Qwen/Qwen3-235B-A22B-Instruct-2507-tput",
|
|
17978
18369
|
"name": "Qwen3 235B A22B Instruct 2507 FP8",
|
|
@@ -17993,6 +18384,11 @@ const MODELS = {
|
|
|
17993
18384
|
"name": "Qwen3.5 397B A17B",
|
|
17994
18385
|
"contextWindow": 262144
|
|
17995
18386
|
},
|
|
18387
|
+
{
|
|
18388
|
+
"id": "Qwen/Qwen3.5-9B",
|
|
18389
|
+
"name": "Qwen3.5 9B",
|
|
18390
|
+
"contextWindow": 262144
|
|
18391
|
+
},
|
|
17996
18392
|
{
|
|
17997
18393
|
"id": "Qwen/Qwen3.6-Plus",
|
|
17998
18394
|
"name": "Qwen3.6 Plus",
|
|
@@ -18009,6 +18405,33 @@ const MODELS = {
|
|
|
18009
18405
|
"contextWindow": 32768
|
|
18010
18406
|
}
|
|
18011
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
|
+
],
|
|
18012
18435
|
"umans-ai-coding-plan": [
|
|
18013
18436
|
{
|
|
18014
18437
|
"id": "umans-glm-5.1",
|
|
@@ -18020,6 +18443,11 @@ const MODELS = {
|
|
|
18020
18443
|
"name": "Kimi K2.6",
|
|
18021
18444
|
"contextWindow": 262144
|
|
18022
18445
|
},
|
|
18446
|
+
{
|
|
18447
|
+
"id": "umans-kimi-k2.7",
|
|
18448
|
+
"name": "Kimi K2.7 Code",
|
|
18449
|
+
"contextWindow": 262144
|
|
18450
|
+
},
|
|
18023
18451
|
{
|
|
18024
18452
|
"id": "umans-qwen3.6-35b-a3b",
|
|
18025
18453
|
"name": "Qwen3.6 35B A3B",
|
|
@@ -18306,6 +18734,11 @@ const MODELS = {
|
|
|
18306
18734
|
"name": "Mercury 2",
|
|
18307
18735
|
"contextWindow": 128000
|
|
18308
18736
|
},
|
|
18737
|
+
{
|
|
18738
|
+
"id": "xiaomi-mimo-v2-5",
|
|
18739
|
+
"name": "MiMo-V2.5",
|
|
18740
|
+
"contextWindow": 1000000
|
|
18741
|
+
},
|
|
18309
18742
|
{
|
|
18310
18743
|
"id": "minimax-m25",
|
|
18311
18744
|
"name": "MiniMax M2.5",
|
|
@@ -18428,11 +18861,6 @@ const MODELS = {
|
|
|
18428
18861
|
}
|
|
18429
18862
|
],
|
|
18430
18863
|
"vercel": [
|
|
18431
|
-
{
|
|
18432
|
-
"id": "anthropic/claude-fable-5",
|
|
18433
|
-
"name": "Claude Fable 5",
|
|
18434
|
-
"contextWindow": 1000000
|
|
18435
|
-
},
|
|
18436
18864
|
{
|
|
18437
18865
|
"id": "anthropic/claude-3-haiku",
|
|
18438
18866
|
"name": "Claude Haiku 3",
|
|
@@ -18889,20 +19317,15 @@ const MODELS = {
|
|
|
18889
19317
|
"contextWindow": 256000
|
|
18890
19318
|
},
|
|
18891
19319
|
{
|
|
18892
|
-
"id": "moonshotai/kimi-k2
|
|
18893
|
-
"name": "Kimi K2
|
|
18894
|
-
"contextWindow":
|
|
19320
|
+
"id": "moonshotai/kimi-k2",
|
|
19321
|
+
"name": "Kimi K2 Instruct",
|
|
19322
|
+
"contextWindow": 131072
|
|
18895
19323
|
},
|
|
18896
19324
|
{
|
|
18897
|
-
"id": "moonshotai/kimi-k2-thinking
|
|
18898
|
-
"name": "Kimi K2 Thinking
|
|
19325
|
+
"id": "moonshotai/kimi-k2-thinking",
|
|
19326
|
+
"name": "Kimi K2 Thinking",
|
|
18899
19327
|
"contextWindow": 262114
|
|
18900
19328
|
},
|
|
18901
|
-
{
|
|
18902
|
-
"id": "moonshotai/kimi-k2-turbo",
|
|
18903
|
-
"name": "Kimi K2 Turbo",
|
|
18904
|
-
"contextWindow": 256000
|
|
18905
|
-
},
|
|
18906
19329
|
{
|
|
18907
19330
|
"id": "moonshotai/kimi-k2.5",
|
|
18908
19331
|
"name": "Kimi K2.5",
|
|
@@ -18913,6 +19336,11 @@ const MODELS = {
|
|
|
18913
19336
|
"name": "Kimi K2.6",
|
|
18914
19337
|
"contextWindow": 262000
|
|
18915
19338
|
},
|
|
19339
|
+
{
|
|
19340
|
+
"id": "moonshotai/kimi-k2.7-code",
|
|
19341
|
+
"name": "Kimi K2.7 Code",
|
|
19342
|
+
"contextWindow": 256000
|
|
19343
|
+
},
|
|
18916
19344
|
{
|
|
18917
19345
|
"id": "meta/llama-3.1-70b",
|
|
18918
19346
|
"name": "Llama 3.1 70B Instruct",
|
|
@@ -19743,6 +20171,13 @@ const MODELS = {
|
|
|
19743
20171
|
"contextWindow": 200000
|
|
19744
20172
|
}
|
|
19745
20173
|
],
|
|
20174
|
+
"zeldoc": [
|
|
20175
|
+
{
|
|
20176
|
+
"id": "z-code",
|
|
20177
|
+
"name": "Z-Code",
|
|
20178
|
+
"contextWindow": 262144
|
|
20179
|
+
}
|
|
20180
|
+
],
|
|
19746
20181
|
"zenmux": [
|
|
19747
20182
|
{
|
|
19748
20183
|
"id": "sapiens-ai/agnes-1.5-lite",
|
|
@@ -20159,6 +20594,16 @@ const MODELS = {
|
|
|
20159
20594
|
"name": "Kimi K2.6",
|
|
20160
20595
|
"contextWindow": 262140
|
|
20161
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
|
+
},
|
|
20162
20607
|
{
|
|
20163
20608
|
"id": "inclusionai/ling-1t",
|
|
20164
20609
|
"name": "Ling-1T",
|
|
@@ -20270,13 +20715,13 @@ const MODELS = {
|
|
|
20270
20715
|
"contextWindow": 256000
|
|
20271
20716
|
},
|
|
20272
20717
|
{
|
|
20273
|
-
"id": "stepfun/step-3.
|
|
20274
|
-
"name": "Step 3.
|
|
20718
|
+
"id": "stepfun/step-3.7-flash",
|
|
20719
|
+
"name": "Step 3.7 Flash",
|
|
20275
20720
|
"contextWindow": 256000
|
|
20276
20721
|
},
|
|
20277
20722
|
{
|
|
20278
|
-
"id": "stepfun/step-3.7-flash",
|
|
20279
|
-
"name": "Step 3.7 Flash",
|
|
20723
|
+
"id": "stepfun/step-3.7-flash-free",
|
|
20724
|
+
"name": "Step 3.7 Flash (Free)",
|
|
20280
20725
|
"contextWindow": 256000
|
|
20281
20726
|
},
|
|
20282
20727
|
{
|