OpenCode Go
OpenCode Go
Section titled “OpenCode Go”OpenCode Go is the Go catalog within OpenCode.
It uses the same OPENCODE_API_KEY as the Zen catalog, but keeps the runtime
provider id opencode-go so upstream per-model routing stays correct.
Supported models
Section titled “Supported models”opencode-go/kimi-k2.5opencode-go/glm-5opencode-go/minimax-m2.5
CLI setup
Section titled “CLI setup”openclaw onboard --auth-choice opencode-go# or non-interactiveopenclaw onboard --opencode-go-api-key "$OPENCODE_API_KEY"Config snippet
Section titled “Config snippet”{ env: { OPENCODE_API_KEY: "YOUR_API_KEY_HERE" }, // pragma: allowlist secret agents: { defaults: { model: { primary: "opencode-go/kimi-k2.5" } } },}Routing behavior
Section titled “Routing behavior”OpenClaw handles per-model routing automatically when the model ref uses opencode-go/....
- Use OpenCode for the shared onboarding and catalog overview.
- Runtime refs stay explicit:
opencode/...for Zen,opencode-go/...for Go.