jargon

Applied AI·How models work

every API call you make is inference, and nothing you send in one of them changes the weights for the next.

Inference

Draft summary, pending review

Running a trained model to get output. Every API call you make is inference. Distinguish it firmly from training: inference never changes the weights.

Commonly confused with