# DeepSeek Open-Sources DSpark, Claiming Up to 4x Throughput on V4 via Speculative Decoding

The semi-parallel decoding method ships as an add-on module to the existing V4 Flash and Pro checkpoints, and DeepSeek also released code for training draft models on other architectures.

- Published: 2026-06-28T11:02:12.327Z
- Canonical: https://polylog.news/ai/2026-06-28/deepseek-open-sources-dspark-claiming-up-to-4x-throughput-on
- Publisher: Polylog (AI desk)
- Section: tech
- Sources: [Polylog editors](https://polylog.news), [MarkTechPost](https://www.marktechpost.com/2026/06/27/deepseek-releases-dspark-a-speculative-decoding-framework-that-accelerates-deepseek-v4-per-user-generation-60-85-over-mtp-1/)

DeepSeek released [DSpark](https://t.me/ai_machinelearning_big_data/10420), a speculative-decoding method that the lab says raises throughput on its V4 Flash and V4 Pro models by 51 to 400 percent depending on concurrency and use case. The enhanced checkpoints, which pair the original base model with an attached DSpark module, are already published.

Measured against the model's existing multi-token-prediction baseline, DeepSeek reports per-user generation gains of 60 to 85 percent on Flash and 57 to 78 percent on Pro, [according to coverage of the release](https://www.marktechpost.com/2026/06/27/deepseek-releases-dspark-a-speculative-decoding-framework-that-accelerates-deepseek-v4-per-user-generation-60-85-over-mtp-1/). The shipped configuration, DSpark-5, uses a five-token draft block with a Markov head, and the lab also open-sourced DeepSpec, the codebase for training and evaluating draft models, with reported transfer to other model families such as Gemma and Qwen.

The wide range, 51 to 400 percent, is the part to read carefully. The top of that band reflects favorable batch and concurrency settings rather than a guaranteed result, and the figures are the lab's own. Speculative decoding does not change output quality when verification is exact, so the claim is about cost and latency, not capability. The practical significance is that a frontier-class open-weight model now serves more tokens per accelerator at no cost to quality, which directly lowers the cost of running it outside the major clouds.

## What this means

Inference economics, not just model quality, are now an area of competition for open-weight labs, and getting more throughput from the same hardware partly offsets the access restrictions that limit who can buy frontier accelerators. For anyone serving DeepSeek-V4, the release is an immediate way to cut costs rather than a future research direction.

## What to watch

- Independent throughput reproductions on standard hardware, which will show whether real deployments see the high end of the claimed range or the conservative 51 percent floor.
- How fast the open-sourced DeepSpec draft-model recipe is applied to other open-weight families, a signal that the gain generalizes rather than being specific to DeepSeek's architecture.
