What is a Model Distillation?

Model distillation is a machine-learning technique in which a smaller student model is trained to reproduce the behavior of a larger, more capable teacher model, capturing much of its performance at a fraction of the size and inference cost.

Rather than training the smaller model from scratch on raw labeled data alone, distillation trains it to match the teacher's outputs directly, often the full probability distribution over possible next tokens, known as soft labels, which carries richer signal than a single correct-answer label would. The student effectively learns not just what answer is right, but how confident the teacher was across all the plausible alternatives, which tends to transfer more of the teacher's learned judgment than training on hard labels alone. The motivation is almost entirely practical: large frontier models are expensive and slow to run at scale, while a distilled student model can run faster, cheaper, and on more constrained hardware, while retaining a meaningful share of the teacher's capability on the specific tasks it was distilled for. This makes distillation especially attractive for narrow, high-volume production tasks, such as classification, routing, or simple extraction, where the full generality of a frontier model is overkill for what's actually being asked of it. The tradeoff is that a distilled model typically underperforms its teacher on tasks or inputs far outside the distribution it was distilled on, since it's specialized to mimic the teacher's behavior on the training distribution rather than reproducing the teacher's full general reasoning ability.

In practice with Neotask

A high-volume, low-complexity classification step in Neotask's pipeline, such as routing an incoming message to the right skill, is a natural candidate for a distilled, smaller model, since it needs to run fast and cheaply at scale far more often than it needs the full reasoning depth of a frontier model.

Related terms

Start free

Plans

Free

$0/mo

Download without a card and start for free.

Individual

$50/mo

The full personal agent platform for one person.

Enterprise

$200/mo

Multiple workspaces and capacity for larger teams.

Continue