Liquid AI Releases LFM2.5-8B-A1B: An On-Device MoE Model With 8.3B Total and 1.5B Active Parameters Liquid AI released LFM2.5-8B-A1B, an on-device Mixture-of-Experts model with 8.3 billion total parameters and 1.5 billion active parameters per token, designed for tool calling and reasoning on consumer hardware. The model features a 128,000-token context window, supports nine languages, and achieved significant benchmark improvements over its predecessor, including a jump in non-hallucination rate from 7.46 to 63.47 and an IFEval score increase from 79.44 to 91.84. The release enables efficient on-device deployment across CPUs, GPUs, and mobile platforms, with inference speeds reaching 253 tokens per second on an M5 Max processor. Liquid AI just shipped LFM2.5-8B-A1B . It is an on-device Mixture-of-Experts MoE model built for tool calling. The model holds 8.3B total parameters but activates only 1.5B per token. That sparsity is what lets it run on consumer hardware. The release follows LFM2-8B-A1B, which Liquid AI team published earlier. LFM2.5 is a new family of hybrid models for on-device deployment. This version adds a 128K context window, reasoning, and scaled-up training. What is LFM2.5-8B-A1B The model uses a sparse MoE design. It activates 1.5B of 8.3B total parameters per forward pass. That keeps each generated token cheap to compute. The architecture has 24 layers. Eighteen are double-gated LIV convolution blocks; six are GQA layers. It combines MoE, GQA, and gated short convolution blocks. The context length is 131,072 tokens. The model covers nine languages, including Arabic, Chinese, and Japanese. Liquid AI team recommends a temperature of 0.2, top k of 80, and repetition penalty of 1.05. Unlike its predecessor, LFM2.5-8B-A1B is a reasoning-only model. It produces an explicit chain of thought before its final answer. Liquid AI team chose this because MoE models run in compute-bound settings. A smaller active parameter count makes each reasoning token inexpensive. What Changed Since LFM2-8B-A1B Liquid expanded the context window from 32,768 to 128,000 tokens. Pretraining scaled from 12T to 38T tokens. The vocabulary doubled from 65,536 to 128,000 tokens. The larger vocabulary tokenizes non-Latin scripts more efficiently. Liquid AI team reports the strongest compression gains in Hindi, Thai, Vietnamese, Indonesian, and Arabic. The rest of the architecture stays the same as LFM2-8B-A1B. How Liquid AI Trained It Liquid AI team extended the tokenizer in place rather than retraining from scratch. It continued BPE merge training from the original merges on a multilingual corpus. New embedding rows initialize as the mean of their sub-token decompositions. A brief two-stage adaptation then recovers quality. Context extension came in two phases. A 2T token midtraining phase reached 32K, focused on reasoning, math, and tool use. Raising the RoPE base θ, plus a 400B token stage, reached 128K. Two reinforcement learning stages target known failure modes. A preference optimization stage reduces ‘doom loops’ in long reasoning traces. It redistributes probability mass toward plausible alternatives. A separate RL shaping reward discourages loop-inducing restart words like ‘Wait…’. Another RL stage uses an avg@k-based reward to cut hallucinations. The goal is abstention on queries beyond reliable knowledge. The Benchmark Case LFM2.5-8B-A1B improves over its predecessor across the board. The AA-Omniscience Non-Hallucination Rate jumped from 7.46 to 63.47. IFEval rose from 79.44 to 91.84. MATH500 climbed from 74.80 to 88.76. Tau² Telecom rose from 13.60 to 88.07. Liquid AI team compared the model against dense and MoE alternatives. On instruction following, it matches Gemma-4-26B-A4B-IT on IFEval. It does so at a fraction of the active parameter count. On Tau² Telecom, it scores 88.07, ahead of much larger models. The avg@k reward drives a much lower hallucination rate. Accuracy stays reasonable for the model’s size. On agentic benchmarks, it remains competitive with bigger models. | Benchmark | LFM2-8B-A1B | LFM2.5-8B-A1B | Δ | |---|---|---|---| | AA-Omniscience Non-Hallucination Rate | 7.46 | 63.47 | +56.01 | | IFEval | 79.44 | 91.84 | +12.40 | | MATH500 | 74.80 | 88.76 | +13.96 | | Tau² Telecom | 13.60 | 88.07 | +74.47 | Running It: CPU, GPU, and Tooling The model ships with day-one support across the inference ecosystem. Frameworks include llama.cpp, MLX, vLLM, and SGLang. ONNX and Liquid’s LEAP edge platform are also supported. On CPU, it decodes 253 tokens/s on an M5 Max. It reaches 146 tokens/s on a Ryzen AI Max+ 395. It stays under 6 GB of memory throughout. On a phone, it holds about 30 tokens/s. On a single NVIDIA H100 SXM5, output throughput hits 18.5K tokens per second. That is over 1.6B tokens per day at high concurrency. For tool use, LFM2.5 writes Pythonic function calls by default. They appear between the <|tool call start| and <|tool call end| special tokens. You can override this to JSON in the system prompt. Strengths and What to Watch and What to Watch Strengths: - Activates only 1.5B parameters, keeping inference cheap on edge hardware - Competitive instruction-following and agentic scores for its size class - 128K context window and nine-language coverage - Open-weight under the LFM1.0 license, with base and post-trained checkpoints What to Watch : What to Watch - Limited knowledge capacity from the small active parameter count - Not a fit for heavy programming or knowledge-intensive QA without retrieval - Reasoning-only output adds chain-of-thought tokens to every turn - Text-only; this variant has no vision or audio input Marktechpost’s Visual Explainer 01 / 08 Key Takeaways - Liquid AI's LFM2.5-8B-A1B holds 8.3B total parameters but activates only 1.5B per token. - It is reasoning-only, with a 128K context window and nine-language coverage. - Non-Hallucination Rate jumped from 7.46 to 63.47 over LFM2-8B-A1B; IFEval reached 91.84. - It decodes 253 tok/s on an M5 Max under 6 GB, and ~30 tok/s on a phone. - Day-one support spans llama.cpp, MLX, vLLM, and SGLang, with open base and post-trained weights. Check out the Model Weights and Also, feel free to follow us on Technical details https://www.liquid.ai/blog/lfm2-5-8b-a1b . and don’t forget to join our Twitter https://x.com/intent/follow?screen name=marktechpost and Subscribe to 150k+ ML SubReddit https://www.reddit.com/r/machinelearningnews/ . Wait are you on telegram? our Newsletter https://www.aidevsignals.com/ now you can join us on telegram as well. https://t.me/machinelearningresearchnews Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us https://forms.gle/wbash1wF6efRj8G58