-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodels-capabilities.json
More file actions
50 lines (50 loc) · 1.21 KB
/
Copy pathmodels-capabilities.json
File metadata and controls
50 lines (50 loc) · 1.21 KB
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
{
"xmlTools": {
"deepseek": [
"/^deepseek[-_]?v[0-9]/i",
"deepseek-v2",
"deepseek-v3"
],
"glm": [
"z-ai/glm-*",
"/^glm[-_]?[0-9]+(\\.[0-9]+)?/i"
],
"*": [
"inclusionai/ring-1t"
]
},
"toolCallUnsupported": {
"openrouter": [
"google/gemini-2.0-pro-exp-02-05:free",
"google/gemini-2.0-flash-exp-02-05:free"
]
},
"toolStyle": {
"openrouter": {
"/deepseek[-_]?r1/i": "json",
"/anthropic\\/claude-3\\.7-sonnet:thinking/i": "json",
"/x-ai\\/grok-code[-\\w]*/i": "json"
}
},
"transformers": {
"openrouter": {
"inclusionai/ring-1t": ["tooluse", "enhancetool"],
"/deepseek[-_]?reasoner/i": ["reasoning", "tooluse"],
"/r1[-_]?/i": ["reasoning"],
"/qwen[-_]?qwq/i": ["reasoning"],
"/.*thinking.*/i": ["reasoning"],
"/x-ai\\/grok-code[-\\w]*/i": ["reasoning"]
},
"deepseek": {
"/^deepseek[-_]?reasoner/i": ["reasoning", ["maxtoken", {"max_tokens": 65536}]],
"/^deepseek[-_]?v[0-9]/i": ["tooluse"]
},
"glm": {
"/^glm[-_]?[0-9]/i": ["tooluse", "enhancetool"]
},
"*": {
"/.*thinking.*/i": ["reasoning"],
"/.*reason.*/i": ["reasoning"]
}
}
}