Liquid AI shipped LFM2.5-VL-3B on August 12, 2026 — a 3.1B-parameter vision-language model for real-time, on-device inference. Open weights are on Hugging Face. The model runs in approximately 3 GB of memory and decodes at 228 tokens/second on an Apple M5 Max without a discrete GPU.

The architecture pairs a SigLIP2 400M NaFlex vision encoder with Liquid's LFM2.5-2.6B text backbone, pre-trained on roughly 34 trillion tokens — 4× more vision data than the prior release. The tokenizer expanded to 128K by in-place extension rather than full retraining, adding non-Latin script support. Post-training involved supervised fine-tuning with knowledge distillation, "Antidoom" training, and multi-reward reinforcement learning. The model skips chain-of-thought at inference and answers directly — a latency-first choice.

LFM2.5-VL-3B architecture: SigLIP2 NaFlex vision encoder feeds into the LFM2.5 text backbone; the model outputs tokens directly, skipping chain-of-thought.
FIG. 02 LFM2.5-VL-3B architecture: SigLIP2 NaFlex vision encoder feeds into the LFM2.5 text backbone; the model outputs tokens directly, skipping chain-of-thought. — Liquid AI / Hugging Face blog, 2026

Four benchmark areas show the sharpest gains over LFM2-VL-3B. Screen and UI understanding jumped dramatically: ScreenSpot-v2 Desktop from 6.0 to 78.7, Mobile from 7.6 to 81.2, Web from 2.5 to 82.2. Grounding improved to 87.9 on RefCOCO-avg, ahead of Gemma-4-E4B (8B) at 72.1 despite LFM2.5-VL-3B's smaller size. ToolSandbox climbed from 26.4 to 59.5, now matching Gemma-4-E2B-it (56.5). Multi-image reasoning is now supported.

BenchmarkLFM2-VL-3B (prev)LFM2.5-VL-3BCompetitor (model)
ScreenSpot-v2 Desktop6.078.7
ScreenSpot-v2 Mobile7.681.2
ScreenSpot-v2 Web2.582.2
RefCOCO-avg (grounding)87.972.1 · Gemma-4-E4B (8B)
ToolSandbox26.459.556.5 · Gemma-4-E2B-it
FIG. 03 Key benchmark gains: LFM2-VL-3B vs LFM2.5-VL-3B, with competitor references — Liquid AI / Hugging Face blog, 2026

Hardware performance matters for deployment. The M5 Max reaches 228 tokens/second, AMD Ryzen AI Max+ 395 reaches 116 tokens/second, and Samsung Galaxy S26 Ultra reaches 20 tokens/second fully on-device. On an H100 at high concurrency, Liquid reports 11,000 tokens/second output throughput — roughly 2× what 4B-class models produce and faster than 2B competitors in their testing. That translates to 1 billion output tokens per day on a single H100.

Hardware PlatformDeployment ModeThroughput (tokens/sec)
Apple M5 MaxOn-device (no discrete GPU)228
AMD Ryzen AI Max+ 395On-device116
Samsung Galaxy S26 UltraFully on-device mobile20
NVIDIA H100Server, high concurrency11,000
FIG. 04 LFM2.5-VL-3B inference throughput across hardware platforms — Liquid AI / Hugging Face blog, 2026

Day-one inference support spans llama.cpp, MLX, vLLM, SGLang, and ONNX. MLX and llama.cpp are production-ready on Apple Silicon and AMD AI-accelerated laptops. vLLM and SGLang provide the throughput numbers above for server deployment. ONNX support enables mobile runtimes and hardware vendor SDKs without custom integration.

On overall vision tasks, LFM2.5-VL-3B averages 69.4, above Gemma-4-E4B (59.7) and Qwen3.5-4B (70.1) despite those models having more parameters. Document understanding: DocVQA 91.1, ChartQA 81.3. The model trails on MMMU (48.4 vs. 50.3) and OCRBench v2 English (47.5 vs. 58.7) — a trade-off reflecting its focus. Deep academic reasoning is not the target workload. The model prioritizes high-volume, low-latency vision pipelines.

ModelParamsOverall VL avgDocVQAChartQAMMMUOCRBench v2 (EN)
LFM2.5-VL-3B3.1 B69.491.181.348.447.5
Qwen3.5-4B4 B70.1
Gemma-4-E4B8 B59.7
FIG. 05 Vision-language benchmark comparison: LFM2.5-VL-3B vs similarly-sized models — Liquid AI / Hugging Face blog, 2026

The practical scope is narrow by design: screen automation agents, on-device document OCR, grounding-heavy workflows like visual search and object detection via natural language, and tool-calling agents that need vision context without cloud round-trip latency. For pipelines needing chain-of-thought or MMMU-class reasoning, look elsewhere. For those running on laptops, mobile devices, or single GPUs at high throughput, LFM2.5-VL-3B is currently one of the few sub-4B models with grounding and screen-understanding scores that justify the trade.