Models - Aug 5, 2026

LFM2.5-2.6B On-Device Agent Model Guide

Quick answer

LFM2.5-2.6B is Liquid AI’s 2.69B-parameter dense, text-only model for agentic and on-device workloads. Its official model card lists a 131,072-token context window, native tool calling, and native, GGUF, MLX, and ONNX artifacts.

It is a strong candidate to evaluate when your agent needs bounded tool use, data extraction, RAG, or long tool traces on constrained hardware. It is not a blanket replacement for a cloud model: Liquid AI does not recommend it for agentic coding or knowledge-heavy tasks, and maximum context does not prove acceptable memory use or latency on your device.

Where the model fits

WorkloadWhy it may fitAcceptance check
Bounded tool workflowNative function-calling formatCorrect tool, arguments, permission, and final answer
Data extractionSmall local text model and structured workflowField accuracy, abstention, malformed-input handling
Retrieval-augmented answerLocal generation with supplied contextCitation support, conflict handling, no unsupported answer
Long multi-step trace128K published maximum contextReal memory, latency, retrieval quality, and trace pruning
Agentic codingProvider says not recommendedChoose another model or constrain to reviewed assistance

The model’s release record supports a candidate evaluation, not a production conclusion. Pick representative tasks and compare it with the current baseline on completed-task quality, not parameter count alone.

Build a safe evaluation

  1. Pin the exact repository, revision, format, quantization, runtime, and prompt template.
  2. Separate read-only tools from tools that write, send, buy, delete, or change access.
  3. Validate every tool name and argument outside the model.
  4. Require explicit approval for material actions and scope changes.
  5. Replay versioned success, ambiguity, malformed input, denial, timeout, and retry cases.
  6. Score task completion, incorrect calls, false success, refusal quality, recovery, latency, and peak memory.
  7. Keep an independent stop, audit, and rollback path.

On-device inference does not automatically keep the whole workflow local. Retrieval services, tool APIs, telemetry, synced files, and model downloads remain separate data paths.

Choose a deployment path

Use the local setup guide for a reproducible first run, the runtime comparison for format selection, and the device sizing guide before making a phone or laptop fit claim. The implementation planner keeps those decisions together.

Frequently asked questions

What is LFM2.5-2.6B designed for?

Liquid AI describes LFM2.5-2.6B as a 2.69B-parameter dense, text-only model post-trained for agentic workloads, native tool calling, long-context workflows, data extraction, and RAG.

Is LFM2.5-2.6B suitable for agentic coding?

Liquid AI’s model card explicitly does not recommend it for agentic coding or knowledge-heavy tasks. Test a different model or a tightly bounded assisted workflow for those jobs.

Does on-device deployment make an agent private or safe?

No. Local inference can reduce where model inputs travel, but tool calls, logs, retrieval sources, crash reports, permissions, updates, and synced outputs each have separate data and safety boundaries.

Official sources

Source check: August 5, 2026. Provider benchmarks, device results, and maximum context are starting evidence. Verify the exact artifact, runtime, license, hardware, data path, and task behavior independently.