AIThis post was created with the assistance of artificial intelligence (AI).

TL;DR

The developers of LFM2.5-VL-3B have announced a 3.1B-parameter vision-language model designed for local devices and high-volume inference. They report gains in screen understanding, grounding, multi-image analysis and tool calling, but the benchmark and speed results have not been independently verified.

The developers of LFM2.5-VL-3B have announced a 3.1B-parameter vision-language model built to read documents and screens, locate objects, compare multiple images and call software tools while running on local hardware. The release targets real-time edge applications, where memory use, latency and privacy can matter as much as model accuracy.

LFM2.5-VL-3B combines a SigLIP2 400M NaFlex vision encoder with the pretrained backbone used by the LFM2.5-2.6B text model. Its developers said pretraining covered about 34 trillion tokens and used four times as much vision data as the prior model, including image-caption, optical character recognition, grounding and instruction-following material.

The model has a 128,000-token vocabulary, doubled to improve coverage of non-Latin writing systems. According to the announcement, post-training included supervised fine-tuning, knowledge distillation, Antidoom training and multi-reward reinforcement learning. The model produces direct answers instead of exposing a reasoning process, a design choice intended to keep responses fast.

In the developers’ evaluation, LFM2.5-VL-3B recorded a 69.4 average across vision benchmarks, compared with 57.2 for LFM2-VL-3B. It scored 91.1 on DocVQA, 87.9 on the RefCOCO grounding average and between 78.7 and 82.2 on ScreenSpot-v2 desktop, mobile and web tests. These are developer-reported results, generated with vLLM 0.26.0 in non-reasoning mode rather than an independent comparison.

At a glance
announcementWhen: Announced in a Hugging Face article; th…
The developmentLFM2.5-VL-3B has been announced with expanded vision capabilities and reported inference speeds intended to make multimodal AI more practical on edge hardware.
LFM2.5-VL-3B For Better And Faster Vision Capabilities For The Edge
Edge Vision Intelligence / August 2026

LFM2.5-VL-3B: better, faster vision for the edge

A compact vision-language model built to read documents and screens, locate objects, compare multiple images and call software tools on local hardware. The promise is compelling—but the published performance claims remain developer-reported.

34T Pretraining tokens
400M Vision encoder
128K Vocabulary
More vision data
91.1 DocVQA score

Four upgrades build on LFM2

The model combines a SigLIP2 400M NaFlex vision encoder with the pretrained LFM2.5-2.6B text backbone, targeting multimodal tasks where latency, memory and privacy matter.

01 Screen intelligence

Understand interfaces

Interpret desktop, mobile and web screens for interface assistance, accessibility and device-control workflows.

02 Visual grounding

Locate what users describe

Connect natural-language requests to objects, regions and controls within documents, images and screens.

03 Multi-image analysis

Compare visual inputs

Reason across several images for inspection, comparison, document review and sequential visual tasks.

04 Function calling

Act through approved tools

Translate text-only or visual requests into software-tool calls while producing direct, low-latency answers.

Vision input SigLIP2 400M NaFlex encoder
Language core LFM2.5-2.6B pretrained backbone
Post-training SFT, distillation, Antidoom and multi-reward RL
Response mode Direct answers without exposed reasoning

Edge speed is the headline claim

Reported output throughput varies sharply by device. These figures are directional, not apples-to-apples guarantees for every prompt, quantization format or deployment.

Apple M5 Max
228 t/s
Ryzen AI Max+ 395
116 t/s
Galaxy S26 Ultra
20 t/s

Relative output throughput · developer-reported

The developers also report roughly 11,000 tokens per second on one H100 at high concurrency. Hardware configuration, precision, batch size, prompt mix and end-to-end application overhead can materially change real-world results.

Large reported gains, limited verification

The announcement used vLLM 0.26.0 in non-reasoning mode. No independent replication is included in the supplied source.

Selected developer-run evaluation results
Evaluation LFM2.5-VL-3B Earlier model Reported change Evidence status
Vision benchmark average 69.4 57.2 +12.2 points ~Developer-run
DocVQA 91.1 Not supplied Document strength ~Developer-run
RefCOCO grounding average 87.9 Not supplied Strong localization ~Developer-run
ScreenSpot-v2 78.7–82.2 Not supplied Desktop, mobile and web ~Developer-run
ToolSandbox 59.5 26.4 +33.1 points ~Selected test
BFCL V4 32.5 20.5 +12.0 points ~Selected test

Comparable tool-use performance was claimed against selected Gemma-4-E2B and Qwen3.5-2B results. InternVL 3.5 was excluded because it lacks function-calling support.

Promising release. Open questions.

A compact model can reduce network delay and data exposure, but local execution alone does not establish application-level privacy, reliability or safety.

Editorial verdict

Treat the numbers as claims to test—not settled facts.

The capability profile is well matched to edge assistants, document extraction, accessibility, industrial inspection and interface automation. Production decisions should wait for device-specific testing with representative images, prompts and tools.

