coderClaw

OpenCode Zen

OpenCode Zen is a curated list of models recommended by the OpenCode team for coding agents. It is an optional, hosted model access path that uses an API key and the opencode provider. Zen is currently in beta.

CLI setup

coderclaw onboard --auth-choice opencode-zen
# or non-interactive
coderclaw onboard --opencode-zen-api-key "$OPENCODE_API_KEY"

Config snippet

{
  env: { OPENCODE_API_KEY: "sk-..." },
  agents: { defaults: { model: { primary: "opencode/claude-opus-4-6" } } },
}

Notes