ConnectConnect your stackAdd a custom LLM

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

  1. Open the Config screen.
  2. Edit the provider's Base URL to point at your gateway endpoint.
  3. Set the API key for that gateway.
  4. Adjust the model's input modalities if needed (text, image, etc.).
  5. 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": "..."
      }
    }
  }
}

On this page