added opencode zen as provider
This commit is contained in:
25
.env.example
25
.env.example
@@ -3,11 +3,12 @@
|
||||
|
||||
# API Keys - At least one is required
|
||||
#
|
||||
# IMPORTANT: Choose ONE approach:
|
||||
# - Native APIs (Gemini/OpenAI/XAI) for direct access
|
||||
# - DIAL for unified enterprise access
|
||||
# - OpenRouter for unified cloud access
|
||||
# Having multiple unified providers creates ambiguity about which serves each model.
|
||||
# IMPORTANT: Choose ONE approach:
|
||||
# - Native APIs (Gemini/OpenAI/XAI) for direct access
|
||||
# - DIAL for unified enterprise access
|
||||
# - OpenCode Zen for curated coding-focused models
|
||||
# - OpenRouter for unified cloud access
|
||||
# Having multiple unified providers creates ambiguity about which serves each model.
|
||||
#
|
||||
# Option 1: Use native APIs (recommended for direct access)
|
||||
# Get your Gemini API key from: https://makersuite.google.com/app/apikey
|
||||
@@ -29,11 +30,15 @@ AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com/
|
||||
# Get your X.AI API key from: https://console.x.ai/
|
||||
XAI_API_KEY=your_xai_api_key_here
|
||||
|
||||
# Get your DIAL API key and configure host URL
|
||||
# DIAL provides unified access to multiple AI models through a single API
|
||||
DIAL_API_KEY=your_dial_api_key_here
|
||||
# DIAL_API_HOST=https://core.dialx.ai # Optional: Base URL without /openai suffix (auto-appended)
|
||||
# DIAL_API_VERSION=2025-01-01-preview # Optional: API version header for DIAL requests
|
||||
# Get your DIAL API key and configure host URL
|
||||
# DIAL provides unified access to multiple AI models through a single API
|
||||
DIAL_API_KEY=your_dial_api_key_here
|
||||
# DIAL_API_HOST=https://core.dialx.ai # Optional: Base URL without /openai suffix (auto-appended)
|
||||
# DIAL_API_VERSION=2025-01-01-preview # Optional: API version header for DIAL requests
|
||||
|
||||
# Get your OpenCode Zen API key from: https://opencode.ai/auth
|
||||
# Zen provides curated, tested models optimized for coding agents
|
||||
ZEN_API_KEY=your_zen_api_key_here
|
||||
|
||||
# Option 2: Use OpenRouter for access to multiple models through one API
|
||||
# Get your OpenRouter API key from: https://openrouter.ai/
|
||||
|
||||
Reference in New Issue
Block a user