LinkedIn analytics tracking pixel for AIDOLS AI consulting website performance measurement
Models

Small Language Model (SLM)

A Small Language Model (SLM) is a compact language model — typically under 10B parameters — designed to run cheaply, on-device, or in latency-sensitive workflows where a frontier LLM would be overkill or too expensive.

Full definition

SLMs are produced by training small models from scratch on high-quality data, by distilling larger models, or by aggressively quantizing them. Examples include Microsoft Phi-4, Google Gemma 2 2B, Apple Intelligence on-device models, and Meta Llama 3.2 1B/3B. On many narrow enterprise tasks, a fine-tuned SLM matches or beats a frontier general-purpose LLM at 10-100× lower inference cost.

Why it matters

SLMs are the fastest path to positive AI unit economics. For high-volume, narrow tasks (classification, extraction, routing, simple Q&A), an SLM can deliver the same quality as GPT-4-class models at one-tenth the cost — turning AI features from cost centers into margin contributors.

Example

A B2B SaaS company replaces GPT-4o with a fine-tuned Phi-4 SLM for ticket classification. Quality stays at 96% accuracy, but inference cost drops 92% and p95 latency improves from 2.4s to 180ms.

Source & further reading

Primary source: Microsoft Research — "Phi-3 Technical Report" (2024).

Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/da/glossary/small-language-model/.