Sovereign Docs

Continue

Connect Continue to Sovereign with an OpenAI-compatible model configuration.

Official docs:

Use the OpenAI-compatible surface:

Base URL: https://api.sovrun.one/v1
Model:    sovereign-alpha

Example config.yaml

name: Sovereign
version: 1.0.0
schema: v1
 
models:
  - name: Sovereign Alpha
    provider: openai
    model: sovereign-alpha
    apiBase: https://api.sovrun.one/v1
    apiKey: sk-sov-live_...

Notes

  • Continue documents apiBase for OpenAI-compatible providers.
  • Continue may use /responses for some OpenAI model families; Sovereign supports both /chat/completions and /responses.
  • If you need to force classic chat completions behavior for a specific setup, Continue documents useResponsesApi: false.

On this page