-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodels.json
More file actions
29 lines (29 loc) · 774 Bytes
/
Copy pathmodels.json
File metadata and controls
29 lines (29 loc) · 774 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
{
"providers": {
"openrouter": {
"models": [
{
"id": "openrouter/qwen/qwen3.5-flash-02-23",
"name": "Qwen 3.5 Flash (OpenRouter)",
"input": ["text", "image"],
"contextWindow": 1000000,
"maxTokens": 65536
},
{
"id": "openrouter/qwen/qwen3-vl-8b-instruct",
"name": "Qwen3 VL 8B Instruct (OpenRouter)",
"input": ["text", "image"],
"contextWindow": 256000,
"maxTokens": 65536
},
{
"id": "openrouter/qwen/qwen3-vl-32b-instruct",
"name": "Qwen3 VL 32B Instruct (OpenRouter)",
"input": ["text", "image"],
"contextWindow": 262144,
"maxTokens": 65536
}
]
}
}
}