Skip to main content
GitHub Copilot supports custom OpenAI-compatible endpoints. You can route Copilot through Kyma to access Kyma’s active open models.

Configuration

In VS Code, open Settings (Cmd+,) and search for github.copilot:
  1. Set Copilot: AdvancedAPI URL to:
  1. Set your Kyma API key in the authentication field.
Alternatively, set environment variables:
See all model aliases for shortcuts.

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-32b or alias fast.

Prompt Caching

Prompt caching is automatic. Your system prompt and tool definitions are cached for 5 minutes, and the repeated part then bills at that model’s cached-input rate instead of its input rate. No code changes needed. See Prompt Caching for details.