What is a base model?

Definition

A base model is a trained model used as the starting point for later specialization or deployment. Developers may fine-tune it, add retrieval, give it tools or wrap it in a larger system designed for a particular task.

Separating the base model from the full system matters when evaluating results. Performance may come from prompts, test-time methods, data selection, tools and human decisions rather than from the unchanged model alone.

Frequently asked questions

Is a base model the same as a foundation model?

The terms overlap, but they are not identical. A foundation model is broadly trained for reuse across tasks, while base model can mean any starting checkpoint before further adaptation or system integration.

Why distinguish a base model from an AI system?

An AI system may combine the model with prompts, tools, memory, retrieval, safeguards and human workflows. Distinguishing these layers helps identify what actually caused a measured result.

Videos explaining base model