Use an OpenCode Go subscription
OpenCode Go is a subscription from opencode.ai that gives you one API key for a roster of open coding models (GLM, Kimi, DeepSeek, Qwen, MiniMax and others). SupaCloud manages that key like every other provider key: you store it in the app, in the scope you choose, and SupaCloud hands it to the agent when a task runs.
Add the key
Section titled “Add the key”- Go to Settings → Access credentials and open New credential.
- Keep the method on API key and select OpenCode Go as the provider.
- Paste the API key of your OpenCode Go subscription and, optionally, a label.
- Choose the scope — Personal, Workspace or Organization — as for any other key.
- Click Save.
The key is stored encrypted and resolved with the same precedence as every other provider key: personal, then workspace, then organization, with the organization lock on top. See Manage secrets in the UI. There is no server setting for it; the key you save is the key the agent receives.
Run a task on a Go model
Section titled “Run a task on a Go model”- Start a task with the OpenCode agent.
- Open the model picker. The Go models are listed as
opencode-go/<model>, for exampleopencode-go/glm-5.1. They are selectable once a Go key is saved; without one they stay greyed out with a link to add it. - Launch the task.
The task is charged to its own OpenCode Go line in the Provider caps under Settings → Budget & Usage, not to OpenRouter.
What the Go key is not used for
Section titled “What the Go key is not used for”- Only the OpenCode agent uses it. SupaCloud’s own background calls (classification, memory, embeddings) and the model fallback chains never route through OpenCode Go. The subscription is meant for coding agents.
- The usage limits are OpenCode’s. Go enforces its own 5-hour, weekly and monthly limits; SupaCloud does not count them. Check them in your opencode.ai workspace.