Resumen
Download and run Llama, Mistral, and other models locally with a simple CLI and API.
The default local inference stack — zero config, huge model catalog, perfect dev companion.
Funciones clave
- Run Llama, Mistral, Gemma locally with one command
- OpenAI-compatible REST API on localhost:11434
- Model library with quantized variants for consumer GPUs
- Cross-platform: macOS, Linux, Windows (WSL)
Casos de uso
- 01Local LLM prototyping before sending traffic to cloud APIs
- 02Privacy-sensitive workflows (legal, health, internal docs)
- 03Pair with Open WebUI or LiteLLM for production-style routing
Inicio rápido
shell — quick start
curl -fsSL https://ollama.com/install.sh | sh
ollama run llama3.2Compatibilidad de stack
Open WebUI
LiteLLM
LangChain
RunPod
Tags
Artículos relacionados
Agentes IA para soporte al cliente: CrewAI vs AutoGen
Compara frameworks multi-agente para automatizar soporte tier-1 en SaaS indie.
Mejores herramientas LLM open source para indie hackers (2026)
Ollama, vLLM, LiteLLM y más — qué self-hostear al bootstrapear funciones de IA.
Fine-tuning de Llama 3 en GPU económico
Fine-tuning LoRA en RunPod por menos de 20 $ — cuándo compensa vs prompt engineering.