Skip to content

Commit ee6f73f

Browse files
committed
chore: update new models
1 parent a4f6445 commit ee6f73f

16 files changed

Lines changed: 2376 additions & 813 deletions

dist/aihubmix.json

Lines changed: 760 additions & 556 deletions
Large diffs are not rendered by default.

dist/all.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/azure-cognitive-services.json

Lines changed: 1006 additions & 0 deletions
Large diffs are not rendered by default.

dist/azure.json

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,43 @@
9999
},
100100
"display_name": "GPT-4 32K"
101101
},
102+
{
103+
"id": "gpt-5.1-codex",
104+
"name": "GPT-5.1 Codex",
105+
"attachment": false,
106+
"reasoning": {
107+
"supported": true,
108+
"default": true
109+
},
110+
"tool_call": true,
111+
"temperature": false,
112+
"knowledge": "2024-09-30",
113+
"release_date": "2025-11-14",
114+
"last_updated": "2025-11-14",
115+
"modalities": {
116+
"input": [
117+
"text",
118+
"image",
119+
"audio"
120+
],
121+
"output": [
122+
"text",
123+
"image",
124+
"audio"
125+
]
126+
},
127+
"open_weights": false,
128+
"cost": {
129+
"input": 1.25,
130+
"output": 10,
131+
"cache_read": 0.125
132+
},
133+
"limit": {
134+
"context": 400000,
135+
"output": 128000
136+
},
137+
"display_name": "GPT-5.1 Codex"
138+
},
102139
{
103140
"id": "gpt-4.1-mini",
104141
"name": "GPT-4.1 mini",
@@ -293,6 +330,43 @@
293330
},
294331
"display_name": "o1-preview"
295332
},
333+
{
334+
"id": "gpt-5.1-codex-mini",
335+
"name": "GPT-5.1 Codex Mini",
336+
"attachment": false,
337+
"reasoning": {
338+
"supported": true,
339+
"default": true
340+
},
341+
"tool_call": true,
342+
"temperature": false,
343+
"knowledge": "2024-09-30",
344+
"release_date": "2025-11-14",
345+
"last_updated": "2025-11-14",
346+
"modalities": {
347+
"input": [
348+
"text",
349+
"image",
350+
"audio"
351+
],
352+
"output": [
353+
"text",
354+
"image",
355+
"audio"
356+
]
357+
},
358+
"open_weights": false,
359+
"cost": {
360+
"input": 0.25,
361+
"output": 2,
362+
"cache_read": 0.025
363+
},
364+
"limit": {
365+
"context": 400000,
366+
"output": 128000
367+
},
368+
"display_name": "GPT-5.1 Codex Mini"
369+
},
296370
{
297371
"id": "o3-mini",
298372
"name": "o3-mini",
@@ -326,6 +400,43 @@
326400
},
327401
"display_name": "o3-mini"
328402
},
403+
{
404+
"id": "gpt-5.1",
405+
"name": "GPT-5.1",
406+
"attachment": true,
407+
"reasoning": {
408+
"supported": true,
409+
"default": true
410+
},
411+
"tool_call": true,
412+
"temperature": false,
413+
"knowledge": "2024-09-30",
414+
"release_date": "2025-11-14",
415+
"last_updated": "2025-11-14",
416+
"modalities": {
417+
"input": [
418+
"text",
419+
"image",
420+
"audio"
421+
],
422+
"output": [
423+
"text",
424+
"image",
425+
"audio"
426+
]
427+
},
428+
"open_weights": false,
429+
"cost": {
430+
"input": 1.25,
431+
"output": 10,
432+
"cache_read": 0.125
433+
},
434+
"limit": {
435+
"context": 272000,
436+
"output": 128000
437+
},
438+
"display_name": "GPT-5.1"
439+
},
329440
{
330441
"id": "gpt-5-nano",
331442
"name": "GPT-5 Nano",
@@ -559,6 +670,43 @@
559670
},
560671
"display_name": "o1"
561672
},
673+
{
674+
"id": "gpt-5.1-chat",
675+
"name": "GPT-5.1 Chat",
676+
"attachment": true,
677+
"reasoning": {
678+
"supported": true,
679+
"default": true
680+
},
681+
"tool_call": true,
682+
"temperature": false,
683+
"knowledge": "2024-09-30",
684+
"release_date": "2025-11-14",
685+
"last_updated": "2025-11-14",
686+
"modalities": {
687+
"input": [
688+
"text",
689+
"image",
690+
"audio"
691+
],
692+
"output": [
693+
"text",
694+
"image",
695+
"audio"
696+
]
697+
},
698+
"open_weights": false,
699+
"cost": {
700+
"input": 1.25,
701+
"output": 10,
702+
"cache_read": 0.125
703+
},
704+
"limit": {
705+
"context": 128000,
706+
"output": 16384
707+
},
708+
"display_name": "GPT-5.1 Chat"
709+
},
562710
{
563711
"id": "gpt-5-mini",
564712
"name": "GPT-5 Mini",

dist/dc_sync_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"updated_at":1763115975935}
1+
{"updated_at":1763386670833}

