Zum Inhalt springen
Agent Hub
Back to glossary
models

Fine-tuning

Fine-tuning is the additional training of an already-trained language model on your own data — changes the model itself, unlike RAG.

In detail

Fine-tuning fits when you need:

  • a very specific style (brand voice, legal German)
  • to trim a smaller model for a specialized task (cost)
  • consistent format for structured outputs

Important: fine-tuning does not add knowledge — RAG does that. We recommend fine-tuning only after RAG plus prompt engineering aren't enough.

Related terms