Does Ollama have a free tier?
Free throughout — there is no API bill. The cost is your own machine's VRAM, disk, and electricity; how large a model you can run depends on the hardware.
Fully local: the model runs on your own computer, not one word of your draft leaves the LAN, and the API bill is zero — the ceiling option on both the privacy and cost axes. This page is the BYOK quick answer for Ollama: key steps, direct console and pricing links, and the app-side notes that matter. Verified 2026-07-18.
Two links up front: get your key at the official download page (it runs locally — there is no pricing page because there is no bill). Prices and free quotas move; the official pages are authoritative.
The factory preset declares 2 modality flags for Ollama. The models actually available come from the live catalog fetched in-app — catalogs move fast, and the flag only means the protocol wiring is ready.
| Modality | Used for |
|---|---|
| Text | Continuation · roleplay chat · agent |
| Image | Scene illustration · moment cards · comics |
The one universal host pitfall: the API host must include its full version prefix (this provider's exact form is in the notes below) — the app never appends /v1 for you.
Ollama-specific notes
The preset host is http://localhost:11434/v1 — on a real phone, replace localhost with the computer's LAN or Tailscale IP. Ollama itself has no auth, but the app's key field must be non-empty, so any placeholder (like ollama) passes the connectivity test; for the same reason, never expose port 11434 to the public internet.
Free throughout — there is no API bill. The cost is your own machine's VRAM, disk, and electricity; how large a model you can run depends on the hardware.
It's stored on your device only, under system-level encryption — never uploaded or synced to any Foreverse server. Requests go straight from your phone to the provider's official endpoint with zero markup. To revoke access, delete the key in the provider's console.