Type something to search...
LFM2.5-VL-450M: Liquid AI's 450M vision model that runs in a browser

LFM2.5-VL-450M: Liquid AI's 450M vision model that runs in a browser

What is LFM2.5-VL-450M

Most vision-language models compete on scale — billions of parameters, hundreds of GPU-hours for inference. Liquid AI takes the opposite approach. LFM2.5-VL-450M is a 450M-parameter multimodal model that understands images and text across 9 languages, predicts bounding boxes, supports function calling, and runs real-time video captioning directly in a browser via WebGPU.

At 0.4B parameters, it is roughly 500x smaller than frontier models like MiniMax-M2.7 or GPT-5. Yet it outperforms SmolVLM2-500M on nearly every benchmark and introduces capabilities — visual grounding, tool use — that models 10x its size often lack.


Architecture

LFM2.5-VL-450M combines two components:

  • LFM2.5-350M — a 350M dense Transformer serving as the language backbone (32K context window, 65K vocabulary)
  • SigLIP2 NaFlex — an 86M shape-optimized vision encoder that processes images at native resolution up to 512×512 without upscaling or aspect ratio distortion

For larger images, the encoder uses an adaptive tiling strategy: non-overlapping 512×512 patches with a thumbnail encoding for global context. Users can tune the quality/speed tradeoff at inference time by adjusting max_image_tokens (32–256) and tile count — no retraining required.

The model ships in BF16 (safetensors), with GGUF, ONNX, and multiple MLX quantizations (4-bit through BF16) for Apple Silicon.


Benchmark results

Vision understanding

BenchmarkLFM2.5-VL-450MLFM2-VL-450MSmolVLM2-500M
MMStar43.040.938.2
RealWorldQA58.452.049.9
MMBench (dev en)60.956.352.3
POPE86.983.882.7
MMVet41.133.929.9
OCRBench684657609
MM-IFEval45.033.111.3
CountBench73.347.661.8
RefCOCO-M81.3

LFM2.5-VL leads on every vision benchmark except MMMU (32.7 vs SmolVLM2’s 34.1 — a knowledge-intensive benchmark where larger models have a structural advantage). The MM-IFEval jump from 33.1 to 45.0 reflects significantly better instruction following on visual tasks.

RefCOCO-M at 81.3 is a new capability: bounding box prediction for visual grounding, not available in the previous LFM2 generation.

Multilingual vision (MMMB)

LFM2.5-VL-450MLFM2-VL-450MSmolVLM2-500M
68.154.346.8

MMMB averages vision understanding across 8 languages (Arabic, Chinese, French, German, Japanese, Korean, Portuguese, Spanish). The +13.8 point improvement over the previous version is the largest single-benchmark gain.

Language and tool use

BenchmarkLFM2.5-VL-450MLFM2-VL-450MSmolVLM2-500M
MMLU Pro19.317.213.6
IFEval61.251.830.1
Multi-IF34.626.26.8
BFCLv421.1

IFEval at 61.2 — double SmolVLM2’s score — shows that instruction following scales with training quality, not just parameter count. BFCLv4 is a new function calling benchmark; LFM2-VL did not support tool use at all.


Key capabilities

Visual grounding — M2.5-VL can predict bounding boxes in normalized [0,1] coordinates, returned as JSON arrays. This enables object detection workflows without a separate detection model.

Function calling — text-only tool use in ChatML format with <|tool_call_start|> / <|tool_call_end|> tokens. The model can decide when to call functions and format arguments correctly.

Multilingual vision — 9-language support is not bolted on: the model was trained with multilingual vision understanding as a first-class objective, scoring 68.1 on MMMB (vs 46.8 for SmolVLM2).

Inference-time flexibilitymin_image_tokens and max_image_tokens let users trade quality for speed without retraining. A mobile deployment can use 32 tokens per image; a desktop pipeline can use 256.


Deployment

LFM2.5-VL-450M is designed to run everywhere:

FrameworkUse case
TransformersSimple inference, fine-tuning
vLLMHigh-throughput GPU production
SGLangHigh-throughput GPU production
llama.cppCPU inference, local deployment
ONNX RuntimeCross-platform, hardware-accelerated
MLXApple Silicon (4-bit through BF16)
WebGPUBrowser-based, real-time video captioning

The WebGPU demo runs real-time video stream captioning entirely in the browser — no server, no API, no GPU required.

Default generation parameters: temperature=0.1, min_p=0.15, repetition_penalty=1.05.

Fine-tuning is supported via LoRA with both Unsloth and TRL.


Limitations

At 450M parameters, LFM2.5-VL is not suited for knowledge-intensive tasks — MMMU at 32.7 and MMLU Pro at 19.3 confirm this. It is a perception and instruction-following model, not a reasoning one.

