Client setup
Cline setup
Create an OpenAI-compatible API configuration, then open Cline settings:
- Select OpenAI Compatible as the API provider.
- Set Base URL to
https://api.lumoswitch.com/v1. - Enter the Lumoswitch access key.
- 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/v1and an upstream model ID used by mistake. - Store the access key only in trusted local configuration.
Reference: Cline OpenAI Compatible documentation.