diff options
Diffstat (limited to 'opencode.json')
| -rw-r--r-- | opencode.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/opencode.json b/opencode.json index e20209c66..a7d952b77 100644 --- a/opencode.json +++ b/opencode.json @@ -1,5 +1,13 @@ { "$schema": "https://opencode.ai/config.json", "mcp": {}, - "provider": {} + "provider": { + "openrouter": { + "npm": "@openrouter/ai-sdk-provider", + "name": "OpenRouter", + "models": { + "anthropic/claude-sonnet-4": {} + } + } + } } |
