LFM2.5-2.6B Fits Agent Workloads Into 2GB of Device RAM
Liquid AI's new 2.6B parameter hybrid models deliver 2x faster CPU processing and fit into 3GB of RAM for on-device agentic workflows.
Liquid AI has launched the LFM2.5-2.6B model family to execute agentic workloads directly on consumer edge hardware. The 2.6 billion parameter release utilizes a hybrid architecture combining gated short convolutions and Grouped Query Attention. For developers building edge computing pipelines, this drops hardware requirements to standard smartphone or laptop constraints.
Architecture and Performance
The structural design enables significant performance gains over traditional Transformer networks, delivering 2x faster prefill and decode speeds on CPUs. The model features a 32,768 token context window and was pretrained on 28 trillion tokens.
Despite its small footprint, LFM2.5-2.6B competes aggressively with models in the 3B class, including Llama 3.2-3B and Gemma-3-4b.
| Benchmark | Score | Focus Area |
|---|---|---|
| IFEval | 79.56% | Instruction Following |
| GSM8K | 82.41% | Mathematical Reasoning |
Optimized Edge Deployment
When quantized to the GGUF format, the model fits into 2GB to 3GB of RAM. If you need to run LLMs locally, this memory profile makes it viable for typical mobile devices and embedded systems.
The release includes day-zero support for llama.cpp, vLLM, ExecuTorch, and transformers version 5.2.0 and higher. Hardware optimization covers AMD Ryzen AI NPUs, Qualcomm mobile chipsets, and Apple Silicon. Launch partners for the LFM Open License release include AMD, Qualcomm, Ollama, and Nexa AI.
Specialized Task Variants
The August release includes three specialized versions to handle different integration requirements:
- LFM2.5-2.6B-Instruct: Optimized for multi-turn conversations and tool-calling.
- LFM2.5-2.6B-Thinking: Generates reasoning traces before producing an answer.
- LFM2.5-2.6B-Transcript: Fine-tuned with AMD for private, offline meeting summarization.
The models rely on a pure reinforcement learning post-training recipe. This approach enforces high discipline for complex, multi-step instructions and avoids the thinking loops often found in small reasoning models. When implementing multi-agent coordination patterns, this predictable output profile is highly advantageous.
Limit the deployment of the 2.6B model to data extraction, RAG pipelines, and isolated agentic tasks. It lacks the parameter count for knowledge-intensive queries or complex programming generation. Position it instead as an obedient worker node routing tasks to larger models within a broader AI infrastructure.
Get Insanely Good at AI
The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.
Keep Reading
How to Run Gemma 4 On-Device with LiteRT-LM
Learn how to configure LiteRT-LM to deploy the Gemma 4 model family locally across mobile, desktop, and edge environments with constrained JSON decoding.
UST Embeds Claude Sonnet 5 in Hardware Validation Workflows
Anthropic and UST have partnered to integrate Claude into hardware design platforms, using agentic tools to automate semiconductor validation and edge testing.
Encoder-Free Gemma 4 12B Fits Multimodal Agents on 16GB VRAM
Google DeepMind's new Gemma 4 12B removes separate vision and audio encoders, allowing native multimodal processing on laptops with 16GB of unified memory.
LFM2.5-Encoders Bring 8K Context NLU to CPU Environments
Liquid AI released LFM2.5-Encoder-230M and 350M, a pair of bidirectional hybrid models optimized for fast, 8,192-token NLU tasks on CPU hardware.
Pixel 10 Tensor G5 Runs Gemma 4 E2B Natively Offline
Google's Pixel 10 introduces the 3nm Tensor G5 chip, featuring a secure enclave and a custom TPU to run the multimodal Gemma 4 E2B model entirely offline.