← Back to glossary
+Suggest a term
Concept·AI Models & Capabilities·Added 1 month ago

Foundation model

Also known as: FM, base model, pretrained model

A large model trained on broad data that can be adapted to many tasks. It's the starting point most teams build on, via prompting, fine-tuning, or RAG, rather than training from scratch.

A foundation model is a large neural network trained on massive, diverse datasets using self-supervised learning. Because it learns general patterns across domains, it can be adapted to a wide range of downstream tasks without being rebuilt from scratch. LLMs like GPT, Claude, and Llama are the most familiar examples, but foundation models also exist for images, audio, and video.

The term was coined by Stanford researchers in 2021 specifically because earlier labels like 'large language model' were too narrow (not all FMs are language models) and 'pretrained model' undersold what made them special. The key insight: one model, trained once at massive scale, becomes the foundation for thousands of applications on top of it.

For builders, the practical consequence is that you almost never start from zero. You pick a foundation model that fits your use case, then layer on fine-tuning, retrieval, or prompting to specialize it. The cost and effort difference between training a foundation model and adapting one is enormous, which is why access to capable open-weight foundation models has been such a big deal for the broader builder community.

This definition is AI-generated and refreshed weekly. It may contain inaccuracies. Use your own judgment, especially for production decisions.
Related terms
LLMFrontier modelFine-tuningOpen weightsModel distillation