Aakib Ansari.
Back to articles
News Brief

Liquid AI's LFM2.5-2.6B Matches Models Three Times Its Size on Agentic Tasks

Md Aakib Ansari
Md Aakib AnsariWeb Developer & AI Tools Reviewer
2 min readModel: Liquid AI LFM2.5-2.6B
Liquid AI's LFM2.5-2.6B Matches Models Three Times Its Size on Agentic Tasks

Liquid AI released LFM2.5-2.6B on August 4, 2026 — a 2.69B-parameter model built from the ground up for on-device agentic workloads. The model ships as a standalone binary designed to run on consumer hardware without cloud dependencies, and it uses a hybrid architecture that Liquid AI says is fundamentally different from the transformer stack almost every other frontier model is built on.

The architecture mixes 22 double-gated short convolution blocks with 8 grouped query attention (GQA) layers across 30 layers total. The convolution layers handle sequence processing without the quadratic memory overhead that makes standard attention expensive at longer contexts, while the GQA layers handle the parts of the workload that benefit from explicit attention. The result is a model that runs under 2.5 GB of memory, supports a 128K-token context window, and reaches approximately 220 tokens/s on Apple M5 Max, 113 tokens/s on AMD Ryzen AI Max+ 395, and around 30 tokens/s on mobile hardware.

On the benchmarks Liquid AI published, the model is competitive with significantly larger models in its specific target domain. On ToolSandbox — which tests realistic tool-use workflows — LFM2.5-2.6B scored 77.83, edging out Qwen3.5-9B's 76.44 despite being roughly a third of the parameter count. On IFBench (instruction following), it scored 59.17 versus Qwen3.5-9B's 56.47. Performance diverges on tasks where raw scale matters more: on LiveCodeBench, Qwen3.5-9B (69.86) substantially leads LFM2.5-2.6B (59.41), which is broadly consistent with Liquid AI's framing — this model is designed to win at agentic orchestration and tool calling, not at general code generation or knowledge-intensive reasoning.

Both the instruction-tuned LFM2.5-2.6B and the LFM2.5-2.6B-Base checkpoint for fine-tuning are available on Hugging Face under the LFM Open License v1.0. The release fits into a broader market shift toward models that run locally and handle multi-step agent loops without requiring an API call per step — a segment that has accelerated alongside the agentic AI push from companies like Gemini Managed Agents and KAT-Coder-V2.5, but from a different angle: Liquid AI is betting on on-device execution and privacy-preserving inference rather than cloud-scale orchestration.

Frequently Asked Questions

What is Liquid AI LFM2.5-2.6B?
LFM2.5-2.6B is a 2.69B-parameter AI model released by Liquid AI on August 4, 2026. It uses a hybrid architecture of short convolution blocks and grouped query attention layers, runs on-device under 2.5 GB of memory, and is optimized for agentic tasks like tool calling, planning, and multi-step workflows.
How fast is LFM2.5-2.6B?
Liquid AI reports approximately 220 tokens/s on Apple M5 Max, 113 tokens/s on AMD Ryzen AI Max+ 395, and around 30 tokens/s on mobile hardware.
Is LFM2.5-2.6B open source?
The model weights are available on Hugging Face under the LFM Open License v1.0, which permits use but has some restrictions compared to fully permissive licenses like MIT or Apache 2.0.

Related Articles

Meta Releases Muse Glimmer: Apache 2.0 Licensed 30B Local Agent Model
News Brief2 min read
Meta Releases Muse Glimmer: Apache 2.0 Licensed 30B Local Agent Model

Meta Superintelligence Labs has released Muse Glimmer, a 30-billion parameter open-weight model distilled from its proprietary Muse Spark flagship. Published under an Apache 2.0 license, Glimmer is purpose-built for offline, on-device agentic workloads like coding, debugging, and file management on consumer hardware.

Ant Group's inclusionAI Team Releases Ling 3.0 Flash FP8 Under MIT License
News Brief2 min read
Ant Group's inclusionAI Team Releases Ling 3.0 Flash FP8 Under MIT License

Ant Group's inclusionAI team has released Ling 3.0 Flash FP8, a highly efficient 124-billion parameter Mixture-of-Experts (MoE) model. Featuring an MIT license and a custom hybrid attention architecture, the model reduces active parameters to 5.1 billion per token, matching the performance of much larger models while dramatically lowering operational costs.

The White House Finalized Its AI Safety Vetting Framework. Open-Weight Models Are Exempt.
News Brief2 min read
The White House Finalized Its AI Safety Vetting Framework. Open-Weight Models Are Exempt.

The Trump administration finalized a voluntary pre-release cybersecurity vetting framework for frontier AI models on August 4, 2026, briefing OpenAI, Anthropic, Google, Meta, Nvidia, and Microsoft in a private session. The framework applies only to closed, proprietary models; open-weight models are explicitly exempt. NIST simultaneously released a draft of SP 800-239 on AI data center security.