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

  • Activation Checkpointing in Large Language Models: How Selective Recomputation Eliminates Memory Bottlenecks

    Large language model pre-training and fine-tuning are fundamentally constrained by GPU memory (VRAM). While distributed techniques such as Fully Sharded Data Parallel (FSDP), ZeRO, and Tensor Parallelism successfully shard model parameters, optimizer states, and gradients across hundreds or thousands of GPUs, activation memory presents a distinct scaling bottleneck. During the forward pass of a transformer model, intermediate tensor outputs must be preserved in GPU memory so that backpropagatio

    1 min
  • Anthropic Demonstrates Autonomous De Novo Protein Design and Chemical Analysis with Claude

    Anthropic Demonstrates Autonomous De Novo Protein Design and Chemical Analysis with Claude Anthropic has published experimental results demonstrating Claude's ability to autonomously design de novo protein binders with physical wet-lab validation and automate complex analytical chemistry workflows. The findings show frontier LLMs acting as autonomous agents across computational biology and molecular characterization pipelines. In the primary experiment, Anthropic evaluated Claude Mythos Previe

    1 min
  • Cerebras Unveils CS-4 Rack-Scale System Powered by Three WSE-3 Turbo Chips and Nexus Architecture

    Cerebras Unveils CS-4 Rack-Scale System Powered by Three WSE-3 Turbo Chips and Nexus Architecture Cerebras Systems has announced the CS-4, a rack-scale AI accelerator system designed around three of its next-generation Wafer Scale Engine 3 Turbo (WSE-3 Turbo) chips and a modular hardware architecture dubbed Nexus. Cerebras confirmed that initial customer shipments for the CS-4 are scheduled to begin in the current quarter. The new system marks a structural shift from Cerebras's single-wafer CS

    1 min