# What is a small language model (SLM)? — QANATONE

> An SLM is a much smaller language model that can run even on a phone or laptop. It is fast and cheap for focused tasks.

Kaynak: https://www.qanatone.com/en/nedir/slm-nedir/

---

[Explainers](https://www.qanatone.com/en/nedir/)

# What is a small language model (SLM)?

15 Sep 2026 2 min read Model Type · SLM

An SLM is a much smaller language model that can run even on a phone or laptop. It is fast and cheap for focused tasks.

## What is an SLM?

A small language model is the lightweight sibling of [large language models](https://www.qanatone.com/en/nedir/buyuk-dil-modelleri-nedir/) (LLMs). There is no strict cutoff, but models from a few hundred million to a few billion parameters usually go by this name, while the largest models reach hundreds of billions. Microsoft's Phi, Google's Gemma and the small versions of Meta's Llama family are well known examples.

## Why small?

A small model needs less memory and less computation. That means it can run on a phone, a laptop or a company's own server instead of the cloud. Data stays in house, which makes privacy requirements easier to meet. [Inference](https://www.qanatone.com/en/nedir/inference-nedir/) costs drop, answers come back faster and [latency](https://www.qanatone.com/en/nedir/latency-nedir/) falls. Some small models can even work without an internet connection.

## What are they good and bad at?

SLMs are strong at narrow, well defined tasks: classifying email, summarizing text, extracting data from forms and simple conversations. Adapted to a specific job with [fine-tuning](https://www.qanatone.com/en/nedir/fine-tuning-nedir/), they can come close to large models on that job.

Broad general knowledge, multi step reasoning and long, complex documents remain the territory of large models. Small models make more mistakes on such tasks and are more prone to [hallucination](https://www.qanatone.com/en/nedir/halusinasyon-nedir/).

## How businesses use them

A common approach is to route work by difficulty: a fast, cheap SLM handles most incoming requests and the hard ones go to a large model. That routing happens in the [orchestration](https://www.qanatone.com/en/nedir/orkestrasyon-nedir/) layer, keeping quality up while total cost goes down.

## More articles

[Marketing · Social Media ### What is social media marketing? A strategy for 2026 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/sosyal-medya-pazarlamasi-nedir/)[Prompting · Basics ### What is a prompt and how do you write a good one? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/prompt-nedir/)[Prompting · System Prompt ### What is a system prompt and how is it different? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/system-prompt-nedir/)[Model Settings · Temperature ### What is temperature in AI models? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/temperature-nedir/)[Core Concept · Token ### What is a token in AI and how is it counted? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/token-nedir/)[Marketing · Turkey ### Digital marketing in Turkey: the market in numbers 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/turkiye-dijital-pazarlama/)[Guide · Free Tools ### Free AI tools: what is available and what are the limits? 15 Sep 2026 · 1 min](https://www.qanatone.com/en/nedir/ucretsiz-yapay-zeka/)[Architecture · Vector Database ### What is a vector database? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/vektor-veritabani-nedir/)
