-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodels.json
More file actions
50 lines (50 loc) · 951 Bytes
/
models.json
File metadata and controls
50 lines (50 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
{
"name": "deepseek",
"description": "DeepSeek V3.1",
"maxInputChars": 10000,
"reasoning": true,
"tools": true,
"vision": false
},
{
"name": "gemini",
"description": "Gemini 2.5 Flash Lite",
"tools": true,
"vision": true
},
{
"name": "openai",
"description": "OpenAI GPT-5 Nano",
"maxInputChars": 7000,
"tools": true,
"vision": true
},
{
"name": "openai-fast",
"description": "OpenAI GPT-4.1 Nano",
"maxInputChars": 5000,
"tools": true,
"vision": true
},
{
"name": "openai-large",
"description": "OpenAI GPT-5 Chat",
"maxInputChars": 30000,
"tools": true,
"vision": true
},
{
"name": "openai-reasoning",
"description": "OpenAI o4 Mini",
"reasoning": true,
"tools": true,
"vision": true
},
{
"name": "qwen-coder",
"description": "Qwen 2.5 Coder 32B",
"tools": true,
"vision": false
}
]