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 exposes two hosted catalogs in OpenClaw:
| Catalog | Prefix | Runtime provider |
|---|---|---|
| Zen | text opencode/... | text opencode |
| Go | text opencode-go/... | text opencode-go |
Both catalogs use the same OpenCode API key. OpenClaw keeps the runtime provider ids split so upstream per-model routing stays correct, but onboarding and docs treat them as one OpenCode setup.
text<Steps> <Step title="Run onboarding"> ```bash} openclaw onboard --auth-choice opencode-zen ``` Or pass the key directly: ```bash} openclaw onboard --opencode-zen-api-key "$OPENCODE_API_KEY" ``` </Step> <Step title="Set a Zen model as the default"> ```bash} openclaw config set agents.defaults.model.primary "opencode/claude-opus-4-6" ``` </Step> <Step title="Verify models are available"> ```bash} openclaw models list --provider opencode ``` </Step> </Steps>
text<Steps> <Step title="Run onboarding"> ```bash} openclaw onboard --auth-choice opencode-go ``` Or pass the key directly: ```bash} openclaw onboard --opencode-go-api-key "$OPENCODE_API_KEY" ``` </Step> <Step title="Set a Go model as the 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>
json5{ env: { OPENCODE_API_KEY: "sk-..." }, agents: { defaults: { model: { primary: "opencode/claude-opus-4-6" } } }, }
| Property | Value |
|---|---|
| Runtime provider | text opencode |
| Example models | text opencode/claude-opus-4-6text opencode/gpt-5.5text opencode/gemini-3-pro |
| Property | Value |
|---|---|
| Runtime provider | text opencode-go |
| Example models | text opencode-go/kimi-k2.6text opencode-go/glm-5text opencode-go/minimax-m2.5 |
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine