• Space Exploration Technologies (Dinari Tokenized Stock)Space Exploration Technologies (Dinari Tokenized Stock)(SPCX)$139.732.60%
  • bitcoinBitcoin(BTC)$63,147.00-0.50%
  • ethereumEthereum(ETH)$1,877.41-0.70%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$607.27-0.30%
  • usd-coinUSDC(USDC)$1.000.00%
  • rippleXRP(XRP)$1.01-0.20%
  • solanaSolana(SOL)$75.800.10%
  • tronTRON(TRX)$0.333468-0.60%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.040.30%
  • HyperliquidHyperliquid(HYPE)$57.591.60%
  • dogecoinDogecoin(DOGE)$0.069854-1.30%
  • USDSUSDS(USDS)$1.000.00%
  • RainRain(RAIN)$0.012662-2.70%
  • leo-tokenLEO Token(LEO)$9.473.80%
  • zcashZcash(ZEC)$483.530.00%
  • moneroMonero(XMR)$398.800.80%
  • cardanoCardano(ADA)$0.181586-0.20%
  • chainlinkChainlink(LINK)$8.760.20%
  • whitebitWhiteBIT Coin(WBT)$54.68-0.70%
  • stellarStellar(XLM)$0.1593510.50%
  • daiDai(DAI)$1.000.00%
  • bitcoin-cashBitcoin Cash(BCH)$205.40-3.40%
  • USD1USD1(USD1)$1.000.00%
  • Ethena USDeEthena USDe(USDE)$1.000.00%
  • CantonCanton(CC)$0.096456-2.70%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.33-1.20%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • litecoinLitecoin(LTC)$44.69-0.90%
  • Circle USYCCircle USYC(USYC)$1.130.00%
  • hedera-hashgraphHedera(HBAR)$0.0658600.10%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • suiSui(SUI)$0.680.20%
  • avalanche-2Avalanche(AVAX)$6.411.00%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • tether-goldTether Gold(XAUT)$4,343.40-1.00%
  • shiba-inuShiba Inu(SHIB)$0.000004-1.20%
  • crypto-com-chainCronos(CRO)$0.046611-0.20%
  • uniswapUniswap(UNI)$3.48-1.10%
  • okbOKB(OKB)$102.456.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.14-0.10%
  • nearNEAR Protocol(NEAR)$1.63-0.30%
  • BittensorBittensor(TAO)$201.370.70%
  • pax-goldPAX Gold(PAXG)$4,358.32-0.90%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.054886-0.30%
  • HTX DAOHTX DAO(HTX)$0.000002-0.30%
  • OndoOndo(ONDO)$0.3332120.00%
  • AsterAster(ASTER)$0.60-0.30%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • usddUSDD(USDD)$1.000.00%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Liquid AI Releases LFM2.5-VL-3B: A 3B Vision-Language Model That Reads Screens, Grounds Objects, and Calls Tools On-Device

August 13, 2026
in AI & Technology
Reading Time: 18 mins read
A A
Liquid AI Releases LFM2.5-VL-3B: A 3B Vision-Language Model That Reads Screens, Grounds Objects, and Calls Tools On-Device
ShareShareShareShareShare

Yesterday, Liquid AI released LFM2.5-VL-3B. It is a 3.1B-parameter vision-language model built for on-device deployment. The model reads digital screens across mobile, web, and desktop. It grounds objects to coordinates, parses documents and charts, and calls tools from text or image input. Liquid AI reports an average of 69.4 across 28 vision benchmarks. That matches InternVL-3.5-4B and sits 0.7 points behind Qwen3.5-4B, both 4.7B models. The model is non-reasoning, so it answers directly and keeps latency low. It fits in roughly 3 GB of memory and decodes 228 tokens/s on an Apple M5 Max.

Is it deployable?

Yes, the checkpoint ships in four formats: native, GGUF, ONNX, and MLX. Day-one runtimes include llama.cpp, MLX, vLLM, SGLang, and ONNX. It fits in roughly 3 GB of memory.

  • Which company levels: The LFM Open License v1.0 is Apache-2.0-based with one change: free commercial use ends once a company’s annual revenue reaches $10M USD. So indie developers, startups, and SMBs under that line can ship commercially at no cost. Enterprises above it must negotiate a commercial license with Liquid AI. Research, education, and non-profit use carry no revenue limit.
  • Industries: Consumer electronics, automotive, industrial and robotics, financial services, healthcare, and e-commerce. Also QA and RPA vendors that automate GUIs.
  • Applications: On-device screen agents, GUI test automation, PDF-to-structured-text with layout labels, invoice and receipt OCR, near-real-time object detection in vehicles, offline translation of menus and road signs, and multi-image comparison.

So, What is new?

