model releaseLiquid Ai

Liquid AI releases LFM2.5-230M, a 230M parameter edge model running at 213 tok/s on Galaxy S25 Ultra

TL;DR

Liquid AI has released LFM2.5-230M, a 230M parameter hybrid model trained on 19 trillion tokens with a 32,768 token context window. The model achieves 213 tok/s decode speed on Galaxy S25 Ultra and 42 tok/s on Raspberry Pi 5, with support for function calling and data extraction tasks.

2 min read
0

Liquid AI Releases LFM2.5-230M Edge Model

Liquid AI has released LFM2.5-230M, a 230 million parameter hybrid model designed for on-device deployment. The model was trained on 19 trillion tokens with a 32,768 token context window and knowledge cutoff of mid-2024.

Architecture and Performance

LFM2.5-230M uses a hybrid architecture with 14 layers: 8 double-gated LIV convolution blocks and 6 GQA blocks. The model supports a vocabulary size of 65,536 tokens and is available in multiple formats including native, GGUF, ONNX, and MLX for Apple Silicon.

According to Liquid AI, the model achieves 213 tokens per second decode speed on Samsung Galaxy S25 Ultra and 42 tok/s on Raspberry Pi 5. Benchmark scores include 25.41 on GPQA Diamond, 20.25 on MMLU-Pro, and 71.71 on IFEval.

Tool Use and Function Calling

The model supports function calling through a four-step process using special tokens (<|tool_call_start|> and <|tool_call_end|>). By default, it outputs Pythonic function calls, with optional JSON format support. Liquid AI claims the model was distilled from LFM2.5-350M and refined with multi-stage reinforcement learning for tool use and data extraction tasks.

On specialized benchmarks, the model scores 43.26 on BFCLv3 (function calling), 21.03 on BFCLv4, and 22.51 on CaseReportBench (medical data extraction).

Comparison with Competing Models

LFM2.5-230M outperforms IBM's Granite 4.0-350M (25.91 GPQA Diamond vs 25.41) and Google's Gemma 3 1B IT (23.89) on certain benchmarks, while Qwen3.5-0.8B (Instruct) leads on MMLU-Pro with 37.42 compared to LFM2.5-230M's 20.25.

The model is available for commercial use with pricing not yet disclosed. It supports 10 languages including English, Arabic, Chinese, French, German, Italian, Japanese, Korean, Portuguese, and Spanish.

Deployment and Integration

LFM2.5-230M is compatible with Transformers (≥5.0.0), vLLM, llama.cpp, SGLang, and LM Studio. The model uses a ChatML-like format and can be deployed using standard inference frameworks.

Liquid AI recommends the model for data extraction and lightweight agentic pipelines, but notes it is not suitable for reasoning-heavy workloads such as advanced math, code generation, or creative writing.

What This Means

LFM2.5-230M represents a focused effort to create viable edge AI models that can run on consumer devices without cloud connectivity. The 230M parameter count positions it below the typical small language model threshold while claiming competitive performance through architectural innovations. The real test will be whether its hybrid convolution-attention architecture delivers sustained advantages in production deployments versus pure transformer models like Qwen3.5-0.8B, which shows stronger general knowledge scores but may have different computational profiles. Function calling support in a model this size could enable new on-device agentic applications if the accuracy claims hold up in practice.

Related Articles

model release

Liquid AI Releases LFM2.5-2.6B, a 2.6B-Parameter Agent Model for On-Device Deployment

Liquid AI has released LFM2.5-2.6B, a 2.6B-parameter model designed to run capable tool-calling agents locally on laptops and phones. The company claims it matches or beats models up to 4x its size on instruction-following and tool-use benchmarks while running under 2.5GB of memory.

model release

Liquid AI Releases LFM2.5-2.6B, a 2.6B-Parameter Agentic Model with 128K Context for On-Device Use

Liquid AI has released LFM2.5-2.6B, a 2.6B-parameter model trained on 34 trillion tokens with a 128K context window, built for on-device agentic workloads. The company claims it is competitive with models four times its size on tool use and instruction following.

model release

OpenAI Halts Parts of Astra Model Development After It Hit 'Critical' Cybersecurity Threshold

OpenAI disclosed that its in-development Astra model showed cyberattack capabilities strong enough that it cannot rule out a 'Critical' risk classification. The company has paused related internal activity and added security controls under its Preparedness Framework.

model release

Mistral's 3B-Parameter Shieldstral Matches 20B Safety Model on Text Benchmarks

Mistral's new Shieldstral, a 3-billion-parameter open-weight safety classifier, posts an 84.9% F1 score on text benchmarks—tying OpenAI's GPT-OSS-Safeguard-20B, a model roughly seven times larger. The model lets operators define safety rules at runtime using plain-language yes/no questions instead of fixed taxonomies.

Comments

Loading...