Providers & API Keys
Drover Gateway manages API keys separately for each provider (OpenAI, Anthropic, etc.).
Adding a Provider Key
- Go to Models → Model Providers
- Click Add New Key under the desired provider
- Paste your provider API key
- Configure optional settings (weight, batch enabled, etc.)
Common Issues
"Invalid aliases: alias source cannot be empty"
This error occurs when an alias mapping row has an empty Source field.
Fix:
- Ensure every alias has both Name (Source) and Value (Target) filled
- Delete any completely empty rows
- Source = the model name your applications will send
- Target = the actual model name / deployment ID on the provider side
Example valid mapping:
| Name (Source) | Value (Target) |
|---|---|
| gpt-4o-mini-search-preview-2025-03-11 | gpt-4o-mini-search-preview-2025-03-11 |
| claude-sonnet | claude-3-5-sonnet-20241022 |