Add a custom LLM
Point OpenWorking at any OpenAI-compatible LLM gateway.
OpenWorking works with any OpenAI-compatible provider. Set the baseURL and
apiKey for your gateway to use a custom or self-hosted model.
Steps
- Open the Config screen.
- Edit the provider's Base URL to point at your gateway endpoint.
- Set the API key for that gateway.
- Adjust the model's input modalities if needed (text, image, etc.).
- Save — config is validated offline against the bundled JSON schema before it is written.
{
"provider": {
"my-gateway": {
"options": {
"baseURL": "https://gateway.example.com/v1",
"apiKey": "..."
}
}
}
}