Integrations
VS Code Extensions (Continue, CodeGPT)
Configure popular coding copilot extensions like Continue.dev and CodeGPT in VS Code.
Continue.dev Configuration
Continue is an open-source AI code assistant for VS Code and JetBrains. Current versions are configured with config.yaml (in .continue/):
name: Nyxos
version: 1.0.0
models:
- name: Nyxos Claude
provider: openai
model: <exact-claude-id-from-pricing>
apiBase: https://api.nyxos.shop/v1
apiKey: sk-YOUR_NYXOS_KEY
- name: Nyxos GPT
provider: openai
model: <exact-gpt-id-from-pricing>
apiBase: https://api.nyxos.shop/v1
apiKey: sk-YOUR_NYXOS_KEYUse provider: openai with a custom apiBase — Continue sends standard OpenAI Chat Completions requests to the gateway. The same works for the tabAutocompleteModel entry if you want a fast autocomplete model.
CodeGPT Configuration
- Open CodeGPT settings in VS Code.
- Provider: Custom / OpenAI (custom OpenAI-compatible endpoint).
- Base URL:
https://api.nyxos.shop/v1. - API Key:
sk-YOUR_NYXOS_KEY. - Model: an exact ID from the
/pricingpage.