Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
OpenCode Go is the Go catalog within OpenCode. It uses the same
OPENCODE_API_KEYopencode-go| Property | Value |
|---|---|
| Runtime provider | text opencode-go |
| Auth | text OPENCODE_API_KEY |
| Parent setup | OpenCode |
OpenClaw sources most Go catalog rows from the bundled pi model registry and supplements current upstream rows while the registry catches up. Run
openclaw models list --provider opencode-goThe provider includes:
| Model ref | Name |
|---|---|
text opencode-go/glm-5 | GLM-5 |
text opencode-go/glm-5.1 | GLM-5.1 |
text opencode-go/kimi-k2.5 | Kimi K2.5 |
text opencode-go/kimi-k2.6 | Kimi K2.6 (3x limits) |
text opencode-go/deepseek-v4-pro | DeepSeek V4 Pro |
text opencode-go/deepseek-v4-flash | DeepSeek V4 Flash |
text opencode-go/mimo-v2-omni | MiMo V2 Omni |
text opencode-go/mimo-v2-pro | MiMo V2 Pro |
text opencode-go/minimax-m2.5 | MiniMax M2.5 |
text opencode-go/minimax-m2.7 | MiniMax M2.7 |
text opencode-go/qwen3.5-plus | Qwen3.5 Plus |
text opencode-go/qwen3.6-plus | Qwen3.6 Plus |
text<Step title="Set a Go model as default"> ```bash} openclaw config set agents.defaults.model.primary "opencode-go/kimi-k2.6" ``` </Step> <Step title="Verify models are available"> ```bash} openclaw models list --provider opencode-go ``` </Step> </Steps>
text<Step title="Verify models are available"> ```bash} openclaw models list --provider opencode-go ``` </Step> </Steps>
json5{ env: { OPENCODE_API_KEY: "YOUR_API_KEY_HERE" }, // pragma: allowlist secret agents: { defaults: { model: { primary: "opencode-go/kimi-k2.6" } } }, }
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine