Ollama
Ollama is a first-class Agent > Models provider in Fased. It uses Ollama’s native API, not the OpenAI-compatible/v1 endpoint.
Use a base URL like:
Quick start
- Install and start Ollama.
- Pull a model:
- Open Agents > selected Agent > Models > Ollama.
- Enter the native base URL, model ID, and optional API key.
- Assign the model to the Agent’s primary/fallback/task roles.
Discovery
When Ollama is explicitly configured, Fased can discover local models from:ollama/<model-id> refs. Costs are recorded
as 0 because local Ollama does not bill through a hosted provider.
Config shape
request.allowPrivateNetwork: true is required because Ollama usually runs on
loopback, LAN, or a private tailnet host.
Cloud and hybrid
If you use Ollama Cloud or a remote Ollama host that requires auth, provide a realOLLAMA_API_KEY or save the key in Agent > Models. For a private LAN or
tailnet host, keep the native base URL and explicitly approve private-network
access.