Lumoswitch Docs
Client setup

Goose setup

Goose can add a custom OpenAI Compatible provider. Run:

goose configure

Select Custom ProvidersAdd A Custom Provider, then enter:

FieldValue
API TypeOpenAI Compatible
Namelumoswitch
API URLhttps://api.lumoswitch.com/v1/chat/completions
AuthenticationYes
API KeyLumoswitch access key
Available ModelsAPI configuration client-facing model name
Streaming SupportYes, when candidates support it

The same fields are available in Goose Desktop under Models → Configure providers → Add Custom Provider. The key is stored in the system keychain, or a local secrets file when the keychain is unavailable.

The built-in OpenAI provider also accepts OPENAI_HOST, but a custom provider is clearer when managing multiple gateways and models.

Reference: Goose provider documentation.

On this page