Continue
AI ToolContinue 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 docsConfig (~/.continue/config.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
- applySetup steps
- 1
Install Continue
Install the Continue extension from the VS Code marketplace (or the JetBrains plugin). Open the Continue panel in your IDE.
- 2
Open the config file
Click the gear icon in the Continue panel and choose "Open config.yaml". This opens ~/.continue/config.yaml.
- 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
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.
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