Parameter
Parameters are the number of internal weights a model acquires through training, a metric for model scale. They are used as the strength of connections (weights) between neurons when computing output from input, and as they are gradually adjusted through training, they determine the accuracy of text generation and prediction. In general, the more parameters there are, the higher the expressiveness, but memory and compute cost also increase (for example, 'a model with 7 billion parameters' indicates scale).
Because it is a 'term that expresses a number', it is easy to confuse with a billing unit, but what is being counted is the weights on the model side, not a unit for the amount of input and output or pricing, so it is incorrect.