-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode-example.json
More file actions
58 lines (56 loc) · 1.67 KB
/
opencode-example.json
File metadata and controls
58 lines (56 loc) · 1.67 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
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"ollama-docker": {
"npm": "@ai-sdk/openai-compatible",
"name": "Ollama (docker)",
"options": {
"baseURL": "http://ollama:11434/v1"
},
"models": {
"hf.co/bartowski/nvidia_Orchestrator-8B-GGUF:Q6_K-64k": {
"name": "hf.co/bartowski/nvidia_Orchestrator-8B-GGUF:Q6_K-64k"
},
"hf.co/bartowski/nvidia_Orchestrator-8B-GGUF:Q4_K_M-64k": {
"name": "hf.co/bartowski/nvidia_Orchestrator-8B-GGUF:Q4_K_M-64k"
},
"granite3.2:8b-instruct-q4_K_M-64k": {
"name": "granite3.2:8b-instruct-q4_K_M-64k"
},
"qwen2.5-coder:3b-instruct-q6_K-64k": {
"name": "qwen2.5-coder:3b-instruct-q6_K-64k"
},
"qwen2.5-coder:14b-instruct-q4_K_M-64k": {
"name": "qwen2.5-coder:14b-instruct-q4_K_M-64k"
},
"qwen2.5:7b-instruct-q5_K_M-64k": {
"name": "qwen2.5:7b-instruct-q5_K_M-64k"
},
"qwen2.5:14b-instruct-q4_K_M-64k": {
"name": "qwen2.5:14b-instruct-q4_K_M-64k"
},
"qwen3:4b-instruct-2507-q4_K_M-64k": {
"name": "qwen3:4b-instruct-2507-q4_K_M-64k"
},
"qwen3:8b-q4_K_M-64k": {
"name": "qwen3:8b-q4_K_M-64k"
},
"qwen3:14b-q4_K_M-64k": {
"name": "qwen3:14b-q4_K_M-64k"
}
}
},
"ollama-local": {
"npm": "@ai-sdk/openai-compatible",
"name": "Ollama (local)",
"options": {
"baseURL": "http://localhost:11434/v1"
},
"models": {
"populate as needed": {
"name": "populate as needed"
}
}
}
}
}