AIToday
Large Language ModelsDaily Dose of Data SciencePublished: Jun 25, 2026, 10:00 JST2 min read

Modal releases faster AI draft models that overcome a long-standing speed bottleneck in AI inference, reaching over 1000 tokens per second on large models.

Modal releases faster AI draft models that overcome a long-standing speed bottleneck in AI inference, reaching over 1000 tokens per second on large models.

Key takeaway

  • Modal released new DFlash draft models that accelerate AI inference by denoising entire blocks of tokens in parallel rather than one at a time, and by leveraging the target model's internal context representations.

  • This overcomes a historical 2–3× speedup ceiling in speculative decoding; Qwen 3.5 122B-A10B now reaches over 1000 tokens/sec, up from 250 without speculation.

3 Key Points

  1. What happened

    Modal released DFlash draft models for Qwen AI models that use block diffusion instead of traditional sequential token generation. Running Qwen 3.5 122B-A10B with these drafters reached over 1000 tokens/sec on a B200, compared with 250 tokens/sec without speculation.

  2. Why it matters

    Speculative decoding has been capped around 2–3× speedup because the small draft model that proposes tokens became the bottleneck. DFlash breaks past this by denoising an entire block of tokens in parallel, and by using the target model's own internal representations to guide drafting, which raises acceptance length from a baseline of 3 to over 9.

  3. What to watch

    The DFlash draft models are already integrated with vLLM, SGLang, and Transformers, with draft models available on HuggingFace for Qwen and several other model families. Acceptance length maps nearly linearly to speedup—at length 8, Qwen 3.5 27B achieved 5.62× speedup on one B200.

Ask the AI about this article →

FAQ

How do DFlash models differ from standard drafters?
Standard drafters are autoregressive and generate one token at a time, becoming the bottleneck. DFlash replaces that with a block diffusion model that denoises a full block of tokens in one parallel pass, and it pulls hidden state representations from the target model's layers rather than guessing from raw tokens alone.
Why does acceptance length matter more than draft length?
Decode is memory-bound rather than compute-bound, so reading model weights takes the same time whether the pass checks one token or a block. Every token accepted in a pass is nearly free throughput, while every rejected token still costs drafting time. Acceptance length maps almost linearly to speedup.
Where can I access the DFlash models?
The DFlash draft models are available on HuggingFace for Qwen and several other model families, and are already integrated with vLLM, SGLang, and Transformers.
Daily Dose of Data ScienceRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Google's WikiSkill gives AI agents a memory of past mistakesTHE DECODER · 2h ago
  • AI job losses so far: only 3% of US workersFortune AI · 2h ago
  • Chatbot on Your Own PC: Privacy, Offline, FreeWIRED AI · 2h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleAI scientists race to build 'world models' beyond chatbots