GitHub Copilot
GitHub Copilot Chat in VS Code can bring your own key. Depaza connects through its Custom Endpoint provider.
Depaza API key
Model
Your key stays in this browser (local storage) and is sent only to depaza.eu. Every config block on this page fills in automatically. Don’t do this on a shared machine.
Inline code completions stay on Copilot’s own models. Agent mode on a BYOK model needs the experimental chat.agentHost.byokModels.enabled setting. Models must support tool calling to appear in the agent-mode picker — Depaza’s do.
Configure
- Run Chat: Manage Language Models from the command palette, or click the gear icon in the chat model picker.
- Choose Add Models → Custom Endpoint, and set the API type to Chat Completions.
- Fill in the fields below, then pick the model from the Copilot Chat picker.
Endpoint URL: {{BASE_URL}}
API Key: {{KEY}}
Model ID: {{MODEL}}
What works with BYOK
| Feature | BYOK model |
|---|---|
| Chat | Yes |
| Agent mode | Yes, behind chat.agentHost.byokModels.enabled |
| Commit messages, title generation | Yes |
| Inline code completions | No — stays on Copilot |