Fine-grained OCR is acknowledged as a limitation despite the OCRBench score of 684. Function calling is text-only — tool use does not support vision input. Image processing is capped at 512×512 per tile, with larger images split into patches.


Conclusion

LFM2.5-VL-450M proves that useful vision-language capabilities do not require billions of parameters. Visual grounding, function calling, 9-language support, and real-time browser inference — all in a model that fits in 900MB of VRAM — makes this the most deployment-flexible VLM available today.

For edge applications, mobile deployments, browser-based tools, or any scenario where a 70B model is impractical, LFM2.5-VL fills a gap that larger models cannot reach by design.

Model: LiquidAI/LFM2.5-VL-450M · Paper: arxiv.org/abs/2511.23404

Tags :
  • AI
  • Liquid AI
  • VLM
  • Vision
  • Edge AI
  • Open Source
Share :

Related Posts

DeepSeek-V4-Pro: Highly Efficient Million-Token Context Language Model

DeepSeek-V4-Pro: Highly Efficient Million-Token Context Language Model

Introduction DeepSeek-V4-Pro is a preview of the DeepSeek-V4 family released in 2026. It offers a 1.6 T‑parameter total size (49 B active) with a 1 M‑token context, using hybrid attention and the

Read More
ChatGPT: Beware of These Malicious Chrome Extensions

ChatGPT: Beware of These Malicious Chrome Extensions

Are your ChatGPT secrets truly secure? The massive hype surrounding ChatGPT has led to the birth of thousands of Chrome extensions promising to enhance user experience. However, a recent study h

Read More
Agentic AI Smartphones: The Next Frontier for Enterprise

Agentic AI Smartphones: The Next Frontier for Enterprise

The rise of the "doer" AI The recent launch of the ZTE Nubia M153 prototype, powered by ByteDance's Doubao model, marks a decisive turning point. We are moving from passive voice assistants to "

Read More
Kimi K2.6: 1T parameters, Moonshot's agentic coding and vision model

Kimi K2.6: 1T parameters, Moonshot's agentic coding and vision model

From K2 to K2.6: Moonshot's multimodal agent model Moonshot AI's Kimi K2.6 is a major step forward in combining three challenging capabilities into a single open-weight model: **massive-scal

Read More
MiMo-V2.5-Pro: 1.02T parameters, MIT-licensed agent powerhouse

MiMo-V2.5-Pro: 1.02T parameters, MIT-licensed agent powerhouse

From V2-Pro to V2.5-Pro: the long-context breakthrough XiaoMi's MiMo family has rapidly positioned itself among the top open-weight models. MiMo-V2.5-Pro is the latest iteration — a 1.02 tri

Read More
Chroma Context-1: the 20B agentic search model that edits its own context

Chroma Context-1: the 20B agentic search model that edits its own context

What is Chroma Context-1? Chroma Context-1 is a 20B Mixture of Experts model built specifically for agentic search — retrieval tasks that require multiple hops, query decomposition, and self

Read More
Claude Opus 4.5: The Next Generation of AI

Claude Opus 4.5: The Next Generation of AI

Introduction to Claude Opus 4.5 Claude Opus 4.5, released on November 25, 2025, represents a significant leap forward in AI technology. This latest version brings a host of new features and impr

Read More
Claude Opus 4.7: Anthropic's software engineering flagship gets sharper

Claude Opus 4.7: Anthropic's software engineering flagship gets sharper

What is Claude Opus 4.7 On April 16, 2026, Anthropic released Claude Opus 4.7 — a targeted upgrade to its flagship model focused on one theme: rigor in long-running software engineering work

Read More
Cohere Transcribe: a 2B ASR model that tops the English leaderboard

Cohere Transcribe: a 2B ASR model that tops the English leaderboard

What is Cohere Transcribe? Cohere Transcribe 03-2026 is an automatic speech recognition (ASR) model released by Cohere Labs. With 2B parameters, it ranks **#1 on the English ASR leaderboard*

Read More
Gemma 4 31B: Google's multimodal model with 256K context and thinking mode

Gemma 4 31B: Google's multimodal model with 256K context and thinking mode

What is Gemma 4 31B? Gemma 4 31B (instruction-tuned variant: gemma-4-31B-it) is Google's latest open-weights multimodal model with 30.7 billion parameters. It processes text, images, and v

Read More
GLM-5.1: 754B parameters — Z.ai's agentic engineering flagship

GLM-5.1: 754B parameters — Z.ai's agentic engineering flagship

From GLM-5 to GLM-5.1: the agentic leap Less than two weeks after releasing GLM-5, Z.ai (formerly ZhipuAI) ships GLM-5.1 — a 754B-parameter Mixture of Experts model that does not just iterat

Read More
GLM-5: 744B parameters, 40B active — ZhipuAI's open-source frontier model

GLM-5: 744B parameters, 40B active — ZhipuAI's open-source frontier model

