> ## Documentation Index
> Fetch the complete documentation index at: https://openclaw.veiseule.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenCode Zen

# OpenCode Zen

OpenCode Zen は、コーディングエージェント向けに OpenCode チームが推奨する**キュレーションされたモデルの一覧**です。
API キーと `opencode` プロバイダーを使用する、オプションのホスト型モデルアクセス経路です。
Zen は現在ベータ版です。
APIキーと`opencode`プロバイダを使用する、オプションのホスト型モデルアクセスパスです。
禅は現在ベータになっている。
APIキーと`opencode`プロバイダを使用する、オプションのホスト型モデルアクセスパスです。
禅は現在ベータになっている。

## CLI セットアップ

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw onboard --auth-choice opencode-zen
# or non-interactive
openclaw onboard --opencode-zen-api-key "$OPENCODE_API_KEY"
```

## 設定スニペット

```json5 theme={"theme":{"light":"min-light","dark":"min-dark"}}
{
  env: { OPENCODE_API_KEY: "sk-..." },
  agents: { defaults: { model: { primary: "opencode/claude-opus-4-6" } } },
}
```

## 注記

* `OPENCODE_ZEN_API_KEY` もサポートされています。
* Zen にサインインし、請求情報を追加して、API キーをコピーします。
* OpenCode Zen はリクエスト単位で課金されます。詳細は OpenCode ダッシュボードを確認してください。
