-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathopencode.json
More file actions
47 lines (47 loc) · 1.34 KB
/
Copy pathopencode.json
File metadata and controls
47 lines (47 loc) · 1.34 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
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"litellm": {
"npm": "@ai-sdk/openai-compatible",
"name": "LiteLLM",
"options": {
"baseURL": "https://litellm.8e84f36c.quickstack.me/v1",
"apiKey": "{env:LITELLM_API_KEY}"
},
"models": {
"gemini/gemini-flash-lite-latest": {
"name": "Gemini 3 Flash Lite"
},
"moonshotai/Kimi-K2.6": {
"name": "Kimi K2.6"
},
"deepseek-v4-pro": {
"name": "DeepSeek V4 Pro"
}
}
},
"ollama": {
"options": {
"baseURL": "http://host.docker.internal:11434/v1"
},
"models": {
"qwen3.6:35b-a3b-coding-nvfp4": {
"name": "Qwen 3.6 35B A3B Coding",
"limit": {
"context": 64000,
"output": 65536
}
}
}
}
},
"permission": {
"bash": "allow",
"read": "allow",
"edit": "allow",
"write": "allow",
"webfetch": "allow",
"websearch": "allow"
},
"model": "litellm/deepseek-v4-pro"
}