summaryrefslogtreecommitdiffhomepage
path: root/opencode.json
blob: 32eb572a264d457f58ae294b1548075381f24ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "@openrouter/ai-sdk-provider": {
      "name": "OpenRouter",
      "options": {
        "apiKey": "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
      },
      "models": {
        "anthropic/claude-3.5-sonnet": {
          "name": "claude-3.5-sonnet"
        }
      }
    }
  }
}