llm

LFM2.5-2.6B

Liquid AI's compact open-weight hybrid language model optimized for on-device agentic tasks and tool use.

Pricing

Pricing varies — check the official site for current pricing.

freemiumVisit official site →

Pricing last verified: August 10, 2026

Pros

  • 128K context window
  • Runs under 2.5 GB memory
  • Strong multilingual support (16 languages)
  • Open weights, free to use
  • Native tool use and agentic training

Cons

  • Not suited for coding tasks
  • Weak on knowledge-heavy Q&A
  • Text-only (no vision/audio)
  • Always generates chain-of-thought (token overhead)

Technical Capabilities

api Available
Yes
coding Ability
Basic
context Window
128K

Why use LFM2.5-2.6B?

What Is LFM2.5-2.6B?

LFM2.5-2.6B is an open-weight language model from Liquid AI, part of the LFM2.5 family of hybrid models built for on-device and edge deployment. It combines convolutional and attention layers in a novel architecture, pre-trained on approximately 34 trillion tokens with a 128K context window and post-trained specifically for agentic tasks. The model weights are freely available on Hugging Face under the LFM 1.0 License.

What It's Good For

LFM2.5-2.6B is purpose-built for scenarios where you need a capable agent running locally rather than in the cloud:

  • Agentic workflows: The model is trained inside popular agentic harnesses using reinforcement learning, making it reliable for multi-step task execution and tool chaining.
  • Tool use and function calling: It natively supports Pythonic function calls and JSON-based tool definitions, enabling structured interactions with external APIs and services.
  • Data extraction and RAG: Well-suited for retrieval-augmented generation pipelines and extracting structured information from documents.
  • Long-context processing: With a 128K context window, it can handle long documents, conversation histories, and extended instruction sets without truncation.
  • Multilingual applications: The model covers 16 languages including English, Arabic, Chinese, French, German, Japanese, Korean, Spanish, Hindi, Russian, and others.
  • On-device deployment: Runs in under 2.5 GB of memory and achieves fast inference on both Apple Silicon and AMD CPUs, making it practical for laptops and even mobile hardware.

It is compatible with popular inference frameworks including llama.cpp, MLX, and vLLM, and is comparable in architecture to compact open models like Llama 4 and DeepSeek, but specifically optimized for edge and agentic scenarios.

Who It's a Good Fit For

LFM2.5-2.6B is best suited for:

  • Developers building on-device AI agents who need privacy, offline capability, or zero cloud inference cost.
  • ML engineers experimenting with agentic pipelines, RAG systems, or custom fine-tuning on proprietary data.
  • Researchers exploring small-scale hybrid architectures for edge deployment.
  • Teams needing multilingual support across a wide range of languages at minimal hardware cost.

Because weights are fully open, it can be fine-tuned for domain-specific applications such as language-specific assistants or medical/legal document processing.

Limitations

LFM2.5-2.6B has clear stated limitations to be aware of:

  • Not suited for heavy coding tasks: The model is explicitly not recommended for agentic coding or complex programming assistance.
  • Limited for knowledge-intensive Q&A: Without retrieval augmentation, it underperforms on knowledge-heavy benchmarks compared to larger models.
  • Text-only: It handles text input and output only — no image, audio, or video understanding in this variant.
  • Requires hardware for self-hosting: While it runs efficiently on consumer hardware, teams without developer resources may find setup via transformers, llama.cpp, or MLX non-trivial compared to a hosted API.
  • Reasoning model behavior: It always generates a chain-of-thought before answering, which adds token overhead in latency-sensitive applications.

Reviewed and maintained by the UtilityGenAI Editorial Team

Not sure about LFM2.5-2.6B?

Compare it side-by-side with other market leaders to make the best decision.

Compare LFM2.5-2.6B with Others