01
Independent replication missing Benchmark scores and speed results have not been independently verified.
02
Deployment detail incomplete Full precision, power, prompt-distribution and latency settings are not provided for every comparison.
03
Robustness remains uncertain Unfamiliar interfaces, degraded images and safety-sensitive tool calls need production testing.
04
Coverage needs scrutiny Dataset categories are described, but contamination, geography and language-level results remain unclear.

From camera input to controlled action

A responsible edge deployment connects model capability to explicit validation, tool permissions and monitoring.

01 Capture Screen, document, image or camera frame enters the local workflow.
02 Encode NaFlex vision features are combined with the user’s language instruction.
03 Interpret The model reads, grounds, compares or answers across the visual context.
04 Validate Application rules check confidence, permissions and safety boundaries.
05 Act An approved tool executes locally—or the system asks for human confirmation.

Can it run without cloud access?

The developers say yes. A tested quantized deployment reportedly fits in about 3 GB, although compatibility and speed vary by hardware and format.

Where could it be useful?

Document extraction, visual question answering, interface assistance, accessibility, device control and systems that call approved tools.

What runtimes are supported?

Reported support includes llama.cpp, MLX, vLLM, SGLang and ONNX, with Transformers support beginning at version 5.10.1.

What evidence comes next?

Independent consumer-device benchmarks, production tool-calling trials and evaluations across varied documents, interfaces and languages.

Local Vision AI Gets Faster

A compact model that can process screens, documents and camera images locally could support assistants, accessibility tools, device controls and industrial systems without sending every input to a remote server. Local processing may reduce network delays and data exposure, although actual privacy depends on the surrounding application.

The developers said a quantized deployment fits in about 3 GB of memory and reaches 228 output tokens per second on an M5 Max, 116 on a Ryzen AI Max+ 395 and 20 on a Galaxy S26 Ultra. They also reported about 11,000 tokens per second on a single H100 at high concurrency. Hardware configuration, quantization settings and workload details will affect real-world results.

Amazon

AI vision language model for local devices

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Four Upgrades Build on LFM2

The new model follows LFM2-VL-3B and focuses on four areas: digital screen interpretation, natural-language object grounding, analysis across several images and function calling in both text-only and vision-text tasks.

Developer tests show tool-use gains over the earlier model, including 59.5 on ToolSandbox, up from 26.4, and 32.5 on BFCL V4, up from 20.5. The developers said its tool performance was comparable with Gemma-4-E2B and Qwen3.5-2B on the selected tests. InternVL 3.5 was not included in those comparisons because it lacks function-calling support.

“Our most capable vision-language model you can run on your own hardware.”

— LFM2.5-VL-3B developers, writing on Hugging Face

Amazon

edge AI object detection tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Independent Testing Is Still Missing

It is not yet clear how closely the reported benchmark scores and throughput will match independent tests or production workloads. The source does not provide full hardware settings, precision levels, power consumption, prompt distributions or end-to-end latency measurements for every comparison.

The announcement also does not establish how reliably the model handles unfamiliar interfaces, poor-quality images or safety-sensitive tool calls. Dataset composition is described by category, but the supplied material does not give enough detail to measure contamination, geographic coverage or performance across individual languages.

Amazon

multi-image analysis software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Developers Can Test Local Deployments

LFM2.5-VL-3B is reported to have support across llama.cpp, MLX, vLLM, SGLang and ONNX, with Transformers support beginning at version 5.10.1. The next evidence will come from independent evaluations on consumer devices, production tool-calling systems and varied document and interface workloads.

Amazon

document reading AI tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What is LFM2.5-VL-3B?

It is a 3.1B-parameter vision-language model designed to process text and images, including documents, screens and multiple-image inputs.

Can the model run without cloud access?

The developers say it can run fully on-device and fit in about 3 GB of memory in the tested deployment. Device compatibility and speed will vary by format and hardware.

What changed from LFM2-VL-3B?

The release adds reported improvements in screen understanding, object grounding and multi-image analysis, alongside stronger function calling and broader support for non-Latin scripts.

Are the performance claims independently verified?

No independent verification is included in the supplied source. The published numbers are developer-run benchmark results using selected models, settings and non-reasoning prompts.

What applications could use the model?

Potential uses include document extraction, interface assistance and visual question answering, plus systems that identify on-screen objects and call approved software tools.

Source: Hugging Face

You May Also Like

SpaceXAI Announces AI Agents Product ‘Grok Bot’ – The Information

SpaceXAI has announced Grok Bot, an AI agents product, but its capabilities, availability, pricing and safeguards remain undisclosed.

Daybreak Models Are Now Available On AWS

OpenAI’s Daybreak Blue and Red cybersecurity models are now available to approved customers through Amazon Bedrock.

Grok Bot Is An All-new iPhone And Mac App From SpaceXAI And Cursor – 9to5Mac

Grok Bot has been presented as a new iPhone and Mac app linked to SpaceXAI and Cursor, but its features and availability remain unclear.

Introducing Grok 4.6 – X.ai

xAI has introduced Grok 4.6, but capabilities, access, pricing, benchmarks and rollout timing have not been detailed.