summaryrefslogtreecommitdiffhomepage
path: root/opencode.json
diff options
context:
space:
mode:
Diffstat (limited to 'opencode.json')
-rw-r--r--opencode.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/opencode.json b/opencode.json
new file mode 100644
index 000000000..32eb572a2
--- /dev/null
+++ b/opencode.json
@@ -0,0 +1,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"
+ }
+ }
+ }
+ }
+}