Ollama Quickstart: run an open model locally
Install the runtime, ollama run a model, chat. API defaults to localhost:11434. Validate on a small model first.
Open the official tutorial| Item | Details |
|---|---|
| Provider | Ollama |
| Level | Beginner |
| Date | 2026-09-04 |
| Official source | Ollama |
| Topics | #llm · #open-source · #infra |
Install
Official README (macOS / Linux):
bash curl -fsSL https://ollama.com/install.sh | sh
Windows: official installer or irm https://ollama.com/install.ps1 | iex. Docker image ollama/ollama also exists.
Run a model
bash ollama ollama run <model>
Model names as listed on https://ollama.com/library. Local API: http://localhost:11434.
Watch-outs
Runtime is MIT; each model license differs. Don't publish port 11434. Validate on 7B–8B first.
Official source: docs.ollama.com/quickstart and the GitHub README. Hub: /en/ollama.
Sources & Further Reading
This page is grounded in the authoritative sources below — verifiable and citable by AI engines and readers.
- 🔗 Official source
- # Topic: LLMsLLM capabilities, products and best practices
- # Topic: Open SourceOpen models, frameworks and ecosystems
- # Topic: InfraCompute, inference engines and serving
Citation: Please attribute Laojin Global (laojinchuhai.com) and keep the original link.
Made by Laojin · AI that ships
AllModelsAPIOne key for many models
AllModelsAPI is a multi-model API gateway: one key reaches many models through an OpenAI-compatible interface — point your existing code at a new base URL and you're migrated. It's not a demo: our own production workloads run on it every day.
More from Laojin: Sellenca · 365AIOrg · 365Loopa · 365 Ops · 365Skill
Related
Linked by topic, people and hubs