-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
69 lines (68 loc) · 1.44 KB
/
opencode.json
File metadata and controls
69 lines (68 loc) · 1.44 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"grep": "allow",
"glob": "allow",
"ls": "allow",
"cat": "allow",
"head": "allow",
"tail": "allow",
"echo": "allow",
"read": "allow",
"bash": "allow",
"skill": {
"*": "allow",
}
},
"provider": {
"anthropic": {
"models": {
"claude-sonnet-4-6": {
"name": "claude-sonnet-4-6"
},
"claude-opus-4-6": {
"name": "claude-opus-4-6"
},
"claude-haiku-4-5-20251001": {
"name": "claude-haiku-4-5-20251001"
}
}
},
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"name": "Ollama (local)",
"options": {
"baseURL": "http://100.92.159.5:11434/v1"
},
"models": {
"qwen3.5:27b": {
"name": "qwen3.5:27b"
}
}
},
"llamacpp": {
"npm": "@ai-sdk/openai-compatible",
"name": "llama.cpp (remote)",
"options": {
"baseURL": "http://100.92.159.5:8080/v1"
},
"models": {
"Qwen3-Coder-Next": {
"name": "Qwen3-Coder-Next"
}
}
},
"opencode": {
"npm": "@ai-sdk/openai-compatible",
"name": "OpenCode (local)",
"models": {
"minimax-m2.5-free": {
"name": "minimax-m2.5-free"
},
"nemotron-3-super-free": {
"name": "nemotron-3-super-free"
}
}
}
}
}