Parameter (AI Model)

Parameter (AI Model)

Parameters are the adjustable numbers inside an AI model that get tuned while learning from examples. Their count – often many billions – serves as a rough measure of a model's size.

At its core, an AI model is a very large computational rule. Within this computational rule are numbers that are not fixed but can be adjusted. These adjustable numbers are called parameters. They determine how strongly an input value influences the output. At the start, they are chosen randomly, so the model produces nonsense. During training on millions of examples, they are gradually fine-tuned step by step. In the end, everything the model “knows” is stored in these numbers. Nothing else is saved: no text, no rules, no list of facts.

Why this matters

The parameter count is the industry’s best-known metric. When news reports mention a “70-billion model,” they mean parameters. This number partly determines how much memory a model needs and how expensive it is to run. As a rough rule: more parameters mean more capacity for patterns and relationships.

However, this rule of thumb has become unreliable. A smaller model with better training data today often outperforms a larger one. Moreover, not all parameters need to compute simultaneously. Some models activate only a fraction of them per request. The raw parameter count therefore says little about actual performance. Experts additionally look at benchmark results and the computational cost per response.

How parameters come into being

Imagine a mixing console with billions of dials. Each dial is a parameter. Training proceeds in rounds. The model receives a text snippet and is supposed to predict the next word. The prediction is then compared with the actual word. From the discrepancy, a procedure calculates in which direction each individual dial should be moved. All dials are shifted by a tiny amount. Then the next round begins with the next text snippet.

This process repeats billions of times over the course of weeks. No one adjusts a dial by hand. Nor can it be said which parameter is responsible for which piece of knowledge. The knowledge is distributed across many numbers simultaneously. This is precisely why it is so difficult to trace why a model gives a particular answer.

Each parameter is stored as a number with decimal places. How precisely is a decision with consequences. Storing it more coarsely makes the model smaller and faster, but somewhat less accurate. This procedure is called quantization and makes large models usable on ordinary hardware.

Where the term appears

In product announcements, the parameter count often appears directly in the name. Model series carry suffixes like “7B” or “405B,” where B stands for billion. Anyone who wants to try out a model on their own computer factors this in directly: as a rough guide, a model with seven billion parameters requires several gigabytes of memory when stored more coarsely. That is why small models run on a laptop, while large ones only run in data centers.

The number also plays a role in financial news. Larger models require more graphics cards, more electricity, and more capital. Analysts therefore use parameter counts as an indicator of a company’s investments. And when a provider releases a model as “open weights,” it means: the trained parameters are made available for download.

Subscribe free. Unsubscribe the second it sucks.

High-signal news across AI, business, UX, and tech. Every morning.