Liquid AI's LFM2.5-2.6B brings on-device agents to edge hardware
A 2.6B-parameter model trained for tool use and multi-step reasoning, matching performance of models 4x larger while running at 220 tokens/sec on consumer hardware.
Last verified:
On-Device Agents at Scale
According to the Hugging Face Blog, Liquid AI released LFM2.5-2.6B, a 2.6B-parameter model engineered to deliver agent-grade tool use and multi-step reasoning entirely on consumer hardware. The model achieves 220 tokens per second on an Apple M5 Max and 113 tokens per second on AMD Ryzen CPUs while consuming under 2.5 GB of memory, eliminating the need for cloud inference and enabling private, latency-sensitive agent deployment on laptops, tablets, and phones.
Training Architecture for Agentic Behavior
The model’s capability stems from a four-stage post-training pipeline designed specifically for agent workflows. Liquid AI began with supervised fine-tuning on 2.6B parameters pre-trained on approximately 34 trillion tokens, extending the context window to 128K during a mid-training phase. Post-training then progressed through two rounds of supervised fine-tuning weighted heavily toward agentic data such as tool invocation, web search, and agent harness trajectories. The team then trained domain-specific teacher models (math, code, tool use, and others) before consolidating their expertise into a single student via multi-domain on-policy distillation. The final stage introduces agentic reinforcement learning, where the model learns directly inside real agent environments—OpenClaw and Hermes Agent—across multiple tools, system prompts, and multi-turn task scenarios. This approach treats agentic harnesses as black boxes, capturing token-level trajectories for RL sample reconstruction without modifying the harness itself.
Benchmark Performance vs. Larger Competitors
Across multiple benchmarks, LFM2.5-2.6B competes with and often exceeds models between 4.7B and 9.7B parameters. On ToolSandbox, a tool-use evaluation, the model scores 77.83, matching Qwen3.5-9B at 76.44 despite being 3.7x smaller. On IFStruct (instruction-following structure), it achieves 85.49, outperforming Qwen3.5-9B’s 78.50. On IFBench (instruction-following), the model scores 59.17 compared to Gemma-4-5.1B at 34.08. Across the Claw-Eval benchmark suite (English), LFM2.5-2.6B averages 62.85, competitive with models 2–4x its size.
Why This Matters
The release signals a shift in agent-deployment economics. Teams currently reliant on cloud-hosted inference for agent workflows face fixed per-query costs that scale with usage; LFM2.5-2.6B’s efficiency enables marginal-cost-zero local execution for privacy-sensitive tasks (e.g., document processing, local knowledge-base queries) and reduces total cost of ownership for high-volume deployments. Organizations building consumer applications—mobile assistants, local automation—can now avoid vendor lock-in on inference infrastructure. The open-weights availability (via Hugging Face) removes licensing friction for commercial deployment. If benchmark performance holds under independent reproduction on real-world agent workloads, this model raises the bar for what “edge-ready” means in the agent space: not degraded toy models, but genuinely competitive reasoning at a tenth the inference cost of larger alternatives.
Frequently Asked Questions
What makes LFM2.5-2.6B suitable for edge deployment compared to larger models?
The model runs in under 2.5 GB of memory at 220 tokens/sec on Apple M5 Max and 113 tokens/sec on AMD Ryzen CPUs, enabling deployment on laptops and phones without cloud infrastructure.
How does LFM2.5-2.6B achieve competitive performance despite its small size?
It uses agentic reinforcement learning trained inside real agent harnesses (OpenClaw, Hermes Agent), multi-domain distillation from specialist teachers, and 128K token context window, optimizing specifically for tool use and multi-turn workflows.
What benchmarks demonstrate LFM2.5-2.6B's performance?
On ToolSandbox, it scores 77.83 versus 76.44 for Qwen3.5-9B (9.7B params); on IFStruct, 85.49 versus 78.50 for Qwen3.5-9B; across Claw-Eval, it averages 62.85, competitive with larger models in the 4–9B range.