Ai Agents 2 min read

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.

BenchmarkScoreFocus Area
IFEval79.56%Instruction Following
GSM8K82.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

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