Lumoswitch Docs
Client setup

Cline setup

Create an OpenAI-compatible API configuration, then open Cline settings:

  1. Select OpenAI Compatible as the API provider.
  2. Set Base URL to https://api.lumoswitch.com/v1.
  3. Enter the Lumoswitch access key.
  4. Set Model ID to the client-facing model name.

The CLI uses the same provider, base URL, key, and model ID values.

What to verify

  • Test basic chat before file reading, patches, and terminal tools.
  • Cline relies heavily on tool calls; a chat-only model may not function as an agent.
  • For 404, check for duplicate /v1 and an upstream model ID used by mistake.
  • Store the access key only in trusted local configuration.

Reference: Cline OpenAI Compatible documentation.

On this page