Inference

Running a trained model to produce output, as opposed to training it.

Training happens once; inference happens on every request, forever. For a widely used model, cumulative serving cost overtakes the entire training cost within months.

Inference is usually limited by memory bandwidth rather than arithmetic — the accelerator waits for weights to arrive. That single fact drives much of the hardware and quantisation work in the field.