@jingbh/opencode-api-gateway
v0.2.3
Published
An OpenCode/OpenClaw plugin to use API Gateway models
Readme
opencode-api-gateway
An OpenCode / OpenClaw plugin to use API Gateway models.
Installation
OpenCode
Add the plugin to your OpenCode config (
~/.config/opencode/opencode.json):{ "$schema": "https://opencode.ai/config.json", "plugin": ["@jingbh/opencode-api-gateway"] }Start OpenCode and use
/connectto authenticate.
OpenClaw
Install the plugin:
openclaw plugins install @jingbh/opencode-api-gatewayAuthenticate and set a default model:
openclaw models auth login --provider api-gateway --set-default
Uninstallation
OpenCode
- Remove the plugin from your OpenCode config.
- Optionally remove
~/.config/opencode/api-gateway.json(cached model data).
OpenClaw
openclaw plugins uninstall opencode-api-gateway