-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
41 lines (41 loc) · 985 Bytes
/
opencode.json
File metadata and controls
41 lines (41 loc) · 985 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
{
"$schema": "https://opencode.ai/config.json",
"enabled_providers": ["opencode", "google"],
"disabled_providers": ["anthropic", "openai", "cloudflare-ai-gateway", "azure", "deepseek"],
"model": "opencode/minimax-m2.5-free",
"small_model": "opencode/minimax-m2.5-free",
"plugin": [
"opencode-gemini-auth@latest",
"oh-my-openagent@latest"
],
"provider": {
"google": {
"models": {
"gemini-2.5-flash": {
"options": {
"thinkingConfig": {
"includeThoughts": true,
"thinkingBudget": 8192
}
}
},
"gemini-2.5-pro": {
"options": {
"thinkingConfig": {
"includeThoughts": true,
"thinkingBudget": 8192
}
}
}
}
},
"opencode": {
"models": {
"big-pickle": {},
"glm-5-free": {},
"minimax-m2.5-free": {},
"zen-free": {}
}
}
}
}