NyxosNyxos API
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_KEY

Use 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

  1. Open CodeGPT settings in VS Code.
  2. Provider: Custom / OpenAI (custom OpenAI-compatible endpoint).
  3. Base URL: https://api.nyxos.shop/v1.
  4. API Key: sk-YOUR_NYXOS_KEY.
  5. Model: an exact ID from the /pricing page.

On this page