GitHub Copilot supports custom OpenAI-compatible endpoints. You can route Copilot through Kyma to access Kyma’s active open models.Documentation Index
Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
In VS Code, open Settings (Cmd+,) and search for github.copilot:
- Set Copilot: Advanced → API URL to:
- Set your Kyma API key in the authentication field.
Recommended Models
| Model | Alias | Best For |
|---|---|---|
qwen-3-32b | fast | Recommended — fast code completion |
qwen-3.6-plus | best | Highest quality |
qwen-3-coder | code | Best alias for code-focused tasks |
kimi-k2.6 | agent | Best tool calling |
deepseek-v4-pro | — | 1M context, top reasoning. Complex refactors and long-codebase tasks. |
deepseek-v4-flash | — | 1M context, value tier. Everyday completions where speed matters. |
Notes
- Kyma is OpenAI-compatible, so any Copilot setup that supports custom OpenAI endpoints will work.
- For inline completions, use a fast model like
qwen-3-32bor aliasfast.