summaryrefslogtreecommitdiff
path: root/opencode/opencode.json
blob: 1944ea18adb08e43f37e6d0f957a4e9314e2a2f9 (plain)
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
{
   "$schema" : "https://opencode.ai/config.json",
   "model" : "ollama/bullpoint/Qwen3-Coder-Next-AWQ-4bit",
   "provider" : {
      "ollama" : {
         "models" : {
            "bullpoint/Qwen3-Coder-Next-AWQ-4bit" : {
               "name" : "Qwen3 Coder Next (vLLM)"
            },
            "openai/gpt-oss-20b" : {
               "name" : "GPT-OSS 20B (vLLM)"
            },
            "openai/gpt-oss-120b" : {
               "name" : "GPT-OSS 120B (vLLM)"
            },
            "casperhansen/llama-3.3-70b-instruct-awq" : {
               "name" : "Llama 3.3 70B AWQ (vLLM)"
            },
            "Qwen/Qwen2.5-Coder-32B-Instruct-AWQ" : {
               "name" : "Qwen2.5 Coder 32B (vLLM)"
            },
            "QuantTrio/Qwen3-Coder-30B-A3B-Instruct-AWQ" : {
               "name" : "Qwen3 Coder 30B (vLLM)"
            },
            "casperhansen/deepseek-r1-distill-qwen-32b-awq" : {
               "name" : "DeepSeek-R1-Distill 32B (vLLM)"
            },
            "Qwen/Qwen3-32B-AWQ" : {
               "name" : "Qwen3 32B (vLLM)"
            },
            "cyankiwi/Devstral-Small-2507-AWQ-4bit" : {
               "name" : "Devstral Small 2507 (vLLM)"
            },
            "cyankiwi/NVIDIA-Nemotron-3-Super-120B-A12B-AWQ-4bit" : {
               "name" : "Nemotron 3 Super 120B (vLLM)"
            }
         },
         "name" : "Ollama",
         "npm" : "@ai-sdk/openai-compatible",
         "options" : {
            "baseURL" : "http://hyperstack.wg1:11434/v1"
         }
      }
   }
}