▤ Tutorials
How to run a local LLM with Ollama and LiteLLM (free)
@ai-supply · 3mo ago
Why local
Running models locally with Ollama means zero API fees, full privacy, and offline capability. LiteLLM then gives you a single OpenAI-compatible API across local and hosted models, so your app code doesn't change when you switch.
The shape of it
- Ollama serves a local model.
- LiteLLM exposes an OpenAI-compatible endpoint that routes to Ollama (or any provider).
- Your app/agent points at LiteLLM — swap models with one config line.
Where ai-supply fits
Connectors, pipelines, and model-serving capabilities for local inference are in the catalog, each security-scanned. Browse the orchestration and data categories.
Pair this with a free RAG pipeline and an eval harness from the marketplace for a fully local stack.