Integrations/Continue

Continue

AI Tool

Continue is an open-source AI code assistant for VS Code and JetBrains IDEs. Because Qubax is OpenAI-compatible, you can use the openai provider with a custom apiBase and pick from 340+ models for chat, edit, and apply.

Official docs

Config (~/.continue/config.yaml)

YAML
name: My Config
version: 0.0.1
schema: v1

models:
  - name: GPT-5
    provider: openai
    model: gpt-5
    apiBase: https://api.qubax.ai/v1
    apiKey: YOUR_API_KEY
    useResponsesApi: false   # force /chat/completions (Qubax endpoint)
    roles:
      - chat
      - edit
      - apply

Setup steps

  1. 1

    Install Continue

    Install the Continue extension from the VS Code marketplace (or the JetBrains plugin). Open the Continue panel in your IDE.

  2. 2

    Open the config file

    Click the gear icon in the Continue panel and choose "Open config.yaml". This opens ~/.continue/config.yaml.

  3. 3

    Add Qubax as a model

    Paste the model block above: provider openai, apiBase set to the Qubax endpoint, and apiKey set to your Qubax key (starts with qbx_live_).

  4. 4

    Select the model

    Open the model picker in the Continue panel and choose GPT-5 (or any other model you add). Chat, edit, and apply now route through Qubax.

💡
Add more model entries with different model ids (e.g. claude-opus-5, glm-5.2) to switch models per-role in Continue.

Test your connection

Paste your Qubax API key and send a live request to verify everything is wired up. Don't have a key yet?

Create one in the dashboard