Liquid AI Releases LFM2.5-VL-3B, a 3.1B-Parameter Vision-Language Model for On-Device Inference
Liquid AI has released LFM2.5-VL-3B, a 3.1-billion-parameter vision-language model built for on-device deployment. The model claims leading performance in its size class on grounding, screen understanding, and tool use, while running at 228 tokens/s on an Apple M5 Max.
Liquid AI has released LFM2.5-VL-3B, a 3.1-billion-parameter vision-language model designed to run on local hardware rather than in the cloud. The model is available now on Hugging Face and ships with support for llama.cpp, MLX, vLLM, SGLang, and ONNX.
What's new
LFM2.5-VL-3B builds on Liquid AI's earlier LFM2-VL-3B with four claimed improvements: screen and UI understanding across device types, improved object grounding via natural-language queries, better multi-image reasoning, and significantly stronger function calling in both text-only and vision-text settings. The model answers directly rather than using chain-of-thought reasoning, which Liquid AI says keeps latency low for real-time and on-device use.
Architecture and training
The model pairs a SigLIP2 400M NaFlex vision encoder with the same pre-trained backbone used in Liquid AI's LFM2.5-2.6B text model. According to Liquid AI, it was pre-trained on approximately 34 trillion tokens, including 4x more vision data than prior releases, drawn from curated and synthetic image-caption, OCR, grounding, and instruction-following datasets. The tokenizer vocabulary was expanded to 128K to support non-Latin scripts, done by extending the existing tokenizer rather than retraining from scratch.
Post-training used two stages: supervised fine-tuning with knowledge distillation from a larger teacher model plus a technique Liquid AI calls "Antidoom training," followed by multi-reward reinforcement learning.
Benchmark results (as reported by Liquid AI)
Across vision benchmarks, LFM2.5-VL-3B posted an average score of 69.4, ahead of Gemma-4-E2B-it (57.2, 5.1B params), InternVL 3.5 2B (64.6), and Qwen3.5-2B (63.7), though behind the larger Qwen3.5-4B (70.1, 4.7B params). Notable individual scores include MathVista-mini (68.5), DocVQA-val (91.1), and RefCOCO-avg grounding (87.9, versus 57.1 for its predecessor LFM2-VL-3B).
On text-only benchmarks, tool-use performance improved sharply: BFCL V4 scored 32.5 versus 20.5 for the prior version, and ToolSandbox scored 59.5 versus 26.4. Liquid AI says this puts the model roughly on par with Gemma-4-E2B and Qwen3.5-2B on tool use. Instruction-following scores (IFEval: 82.3, Multi-IF: 59.4) also rose over the predecessor model.
Inference speed
Liquid AI reports the model decodes at 228 tokens/second on an Apple M5 Max and 116 tokens/second on a Ryzen AI Max+ 395, fitting in roughly 3 GB of memory. On a Galaxy S26 Ultra, it reportedly reaches 20 tokens/second running fully on-device. On GPU, the company claims output throughput of about 11,000 tokens/second at high concurrency on a single H100 — roughly double that of larger 4B-class models — translating to nearly 1 billion output tokens per day per GPU, according to Liquid AI's testing.
Access
The model is available on Hugging Face under the identifier LiquidAI/LFM2.5-VL-3B, compatible with transformers>=5.10.1. Liquid AI has also published a browser-based WebGPU demo supporting multi-image chat, grounding, OCR, and tool calling. Pricing is not applicable; the model is distributed as open weights for local deployment. Training data cutoff was not disclosed.
What this means
LFM2.5-VL-3B targets a specific niche: vision-language capability that fits on phones, laptops, and edge devices rather than requiring cloud inference. The reported gains in grounding and tool calling matter for agentic use cases — apps that need to identify UI elements and act on them, such as screen automation or GUI agents. The claimed throughput advantage on GPU (11K tokens/second at high concurrency) also positions the model for high-volume server deployment, not just edge use, if Liquid AI's benchmarks hold up under independent testing. As with any vendor-reported benchmark, the comparisons against Gemma, InternVL, and Qwen model families should be treated as claims until third parties replicate them.
Related Articles
MiniMax Releases Music 3, an Open-Weight Model for Generating Full 5-Minute Songs
MiniMax released Music 3, an open-weight music generation model that produces complete songs up to five minutes long from lyrics and text descriptions. The model combines an 8B and 0.6B language model pair with a Flow Matching synthesis system to output 32 kHz stereo audio.
DeepSeek Releases DeepSeek-V4-Pro-0813, a 1.7T-Parameter Model with DSpark Speculative Decoding
DeepSeek has released DeepSeek-V4-Pro-0813, a 1.7-trillion-parameter model that supersedes the DeepSeek-V4-Pro preview. The model adds a DSpark speculative decoding module and posts measurable gains on agentic and coding benchmarks, according to DeepSeek's technical report.
Lightricks Releases LTX-2.5, a 22B-Parameter Open-Weight Video and Audio World Model
Lightricks has released LTX-2.5, an open-weight world model that generates synchronized video and audio from text, image, and video inputs. The 22B-parameter model adds native multishot generation, a new diffusion video decoder, and a custom Gemma4 12B text encoder.
Nvidia Releases Nemotron 3.5 Lightning: A 31.6B-Parameter Open Model Built for Speed, Not Peak Intelligence
Nvidia's Nemotron 3.5 Lightning, a 31.6B-parameter open-weight model with only 3.6B active parameters, matches OpenAI's gpt-oss-120b on the Artificial Analysis Intelligence Index while delivering the fastest throughput in its class at nearly 670 tokens per second. The model posts especially large gains on agentic benchmarks, beating both gpt-oss-120b and the larger Nemotron 3 Super.
Comments
Loading...