The model is purpose-built to run agentic workflows entirely on-device — planning, calling tools, web searching, and executing multi-step tasks — with data never leaving the device and zero marginal inference cost . It has native tool calling and was trained to work reliably inside real agent harnesses, including Hermes Agent, OpenClaw, and Pi
.
LFM2.5-2.6B runs in under 2.5 GB of memory . The following decode speeds are vendor-reported figures from Liquid AI:
| Hardware | Decode Speed |
|---|---|
| Apple M5 Max | 220 tokens/s |
| AMD Ryzen AI Max+ 395 | 113 tokens/s |
| Smartphones | ~30 tokens/s |
| Single Nvidia H100 (high concurrency) | ~15,000 tokens/s |
The model supports llama.cpp (GGUF), MLX (Apple Silicon), vLLM, SGLang, ONNX, and standard Transformers .
Open-weight download on Hugging Face at LiquidAI/LFM2.5-2.6B, with separate repositories for GGUF, MLX, and ONNX quantized formats . Licensed under the LFM1.0 open-weight license
.
Liquid AI was founded in 2023 as an MIT CSAIL spinoff by Ramin Hasani (CEO), Mathias Lechner (CTO), Alexander Amini (CSO), and Daniela Rus (MIT professor and CSAIL director) . The company's technology evolved from research on liquid neural networks at MIT
.
LFM2.5-2.6B is not recommended for agentic coding or knowledge-heavy tasks. On coding benchmarks, larger models (e.g., Qwen3.5-9B) maintain an edge, and the official Hugging Face card advises against using it for those workloads . For complex agentic coding or deep knowledge retrieval, larger models are still preferable
.