Liquid AI releases LFM2.5-2.6B, a 2.6B model that rivals 4x larger models on agent tasks

Liquid AI released LFM2.5-2.6B on Monday, a 2.6-billion-parameter model designed to run capable AI agents entirely on consumer hardware. The model is available on Hugging Face with open weights and targets on-device deployment across laptops and phones. LFM2.5-2.6B achieves 220 tokens per second on an Apple M5 Max and 113 tokens per second on an AMD Ryzen CPU, fitting within 2.5 GB of memory. Liquid AI positions it as competitive with models roughly four times its size on tool use, instruction

2 min
Liquid AI releases LFM2.5-2.6B, a 2.6B model that rivals 4x larger models on agent tasks

Liquid AI released LFM2.5-2.6B on Monday, a 2.6-billion-parameter model designed to run capable AI agents entirely on consumer hardware. The model is available on Hugging Face with open weights and targets on-device deployment across laptops and phones.

LFM2.5-2.6B achieves 220 tokens per second on an Apple M5 Max and 113 tokens per second on an AMD Ryzen CPU, fitting within 2.5 GB of memory. Liquid AI positions it as competitive with models roughly four times its size on tool use, instruction following, and multi-step agentic tasks.

Benchmarks

On instruction-following benchmarks, the model tops every category against comparable models including Gemma 4 E2B (5.1B), Qwen 3.5 4B (4.7B), and Gemma 4 E4B (8B). It scores 59.17 on IFBench and 80.07 on Multi-IF, well ahead of the next best 5.1B model at 34.08 and 69.44 respectively. On BFCLv4, a tool-calling benchmark, it reaches 56.88, behind only Qwen 3.5 9B at 60.13.

On math, LFM2.5-2.6B scores 51.87 on AIME25, competitive with Qwen 3.5 4B at 49.33. On LiveCodeBench v6 it scores 59.41, ahead of both Gemma models.

LFM2.5-2.6B on-device agent deployment architecture
LFM2.5-2.6B on-device agent deployment architecture

Training pipeline

Liquid AI used a four-stage post-training pipeline to build the model's agent capabilities. After pre-training on roughly 34 trillion tokens and extending the context window to 128K tokens, the team applied supervised fine-tuning with an emphasis on tool-use and agent trajectory data, trained specialist teachers per domain, distilled them into a single student via multi-domain on-policy distillation, and finally ran multi-turn reinforcement learning inside real agent harnesses.

The agentic RL pipeline separates model optimization, inference, and environment execution into distinct components. A training engine optimizes the model while a rollout engine generates actions using the latest policy. Actions execute inside a sandboxed black-box harness where the model interacts with task environments. A harness proxy captures token-level trajectories for RL training without modifying the harness itself.

The model was trained inside popular agent harnesses to improve compatibility across different tools, system prompts, and multi-turn task environments.

Written by

More to read

  • Amazon Data Center Could Be Powered by One of the Nation's Most Polluting Power Plants

    Amazon is investing in a new natural-gas power plant in Pecos County, Texas, to supply a West Texas data center, and the project holds a permit that would allow it to emit more carbon dioxide than any coal plant in the country, according to The Verge and the New York Times. The plant, tracked as GW Ranch by Cleanview, a service that monitors data center power projects, would deploy 35 natural-gas turbines generating about 7.65 gigawatts. At least initially, the plant would not connect to

    1 min
  • Claude Code Defaults to Auto Mode. The Classifier Catches More Than Humans.

    Claude Code Defaults to Auto Mode. The Classifier Catches More Than Humans. Claude Code will ship with Auto Mode enabled by default starting August 14 for Pro, Max, and Team subscribers, shifting the developer role further from active coding toward reviewing AI-generated output. Only Enterprise customers will need to opt in. Auto Mode lets the agent execute steps without waiting for manual approval at each one. A classifier intercepts actions the model judges dangerous or irreversible and paus

    1 min