-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopencode.json
More file actions
29 lines (29 loc) · 848 Bytes
/
Copy pathopencode.json
File metadata and controls
29 lines (29 loc) · 848 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
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"switchit": {
"npm": "@ai-sdk/openai-compatible",
"name": "SwitchIt Gateway",
"options": {
"baseURL": "http://10.0.0.15:3000/v1"
},
"models": {
"gemini-2.5-flash": {
"name": "Gemini 2.5 Flash"
},
"claude-opus-4-6": {
"name": "Claude Opus (SwitchIt)"
},
"claude-sonnet-4-6": {
"name": "Claude Sonnet (SwitchIt)"
},
"deepseek-v4-pro": {
"name": "DeepSeek v4 Pro"
},
"qwen-coder": {
"name": "Qwen Coder"
}
}
}
}
}