Ollama
Start Ollama locally, pull a model, and point Navigator at the endpoint.OpenAI-compatible providers
Use OpenRouter or another compatible gateway when you want model choice through a common API style.Checks
- The local server is reachable from the Navigator runtime
- The selected model is downloaded or available from the provider
- The base URL includes the path expected by the integration
- Hosted deployments can reach the model endpoint if the endpoint is not local-only
A browser running at
app.example.com cannot call localhost on your laptop through the hosted server. Use local development, a tunnel, or a reachable model gateway for hosted deployments.