AIAny
AI Model2026
Icon for item

LFM2.5-VL-3B

Multimodal vision-language model optimized for on-device image+text tasks: image captioning, full-page OCR with layout annotation, grounding/bounding-box prediction, and function calling. Built on the LFM2.5-2.6B backbone with a SigLIP2 NaFlex 400M vision encoder and tuned for low-latency, low-memory edge inference.

Introduction

LFM2.5-VL-3B aims to make capable vision-language inference practical on edge devices: it trades extensive internal chain-of-thought reasoning for fast first-token response, compact memory use (~3 GB), and multi-feature support (OCR with layout, grounding, bounding boxes, and tool/function calls). The design choice favors single-turn, high-throughput visual tasks where latency and deployability matter more than heavy multimodal reasoning.

Key Capabilities
  • Compact, device-aware architecture: combines a 2.6B‑scale language backbone with a SigLIP2 NaFlex 400M vision encoder so you can run vision-text inference on laptops and phones (examples: ~228 tokens/s on Apple M5 Max, ~116 tokens/s on AMD Ryzen AI Max+ 395, ~20 tokens/s on Galaxy S26 Ultra) — so what: you can deploy private multimodal features without large GPU clusters.
  • Structured OCR and layout output: returns full-page OCR with labeled regions and normalized bounding boxes in a documented layout annotation format — so what: easier pipeline integration for PDF→searchable text, document parsing, or downstream extraction tasks.
  • Strong grounding and tool use: improved synthetic grounding data and tool/function calling support (Pythonic tool-call tokens + tool role round-trips) that raise RefCOCO precision and sandbox/toolbench metrics — so what: better accuracy for object-level queries and automated tool workflows that require structured calls and results.
  • Long-context and multilingual tuning: 32,768 token context and a 128k vocabulary with multilingual coverage — so what: can handle larger visual-document inputs and many scripts for translation/understanding tasks on-device.
Who It's For and Trade-offs

Great fit if you need near-realtime, single-turn visual understanding on constrained hardware (mobile, embedded, or CPU servers), e.g., on-device OCR with layout, UI-screen understanding, or fast object grounding and tool-driven pipelines. Look elsewhere if your workload requires deep chain-of-thought multimodal reasoning, very long multi-turn visual dialogs, or highest-end benchmark-leading multimodal reasoning — the model is intentionally optimized for responsiveness and footprint rather than extensive internal reasoning.

Where It Fits

Positioned between heavy cloud multimodal models and tiny mobile encoders: it outperforms prior LFM2-VL-3B in grounding, screen understanding and tool use while remaining compact and exportable to formats like GGUF, ONNX and MLX for diverse deployment targets. Use it when latency, memory, and deployability are first-order constraints.

More Items

Hugging Face
AI Model2026

A 27B Qwen3.8 vision‑language causal transformer quantized to NVFP4 for lower‑memory inference. Provides 262K native context (extensible to 1M), Unsloth Dynamic V3.0 4‑bit quantization and MTP support so Qwen3.8‑class multimodal workloads can run on 24GB‑class GPUs.

Hugging Face
AI Model2026

Multimodal Mixture-of-Experts text-generation model that accepts text, images, video and audio and returns text; preview open-weight release with 280B total params, 16B activated params, up to 512K token context and BF16/FP8 checkpoints under Apache-2.0.

Hugging Face
AI Model2026

Provides an FP8-post-trained 27B multimodal causal language model with a native vision encoder, large-context support (262,144 native, extensible to 1,000,000), controllable thinking-mode reasoning, and compatibility with common inference engines for deployment.