diff options
| author | Frank <[email protected]> | 2025-08-08 13:22:54 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-08-08 13:24:32 -0400 |
| commit | 183e0911b76025a1f2a82e979d9834fec2131d0e (patch) | |
| tree | 9987c1753bd64d1ce1d174ab397f1a8c681f642c /opencode.json | |
| parent | c7bb19ad0712469063eab35589aa5d3602b0c5b1 (diff) | |
| download | opencode-183e0911b76025a1f2a82e979d9834fec2131d0e.tar.gz opencode-183e0911b76025a1f2a82e979d9834fec2131d0e.zip | |
wip: gateway
Diffstat (limited to 'opencode.json')
| -rw-r--r-- | opencode.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/opencode.json b/opencode.json index 59f14ac75..12a82643f 100644 --- a/opencode.json +++ b/opencode.json @@ -1,5 +1,25 @@ { "$schema": "https://opencode.ai/config.json", + "provider": { + "oc-frank": { + "npm": "@ai-sdk/openai-compatible", + "name": "OC-Frank", + "options": { + "baseURL": "https://api.gateway.frank.dev.opencode.ai/v1" + }, + "models": { + "anthropic/claude-sonnet-4": { + "name": "Claude Sonnet 4" + }, + "openai/gpt-4.1": { + "name": "GPT-4.1" + }, + "zhipuai/glm-4.5-flash": { + "name": "GLM-4.5 Flash" + } + } + } + }, "mcp": { "context7": { "type": "remote", |
