Logits
A model’s raw, unnormalized output scores for each possible next token, converted to probabilities by softmax.
Before sampling, the model emits one logit per vocabulary token. Softmax turns logits into a probability distribution; temperature and top-p then shape how a token is drawn from it.