Quick presets
The setup panel has one-click preset chips that fill in the base URL and a sensible model:Setup
- In onboarding (or provider Settings), pick OpenAI-compatible.
- Click a preset — or enter a base URL by hand.
- Enter an API key if the endpoint needs one (local servers usually don’t).
- Enter the model name exactly as the endpoint serves it, and pick a reasoning effort.
Notes
- There’s no fixed catalog — the model name is whatever your endpoint serves.
- Vision and image support depend on the underlying model; text-only models can’t use screenshot-driven features.
- Reasoning effort maps through where the endpoint supports it (e.g. DeepSeek’s reasoning models).
Troubleshooting
- Connection refused — the server isn’t running or the base URL/port is wrong.
- 404 / unknown model — the model name doesn’t match what the endpoint serves.
- No streaming — the endpoint must support OpenAI-style streamed responses.
- See Troubleshooting.