Listen to this lesson
Audio & video lessons are paid features
Plus unlocks audio streaming. Pro adds downloadable audio, video, certificates, and more.
- Audio streaming
- Downloadable PDFs
- All AI Playbooks
- Personalized content
- Certificates of completion
- Audio MP3 downloads
- Video lessonssoon
- & More…soon
Watch this lesson
What it means
Small language models sit deliberately below the frontier. They are built to run on a laptop, a phone, or a modest server rather than a cluster, and they achieve that through smaller parameter counts, careful training data, and often distillation from a larger model.
The boundary is a moving one — what counts as small this year would have been large a few years ago, and the useful definition is practical rather than numeric: a model you can run where you need it, at a cost that permits high volume.
What changed the calculus is how good they became. A small model tuned for a specific task now routinely matches a frontier model on that task while costing a fraction as much per call and returning answers considerably faster.
Why it matters
Cost and latency, and they compound at volume. A feature that is uneconomic on a frontier model is often obviously viable on a small one, and the difference decides whether an AI feature ships. Local execution also resolves data-residency constraints outright — nothing leaves the device — which is why these models dominate on-device assistants.
In practice
Try the small model in a family before assuming you need the flagship, and route by difficulty rather than sending everything to the largest model available. Classification, extraction, routing and summarization are the jobs where small models most often prove sufficient.
Where this shows up
Tools and models in our catalog.
Gemma 4Google's open-source model family (1B-27B) with 128K context, strong multilingual support, and on-device deployment.
Phi-4Microsoft's small-but-powerful open model family (MIT license). Phi-4 excels at reasoning and math at small size. Variants: Phi-4-multimodal (5.6B, speech+vision+text), Phi-4-mini (3.8B), Phi-4-reasoning (14B). On-device capable.
Mistral Small 4Efficient MoE model — 119 billion total parameters, 128 experts, approximately 6.5 billion active per token, 256,000 token context, Apache 2.0 license
OllamaMost popular local model runner. One command to download and run LLMs locally. v0.18.2 with web search, cloud models, Windows ARM64. REST API.
LM StudioDesktop app for discovering, downloading, and running open models locally — GGUF via llama.cpp on Mac, Windows and Linux, plus Apple MLX on Apple silicon, with an OpenAI-compatible local server. Bionic (July 2026) adds an agent for coding, research and document work on open models, with zero data retention.