Skip to content

Commit a35d76f

Browse files
committed
✨ feat(providers): add 20+ new models and update context windows across 4 providers
New models: - Cortecs: MiniMax-M2.5 (196K context, new default) - Vercel: MiMo V2 Pro (1M context, new default) - Zenmux: MiMo V2 Omni/Pro, Doubao Seed 2.0 Code, GLM-5-Turbo, Qwen3.5 Flash/Plus, Grok 4.2 Fast variants, GPT-5.3/5.4 series (Codex/Chat/Nano/Mini/Pro), MiniMax M2.7/M2.7-highspeed, Gemini 3.1 Flash Lite/3 Pro Image Preview Context window updates (GitHub Copilot): - Claude Sonnet 4.6: 128K → 200
1 parent 40f544a commit a35d76f

20 files changed

Lines changed: 445 additions & 74 deletions

packages/core/data/providers/cortecs.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@
1111
"systemMessage": true
1212
},
1313
"models": [
14+
{
15+
"id": "minimax-m2.5",
16+
"name": "MiniMax-M2.5",
17+
"contextWindow": 196608,
18+
"maxOutput": 196608,
19+
"inputPrice": 0.32,
20+
"outputPrice": 1.18,
21+
"capabilities": [
22+
"chat",
23+
"function_calling",
24+
"reasoning",
25+
"streaming"
26+
],
27+
"default": true,
28+
"releaseDate": "2026-02-12"
29+
},
1430
{
1531
"id": "kimi-k2.5",
1632
"name": "Kimi K2.5",
@@ -25,7 +41,7 @@
2541
"reasoning",
2642
"streaming"
2743
],
28-
"default": true,
44+
"default": false,
2945
"releaseDate": "2026-01-27"
3046
},
3147
{

packages/core/data/providers/github-copilot.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
{
8585
"id": "claude-sonnet-4.6",
8686
"name": "Claude Sonnet 4.6",
87-
"contextWindow": 128000,
87+
"contextWindow": 200000,
8888
"maxOutput": 32000,
8989
"inputPrice": 0,
9090
"outputPrice": 0,
@@ -101,7 +101,7 @@
101101
{
102102
"id": "claude-opus-4.6",
103103
"name": "Claude Opus 4.6",
104-
"contextWindow": 128000,
104+
"contextWindow": 144000,
105105
"maxOutput": 64000,
106106
"inputPrice": 0,
107107
"outputPrice": 0,
@@ -171,7 +171,7 @@
171171
{
172172
"id": "gpt-5.1-codex-max",
173173
"name": "GPT-5.1-Codex-max",
174-
"contextWindow": 128000,
174+
"contextWindow": 400000,
175175
"maxOutput": 128000,
176176
"inputPrice": 0,
177177
"outputPrice": 0,
@@ -188,7 +188,7 @@
188188
{
189189
"id": "claude-opus-4.5",
190190
"name": "Claude Opus 4.5",
191-
"contextWindow": 128000,
191+
"contextWindow": 160000,
192192
"maxOutput": 32000,
193193
"inputPrice": 0,
194194
"outputPrice": 0,
@@ -224,7 +224,7 @@
224224
{
225225
"id": "gpt-5.1",
226226
"name": "GPT-5.1",
227-
"contextWindow": 128000,
227+
"contextWindow": 264000,
228228
"maxOutput": 64000,
229229
"inputPrice": 0,
230230
"outputPrice": 0,
@@ -241,7 +241,7 @@
241241
{
242242
"id": "gpt-5.1-codex-mini",
243243
"name": "GPT-5.1-Codex-mini",
244-
"contextWindow": 128000,
244+
"contextWindow": 400000,
245245
"maxOutput": 128000,
246246
"inputPrice": 0,
247247
"outputPrice": 0,
@@ -258,7 +258,7 @@
258258
{
259259
"id": "gpt-5.1-codex",
260260
"name": "GPT-5.1-Codex",
261-
"contextWindow": 128000,
261+
"contextWindow": 400000,
262262
"maxOutput": 128000,
263263
"inputPrice": 0,
264264
"outputPrice": 0,
@@ -275,7 +275,7 @@
275275
{
276276
"id": "claude-haiku-4.5",
277277
"name": "Claude Haiku 4.5",
278-
"contextWindow": 128000,
278+
"contextWindow": 144000,
279279
"maxOutput": 32000,
280280
"inputPrice": 0,
281281
"outputPrice": 0,
@@ -292,7 +292,7 @@
292292
{
293293
"id": "claude-sonnet-4.5",
294294
"name": "Claude Sonnet 4.5",
295-
"contextWindow": 128000,
295+
"contextWindow": 144000,
296296
"maxOutput": 32000,
297297
"inputPrice": 0,
298298
"outputPrice": 0,
@@ -325,7 +325,7 @@
325325
{
326326
"id": "gpt-5-mini",
327327
"name": "GPT-5-mini",
328-
"contextWindow": 128000,
328+
"contextWindow": 264000,
329329
"maxOutput": 64000,
330330
"inputPrice": 0,
331331
"outputPrice": 0,
@@ -375,7 +375,7 @@
375375
{
376376
"id": "claude-sonnet-4",
377377
"name": "Claude Sonnet 4",
378-
"contextWindow": 128000,
378+
"contextWindow": 216000,
379379
"maxOutput": 16000,
380380
"inputPrice": 0,
381381
"outputPrice": 0,
@@ -392,7 +392,7 @@
392392
{
393393
"id": "gpt-4.1",
394394
"name": "GPT-4.1",
395-
"contextWindow": 64000,
395+
"contextWindow": 128000,
396396
"maxOutput": 16384,
397397
"inputPrice": 0,
398398
"outputPrice": 0,
@@ -425,8 +425,8 @@
425425
{
426426
"id": "gpt-4o",
427427
"name": "GPT-4o",
428-
"contextWindow": 64000,
429-
"maxOutput": 16384,
428+
"contextWindow": 128000,
429+
"maxOutput": 4096,
430430
"inputPrice": 0,
431431
"outputPrice": 0,
432432
"capabilities": [

packages/core/data/providers/vercel.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@
1111
"systemMessage": true
1212
},
1313
"models": [
14+
{
15+
"id": "xiaomi/mimo-v2-pro",
16+
"name": "MiMo V2 Pro",
17+
"contextWindow": 1000000,
18+
"maxOutput": 128000,
19+
"inputPrice": 1,
20+
"outputPrice": 3,
21+
"capabilities": [
22+
"chat",
23+
"function_calling",
24+
"reasoning",
25+
"streaming"
26+
],
27+
"default": true,
28+
"releaseDate": "2026-03-18"
29+
},
1430
{
1531
"id": "minimax/minimax-m2.7",
1632
"name": "Minimax M2.7",
@@ -25,7 +41,7 @@
2541
"reasoning",
2642
"streaming"
2743
],
28-
"default": true,
44+
"default": false,
2945
"releaseDate": "2026-03-18"
3046
},
3147
{

0 commit comments

Comments
 (0)