Model techniques map
Techniquesinference & servingdecoding strategy

general family · filed under inference & serving

Speculative decoding

A general decoding family in which a draft model proposes tokens that are reviewed or verified by the target model.

Also called speculative decoding methods, speculative decoding module.

sources
22
models
12
labs adopt it
7
strongest
core

How sources treat it

One count per evidence span, weakest treatment to strongest.

mentioned 2optional 3used 16default 1core 3

Documented in

Further reading

Picked by hand, not extracted: where to read more, not evidence for anything on this page.

Evidence

25 spans quoted from the sources, strongest treatment first.

This is a process whereby the model, or draft model, will draft some number of tokens which are efficiently reviewed.

coreinference servingin Nemotron 3.5 LightningNVIDIA

MTP mitigates this inefficiency through speculative decoding, a technique introduced by Google researchers in Fast Inference from Transformers via Speculative Decoding.

coreinference servingin Gemma 4 MTP draftersGoogle

for speculative decoding

coremodel architecturein Hy3Tencent

enables faster inference via native speculative decoding

defaultinference servingin Nemotron 3 UltraNVIDIA

A 3-layer Multi-Token Prediction (MTP) head is included for speculative decoding.

usedinference servingin MiMo-V2.5Xiaomi

With one MTP layer for speculative decoding, the acceptance rate is about 90%.

usedinference servingin MiMo-7B seriesXiaomi

We also improve GLM-5.2’s MTP layer for speculative decoding, increasing the acceptance length by up to 20%

usedinference servingin GLM-5.2Z.ai

is built in for speculative decoding

usedinference servingin Hy4-previewTencent Hunyuan

Both vLLM and SGLang enable it through speculative decoding.

usedinference servingin Hy3Tencent

Multi Token Prediction (MTP) leads to faster inference with speculative decoding

usedinference servingin Nemotron 3 UltraNVIDIA

Head-only KL distillation aligns MTP drafts with backbone logits for faster speculative decoding.

usedinference servingin Nemotron 3 UltraNVIDIA

Includes MTP layers for faster inference through native speculative decoding.

usedinference servingin Nemotron 3 UltraNVIDIA

use DSpark (Cheng et al., 2026a) for speculative decoding.

usedinference servingin DeepSeek-V4.1-FlashDeepSeek

accelerate inference via speculative decoding

usedinference servingin MiMo-V2.5Xiaomi

Multi Token Prediction (MTP) leads to faster inference with speculative decoding

usedinference servingin Nemotron 3 UltraNVIDIA

we use speculative decoding with Multi-Token Prediction (MTP).

usedinference servingin Nemotron 3 UltraNVIDIA

Multi-Token Prediction for native speculative decoding

usedinference servingin Nemotron 3 UltraNVIDIA

MTP layer for speculative decoding

usedinference servingin GLM-5.2Z.ai

accelerate inference via speculative decoding

usedinference servingin MiMo-V2.5Xiaomi

by repurposing MTP as a draft model for speculative decoding

usedinference servingin MiMo-V2-FlashXiaomi

1 native MTP layer (10B total parameters, 0.7B activated) is built in for speculative decoding

optionalinference servingin Hy4-previewTencent Hunyuan

supports vLLM speculative decoding with: --speculative-config '{"method": "mtp", "num_speculative_tokens": 3}'

optionalinference servingin Step 3.7 FlashStepFun

--speculative-algorithm EAGLE

optionalinference servingin MiMo-V2.6-Flash-RLXiaomi

The Lightning 3.5 model is released alongside a number of speculative decoding methods for faster text generation.

mentionedinference servingin Nemotron 3.5 LightningNVIDIA

it comes with a speculative decoding module attached

mentionedinference servingin DeepSeek-V4-Flash-0731DeepSeek

Filed alongside

Other methods under inference & serving :: decoding strategy.