-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopencode.json
More file actions
53 lines (53 loc) · 1.4 KB
/
opencode.json
File metadata and controls
53 lines (53 loc) · 1.4 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
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"name": "Ollama (local)",
"options": {
"baseURL": "http://localhost:11434/v1"
},
"models": {
"ministral-3:8b-32k": {
"name": "Ministral 3 8B (32k context, tool use, recommended)"
},
"ministral-3:8b-16k": {
"name": "Ministral 3 8B (16k context, tool use)"
},
"ministral-3:8b": {
"name": "Ministral 3 8B (default context, tool use)"
},
"deepseek-coder-v2:16b": {
"name": "DeepSeek Coder V2 Lite 16B (read-only, no tool support)"
},
"qwen3.5:9b": {
"name": "Qwen3.5 9B (read-only, 32k ctx)"
},
"gemma4:e4b": {
"name": "Gemma 4 E4B (read-only)"
},
"phi4:latest": {
"name": "Phi-4 (read-only)"
},
"qwen3.5:4b": {
"name": "Qwen3.5 4B (untested)"
},
"qwen3:8b-16k": {
"name": "Qwen3 8B (16k context)"
},
"qwen3:8b": {
"name": "Qwen3 8B"
},
"qwen3:4b": {
"name": "Qwen3 4B"
},
"mistral-nemo:12b-instruct-2407-q4_K_M": {
"name": "Mistral Nemo 12B (read-only)"
},
"granite3.1-moe:latest": {
"name": "Granite 3.1 MoE (read-only)"
}
}
}
}
}