> ## 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 حاليًا في مرحلة بيتا.

## إعداد 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 للتفاصيل.
