An AI model is a computational structure whose parameters encode patterns fitted during training. Given an input, it produces an estimate, classification, ranking, or generated continuation.
The model is not the whole product: interfaces, instructions, data access, tools, rules, and people determine how it is used.
Example
Image classification
A trained model receives pixels and estimates whether an image contains a bicycle; the app decides how to display or act on that estimate.
Important limit
Model names do not describe the full system
The same model can behave differently with versions, settings, context, tools, and product controls.
Interactive model
Separate before deciding
Selected layerModel
Transforms inputs into outputs using learned parameters.
Read the complete text alternative
ModelTransforms inputs into outputs using learned parameters.
ProductWraps the model with an interface, workflow, data, and controls.
Useful distinctions
Separate the questions before judging
Model
Transforms inputs into outputs using learned parameters.
Product
Wraps the model with an interface, workflow, data, and controls.