dist/github-copilot.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"output": 0
135135
},
136136
"limit": {
137-
"context": 400000,
137+
"context": 128000,
138138
"output": 128000
139139
},
140140
"display_name": "GPT-5.1-Codex"
@@ -167,7 +167,7 @@
167167
"output": 0
168168
},
169169
"limit": {
170-
"context": 144000,
170+
"context": 128000,
171171
"output": 16000
172172
},
173173
"display_name": "Claude Haiku 4.5"
@@ -200,7 +200,7 @@
200200
"output": 0
201201
},
202202
"limit": {
203-
"context": 264000,
203+
"context": 200000,
204204
"output": 64000
205205
},
206206
"display_name": "Raptor Mini (Preview)"
@@ -266,7 +266,7 @@
266266
"output": 0
267267
},
268268
"limit": {
269-
"context": 400000,
269+
"context": 128000,
270270
"output": 100000
271271
},
272272
"display_name": "GPT-5.1-Codex-mini"
@@ -332,7 +332,7 @@
332332
"output": 0
333333
},
334334
"limit": {
335-
"context": 400000,
335+
"context": 128000,
336336
"output": 128000
337337
},
338338
"display_name": "GPT-5.1"
@@ -365,7 +365,7 @@
365365
"output": 0
366366
},
367367
"limit": {
368-
"context": 400000,
368+
"context": 128000,
369369
"output": 128000
370370
},
371371
"display_name": "GPT-5-Codex"
@@ -397,7 +397,7 @@
397397
"output": 0
398398
},
399399
"limit": {
400-
"context": 128000,
400+
"context": 64000,
401401
"output": 16384
402402
},
403403
"display_name": "GPT-4o"
@@ -528,7 +528,7 @@
528528
"output": 0
529529
},
530530
"limit": {
531-
"context": 264000,
531+
"context": 128000,
532532
"output": 64000
533533
},
534534
"display_name": "GPT-5-mini"
@@ -662,7 +662,7 @@
662662
"output": 0
663663
},
664664
"limit": {
665-
"context": 216000,
665+
"context": 128000,
666666
"output": 16000
667667
},
668668
"display_name": "Claude Sonnet 4"
@@ -695,7 +695,7 @@
695695
"output": 0
696696
},
697697
"limit": {
698-
"context": 400000,
698+
"context": 128000,
699699
"output": 128000
700700
},
701701
"display_name": "GPT-5"
@@ -762,7 +762,7 @@
762762
"output": 0
763763
},
764764
"limit": {
765-
"context": 144000,
765+
"context": 128000,
766766
"output": 16000
767767
},
768768
"display_name": "Claude Sonnet 4.5"

dist/jiekou.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "jiekou",
33
"name": "Jiekou",
44
"display_name": "Jiekou",
5-
"updated_at": "2025-11-14T10:26:15.934Z",
5+
"updated_at": "2025-11-17T13:37:50.824Z",
66
"models": [
77
{
88
"id": "baichuan/baichuan-m2-32b",

dist/minimax.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"id": "minimax",
3+
"api": "https://api.minimaxi.com/anthropic/v1",
4+
"name": "Minimax",
5+
"doc": "https://platform.minimax.io/docs/guides/quickstart",
6+
"display_name": "Minimax",
7+
"models": [
8+
{
9+
"id": "MiniMax-M2",
10+
"name": "Minimax-M2",
11+
"attachment": false,
12+
"reasoning": {
13+
"supported": true,
14+
"default": true
15+
},
16+
"tool_call": true,
17+
"temperature": true,
18+
"release_date": "2025-10-27",
19+
"last_updated": "2025-10-27",
20+
"modalities": {
21+
"input": [
22+
"text"
23+
],
24+
"output": [
25+
"text"
26+
]
27+
},
28+
"open_weights": true,
29+
"cost": {
30+
"input": 0.3,
31+
"output": 1.2
32+
},
33+
"limit": {
34+
"context": 196608,
35+
"output": 128000
36+
},
37+
"display_name": "Minimax-M2"
38+
}
39+
]
40+
}

0 commit comments

Comments
 (0)