Lumoswitch Docs
Client setup

Continue setup

Continue now uses YAML configuration. Create an OpenAI-compatible API configuration and edit ~/.continue/config.yaml.

name: Lumoswitch
version: 1.0.0
schema: v1
models:
  - name: Lumoswitch
    provider: openai
    model: "your-client-facing-model-name"
    apiBase: "https://api.lumoswitch.com/v1"
    apiKey: "your-lumoswitch-access-key"
    capabilities:
      - tool_use

Append to an existing models list instead of replacing unrelated settings. Reload the VS Code or JetBrains window and select Lumoswitch.

Notes

  • Keep tool_use only when the model and API configuration support tools.
  • The file contains a plaintext access key. Do not commit or publicly sync it.
  • The model value is the client-facing model name.

Reference: Continue OpenAI provider documentation.

On this page