What is GLM-5? GLM-5 is a large language model released by ZhipuAI (智谱AI). It has 744 billion total parameters with only 40 billion active at inference — the same Mixture of Experts

Read More
Google Snapseed: A New Photo Experience Arrives on iPhone

Google Snapseed: A New Photo Experience Arrives on iPhone

Introduction: Google surprises mobile photographers Google has just made a major move in the iOS ecosystem by launching a dedicated camera app, directly linked to its famous Snapseed editing suit

Read More
MiniMax-M2.7: a 229B model that engineers itself

MiniMax-M2.7: a 229B model that engineers itself

What is MiniMax-M2.7 MiniMax-M2.7 is a 229B-parameter dense model from MiniMax, a Beijing-based AI lab. Unlike most frontier models that iterate through human-supervised training cycles, M2.

Read More
Mistral Small 4: One Unified Model to Rule Reasoning, Code, and Vision

Mistral Small 4: One Unified Model to Rule Reasoning, Code, and Vision

For years, the AI model landscape has operated along a familiar tension: large models that are capable but expensive to run, versus small models that are fast but frustratingly limited. Mistral AI's

Read More
Mistral's Devstral 2: The Return of Sovereign Code AI

Mistral's Devstral 2: The Return of Sovereign Code AI

The European Counter-Strike in Code AI With the release of Devstral 2 and its lightweight counterpart Devstral Small 2, Mistral AI is effectively reclaiming territory in a sector recently domina

Read More
Nemotron Cascade 2: NVIDIA's 30B model that won the math and coding Olympics

Nemotron Cascade 2: NVIDIA's 30B model that won the math and coding Olympics

What is Nemotron Cascade 2? Nemotron Cascade 2 (30B-A3B) is an open model released by NVIDIA on March 19, 2026. Its headline number is deceptive: 30 billion total parameters, but only **3 bi

Read More
NVIDIA Nemotron-3 Super: a 120B MoE model that runs on a single GPU

NVIDIA Nemotron-3 Super: a 120B MoE model that runs on a single GPU

On March 11, 2026, NVIDIA released Nemotron-3 Super — a model that sits at an unusual intersection: 120 billion total parameters, only 12 billion active during inference, deployable on a single G

Read More
Qianfan-OCR: Baidu's 4B model that beats Gemini on document parsing

Qianfan-OCR: Baidu's 4B model that beats Gemini on document parsing

What is Qianfan-OCR? Qianfan-OCR is a document understanding model released by Baidu. It converts images of documents — PDFs, scans, photos, screenshots — directly into structured Markdown,

Read More
Qwen3.5-27B Distilled by Claude 4.6 Opus: A Local Reasoning Powerhouse

Qwen3.5-27B Distilled by Claude 4.6 Opus: A Local Reasoning Powerhouse

What is this model? Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled is an open-source 28B language model published by Jackrong on Hugging Face. The idea is

Read More
Project Ava: Razer Traps an AI in a Connected Jar

Project Ava: Razer Traps an AI in a Connected Jar

AI steps out of the screen with Razer Beyond RGB mice and keyboards, Razer is exploring new horizons with Project Ava. This concept, introduced as an "AI companion in a jar," aims to humaniz

Read More
Technology (definition)

Technology (definition)

Technology and ecology: a sustainable alliance At Reeboot, we firmly believe that technology and ecology can go hand in hand. Our mission is to provide high-performance products while adopting a

Read More
The Asus ROG Strix SCAR 18 Monster, VPN and Health: Today's Tech News

The Asus ROG Strix SCAR 18 Monster, VPN and Health: Today's Tech News

Introduction: a concentration of innovations and vigilance The world of technology never stops, and this morning, the news offers us a fascinating mix of raw performance, digital geopolitics, and

Read More
Ubuntu 26.04 LTS: Rust coreutils, Wayland-only, and kernel 7.0

Ubuntu 26.04 LTS: Rust coreutils, Wayland-only, and kernel 7.0

Ubuntu 26.04 LTS: Resolute Raccoon Ubuntu 26.04 LTS, codenamed Resolute Raccoon, ships on April 23, 2026. The codename honors Steve Langasek, a former Debian and Ubuntu release manager who p

Read More
Voxtral-4B: Mistral's open-weights TTS model that speaks 9 languages in real time

Voxtral-4B: Mistral's open-weights TTS model that speaks 9 languages in real time

What is Voxtral-4B? Voxtral-4B-TTS-2603 is a text-to-speech model released by Mistral AI in March 2026. It converts text to realistic speech in 9 languages, with 20 built-in preset voices an

Read More
Windows 11: Your Android Apps Now in Full Screen on PC

Windows 11: Your Android Apps Now in Full Screen on PC

Breaking the barriers between mobile and PC Microsoft is taking another major step in unifying its operating systems. Thanks to an update to the "Phone Link" tool, users can now project their An

Read More