AI inference glossary
Serving

EAGLE

Also known as EAGLE speculative decoding, EAGLE-3

In plain English

EAGLE is a particular way to draft several likely next tokens for the main model to check, which can make answers stream faster.

Technical definition

EAGLE is a family of speculative-decoding methods that predicts draft continuations from features associated with the target language model and then verifies them with the target model.

Engineering details

Serving frameworks expose EAGLE through settings such as the number of speculative steps, draft tokens, and candidate width. Model checkpoints and draft components must match the engine implementation.

Why it matters

EAGLE can raise accepted tokens per target-model step, but its result is workload dependent. Acceptance behavior, draft overhead, model architecture, and batch size determine whether the extra path improves end-to-end serving.

How to read it in InferenceX

Some InferenceX curves label the feature MTP because the model supplies multi-token heads while the engine uses EAGLE-style speculative plumbing. The recipe flags and checkpoint details identify the exact implementation.