Liquid AI's DSpark Models Deliver Up to 3.18x Faster LLM Inference Without Output Changes
Liquid AI's LFM2.5-DSpark Draft Models introduce speculative decoding, achieving up to 3.18 times faster LLM inference while guaranteeing identical output fidelity, accelerating on-device AI and democratizing access.
✨ This content was summarized and interpreted by AI; it may contain errors — please verify accuracy with the original sources. Learn more
Listen to this story

Liquid AI's release of LFM2.5-DSpark Draft Models marks a significant leap in large language model (LLM) inference efficiency, delivering up to 3.18 times faster decoding without any alteration to the original model outputs. This advancement is achieved through the integration of speculative decoding, a technique that employs smaller, faster "drafter" models to predict token sequences, which are then rapidly verified by the larger, more accurate "target" model. The company has rolled out these DSpark drafters for three models within its LFM2.5 family: LFM2.5-1.2B-Instruct, LFM2.5-2.6B, and the mixture-of-experts LFM2.5-8B-A1B, each adding approximately 300 million parameters as overhead to the target model.
The core mechanism behind DSpark involves a roughly 300-million-parameter draft model proposing a block of up to nine candidate tokens following an anchor token. The main target model then verifies this entire block in a single forward pass, accepting matching tokens and replacing any mismatches, discarding subsequent proposed tokens in the block. This innovative approach circumvents the traditionally slow, autoregressive nature of LLM generation, where each token is predicted sequentially. Performance benchmarks highlight substantial gains: on an NVIDIA H100 GPU, the LFM2.5-2.6B model saw a mean speedup of 2.67x, increasing throughput from 323 to 864 tokens per second. The largest recorded gain was with the LFM2.5-8B-A1B model on the MATH500 dataset, achieving a 3.18x throughput increase from 428 to 1,362 tokens per second on an H100. Even on less powerful hardware, such as an Apple-silicon M4 Max MacBook Pro, the LFM2.5-2.6B achieved a 2.27x speedup, boosting throughput from 61 to 139 tokens per second. Crucially, because speculative decoding only emits tokens verified by the target model, the generated text is identical to what the target would produce alone under greedy decoding, ensuring benchmark accuracy remains unchanged. The DSpark draft checkpoints are immediately available in Safetensors and GGUF formats, with day-one support integrated into popular open-source frameworks like llama.cpp and SGLang.
This development is profoundly significant for both users and the burgeoning AI industry. For users, faster inference directly translates to a dramatically improved experience, particularly in real-time applications such as conversational AI, chatbots, and interactive agents. The human perception of responsiveness demands a time-to-first-token (TTFT) below approximately 200 milliseconds for a system to feel instantaneous. By significantly reducing decoding latency, Liquid AI's DSpark models enable more fluid, natural interactions, making AI tools feel less like computational processes and more like seamless extensions of human thought. The company reports that DSpark cut function-calling latency by an average of 57% for LFM2.5-2.6B across multi-tool scenarios, a critical improvement for agentic workloads where users often wait through multiple reasoning steps.
From an industry perspective, the impact is multi-faceted. The ability to achieve high-speed, accurate inference on diverse hardware, including consumer-grade devices like MacBooks, accelerates the trend towards "on-device" AI. Liquid AI, an MIT spin-off, explicitly focuses on building "efficiency-first" and "device-native" foundation models that can run privately, quickly, and sustainably on everything from phones and laptops to autonomous vehicles and satellites. This decentralization of AI processing reduces reliance on expensive, latency-prone cloud infrastructure, lowering operational costs and increasing data privacy for enterprises. As inference workloads are projected to account for two-thirds of all AI compute in 2026 and over 40% of total data center demand by 2030, optimizing this phase is not merely an enhancement but an economic imperative. Efficient inference democratizes access to cutting-edge AI, allowing startups and developers without billion-dollar budgets to deploy sophisticated models, fostering innovation across various sectors.
Speculative decoding itself is not entirely new, with its theoretical underpinnings explored in various research papers and adopted in different forms. For instance, proprietary models like Anthropic's and OpenAI's "fast modes" have alluded to using aggressive speculative decoding to achieve speedups, though the specifics of their implementations and the degree of output fidelity are less transparent. Another technique, Medusa, also employs additional "heads" to predict multiple future tokens simultaneously, combining them via a tree-based attention mechanism before an acceptance scheme. Liquid AI's DSpark, however, distinguishes itself with its specific architectural combination of a parallel backbone, a sequential Markov head, and a confidence-scheduled verifier, a technique first introduced by DeepSeek researchers in July 2026. This tailored approach, coupled with Liquid AI's broader commitment to non-transformer, Liquid Foundation Model architectures, aims for greater flexibility and cost-efficiency compared to traditional transformer-based competitors. Their prior releases, such as the LFM2.5-VL-3B vision-language model and quantized checkpoints, underscore a consistent strategy for edge deployment and efficiency.
Looking ahead, the emphasis on inference optimization will only intensify. As AI adoption accelerates and models become more complex, the demand for flexible, cost-effective, and low-latency inference solutions will drive further innovation. We can anticipate continued advancements in speculative decoding, alongside other techniques like quantization, pruning, and dynamic batching, all aimed at maximizing throughput and minimizing latency and energy consumption. The trend of specialized hardware and system architectures tailored for distinct inference workloads—from ultra-low latency edge deployments to distributed cloud environments—will also mature. Liquid AI's DSpark release is a crucial step in making advanced AI ubiquitous and truly responsive, paving the way for a future where intelligent agents can operate seamlessly and privately on virtually any device, without compromising on quality or performance.