LFM2.5-VL-3B extends LFM2-VL-3B along four axes.

  • Screen and UI understanding: The model averages 80.7 on ScreenSpot-v2 across desktop (78.7), mobile (81.2), and web (82.2). Liquid AI reports Gemma-4-E4B at 51.2 and Qwen3.5-4B at 78.5, with the larger InternVL-3.5-4B ahead at 84.1.
  • Function calling: This is new to the VL line. ToolSandbox moves from 26.4 to 59.5. BFCL v4 moves from 20.5 to 32.5. Tool calls are emitted as Pythonic calls between <|tool_call_start|> and <|tool_call_end|> tokens.
  • Grounding: RefCOCO-avg precision@1 rises from 57.1 to 87.9, a 30-point gain driven by scaled synthetic grounding data.
  • Multi-image input: BLINK improves from 50.2 to 61.5, and MuirBench from 34.9 to 58.3.

Architecture and training

The language backbone is LFM2.5-2.6B. The vision tower is a SigLIP2 NaFlex shape-optimized 400M encoder. NaFlex handles native resolution by splitting large images into non-overlapping 512×512 patches plus a resized whole-image thumbnail. Context length is 32,768 tokens, and 16 languages are supported.

Pre-training used approximately 34T tokens. Vocabulary was doubled to 128K by extending the existing tokenizer in place, which improves non-Latin script coverage. Vision pre-training was scaled 4× in tokens with curated and synthetic caption, OCR, grounding, and instruction-following data.

Post-training is SFT with knowledge distillation from a larger teacher and Antidoom training, followed by multi-reward reinforcement learning.

The model is non-reasoning. It answers directly, which is the design choice behind its latency profile.

Benchmarks

Liquid AI evaluated across 28 vision benchmarks using vLLM 0.26.0 in non-reasoning mode. LFM2.5-VL-3B averages 69.4, matching InternVL-3.5-4B (69.4) and landing 0.7 points behind Qwen3.5-4B (70.1). Both comparison models are 4.7B parameters.

Notable individual results: RealWorldQA 73.1 against InternVL-3.5-4B at 67.7, TextVQA 84.3 against Qwen3.5-4B at 81.2, MMStar 63.3, MathVista-mini 68.5, ChartQA 81.3, DocVQA 91.1, and OCRBench v1 84.2. CountBenchQA regressed to 87.3 from 92.2 in the prior release.

On text-only evaluation, IFEval reaches 82.3, up from 72.9. Gemma-4-E4B still leads there at 87.9.

Key Takeaways

  • LFM2.5-VL-3B hits a 69.4 average across 28 vision benchmarks, matching 4.7B-class models.
  • ScreenSpot-v2 jumps to 80.7 and RefCOCO-avg to 87.9, from 57.1 in the prior release.
  • Function calling is new to the VL line: ToolSandbox 26.4 → 59.5, BFCL v4 20.5 → 32.5.
  • Runs in ~3 GB, decoding 228 tok/s on M5 Max and 20 tok/s on a Galaxy S26 Ultra.
  • LFM Open License v1.0 is free commercially only under $10M annual revenue.

Check out the Technical Details and Model Weights. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us

YOU MAY ALSO LIKE

Toward Perpetual Full-Body Deepfake Video Generation – Unite.AI

Why Capital One built its multi-agent AI platform around open-weight models


Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Toward Perpetual Full-Body Deepfake Video Generation – Unite.AI
AI & Technology

Toward Perpetual Full-Body Deepfake Video Generation – Unite.AI

August 13, 2026
Why Capital One built its multi-agent AI platform around open-weight models
AI & Technology

Why Capital One built its multi-agent AI platform around open-weight models

August 13, 2026
How To Convert Or Upscale A Photo
AI & Technology

How To Convert Or Upscale A Photo

August 13, 2026
You Can Now Watch Classic Movies Like The Martian, E.T. And Zodiac On Apple TV
AI & Technology

You Can Now Watch Classic Movies Like The Martian, E.T. And Zodiac On Apple TV

August 13, 2026
Next Post
Maryland Gov. Wes Moore projected winner in Democratic primary

Maryland Gov. Wes Moore projected winner in Democratic primary

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Cape Verde World Cup watch party reunites teacher and student after decades

Cape Verde World Cup watch party reunites teacher and student after decades

August 11, 2026
President Trump responds to criticisms over earnings after .4 Billion crypto disclosure

President Trump responds to criticisms over earnings after $1.4 Billion crypto disclosure

August 8, 2026
Berkshire Hathaway Earnings: Cash Balances Retreat on Increased Investments and Share Buybacks in Q2 – Morningstar

Berkshire Hathaway Earnings: Cash Balances Retreat on Increased Investments and Share Buybacks in Q2 – Morningstar

August 10, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!