summaryrefslogtreecommitdiffhomepage
path: root/opencode.json
blob: a6c77181316474fa2058bbaeab6546a9278ae295 (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
{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "openrouter": {
      "models": {
        "moonshotai/kimi-k2": {
          "options": {
            "provider": {
              "order": ["baseten"],
              "allow_fallbacks": false
            }
          }
        }
      }
    },
    "huggingface": {
      "models": {
        "Qwen/Qwen3-235B-A22B-Instruct-2507:fireworks-ai": {}
      }
    }
  },
  "mcp": {
    "weather": {
      "type": "local",
      "command": ["opencode", "x", "@h1deya/mcp-server-weather"]
    }
  }
}