orientx

Continue

VS Code and JetBrains chat against orientx

Continue treats orientx as an OpenAI provider. Config lives in ~/.continue/config.yaml.

Base URLhttps://api.orientx.ai/v1
AuthapiKey or ${{ secrets.ORIENTX_API_KEY }}
Config~/.continue/config.yaml

Add a model

name: OrientX
version: 1.0.0
schema: v1
models:
  - name: OrientX
    provider: openai
    model: <MODEL_ID>
    apiBase: https://api.orientx.ai/v1
    apiKey: ${{ secrets.ORIENTX_API_KEY }}

Replace <MODEL_ID> with an id from GET /v1/models. Store the key in Continue's secrets UI, or put the literal key in apiKey for a local machine (do not commit it).

Reload Continue

Restart the Continue session or run Continue: Reload config from the command palette, then pick OrientX in the model dropdown.

Older config.json installs use the same fields under models[]: provider, model, apiBase, apiKey.

On this page