added opencode zen as provider

This commit is contained in:
2025-12-22 23:13:29 +01:00
parent 7afc7c1cc9
commit c71a535f16
14 changed files with 956 additions and 13 deletions

View File

@@ -47,6 +47,14 @@ OPENROUTER_API_KEY=your_openrouter_api_key_here
# If using OpenRouter, comment out native API keys above
```
**Option 2.5: OpenCode Zen (Curated coding models)**
```env
# OpenCode Zen for tested and verified coding models
ZEN_API_KEY=your_zen_api_key_here
# Get from: https://opencode.ai/auth
# Provides access to models optimized for coding agents
```
**Option 3: Custom API Endpoints (Local models)**
```env
# For Ollama, vLLM, LM Studio, etc.