WEMAXA.COM Design · Development · AI · Available worldwide
Studio / Wemaxa 01
Status Active Location Worldwide Focus Web + AI Delivery Remote Response < 1 Business Day
AI Reference 054 Large Language Models Wikipedia guided Primary sources linked

Inference

Definition

Inference is the phase in which a trained model is run to make predictions or generate outputs. LLM inference usually produces tokens sequentially.

What is inference?

Inference is the stage in which a trained model is used to produce predictions or generated output. Training changes parameters; inference normally keeps those parameters fixed and computes an output from new input.

How LLM inference works

For an autoregressive LLM, the model processes the current token sequence and produces probabilities for the next token. A decoding rule chooses a token, that token is appended to the sequence, and the process repeats until generation stops.

Why inference is expensive

Large models require large amounts of memory bandwidth and computation for every generated token. Techniques such as quantization, batching, caching, speculative decoding and mixture-of-experts routing aim to reduce latency and cost without retraining the entire model.

Related terms, defined

Reference guide and primary sources

Wikipedia is used here as a terminology and history reference guide. Current model versions, institutional statistics and product-specific claims are also linked to first-party or institutional sources because those details can change faster than encyclopedia articles.