-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
38 lines (38 loc) · 959 Bytes
/
opencode.json
File metadata and controls
38 lines (38 loc) · 959 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
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"llama.cpp": {
"npm": "@ai-sdk/openai-compatible",
"name": "llama.cpp (local)",
"options": {
"baseURL": "http://127.0.0.1:8080/v1"
},
"models": {
"unsloth/Qwen3.6-27B-GGUF:UD-Q4_K_XL": {
"name": "Qwen 3.6 27B Q4"
},
"unsloth/Qwen3.6-35B-A3B-GGUF:Q4_K_M": {
"name": "Qwen 3.6 MoE 35B A3B Q4"
},
"Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled-GGUF:Q4_K_M": {
"name": "Qwen 3.5 27B Q4"
}
}
},
"lmstudio": {
"npm": "@ai-sdk/openai-compatible",
"name": "LM Studio (local)",
"options": {
"baseURL": "http://127.0.0.1:1234/v1"
},
"models": {
"zai-org/glm-4.7-flash": {
"name": "GLM 4.7 Flash 30b"
},
"qwen/qwen3.5-9b": {
"name": "Qwen 3.5 9b"
}
}
}
}
}