Fundamentals

Parameter

Parameters are the adjustable numbers inside a model. Parameter count is the most common shorthand for how large a model is.

The adjustable numbers inside a model

Parameters are the tunable values inside an AI model. Concretely they are the weights on the connections between units in a neural network, and training is the process of turning those countless dials little by little to fit the data.

Parameter count as a size measure

Articles refer to a 7B model, meaning seven billion parameters. B stands for billion, so 7B is seven billion dials and 70B is seventy billion. It is the most common way of stating a model’s scale.

The “large” in large language model refers precisely to this. Frontier models are described as being in the hundreds of billions or beyond.

Does more mean smarter?

Broadly, more parameters mean more capacity for knowledge and patterns. But size stopped being the whole story some time ago. With better training data and better methods, smaller models increasingly match much larger ones.

Small models are faster, cheaper, and can run on a phone or laptop as a local LLM, so matching model size to the job has become normal practice.

What to take away

Parameters are the internal numbers set by training, and more of them means a bigger model. That is enough to read the “xB model” notation in launch coverage. When comparing capability, look at benchmark results alongside the parameter count rather than the count alone.

Larger models also need more compute to run, which is why compression techniques such as quantization and distillation matured alongside them. Train large, then shrink cleverly, is the standard shape of modern AI development.

Related terms

Sources and review information

Last reviewed July 17, 2026

Back to the AI Glossary

Search this site