Liquid AI releases LFM2.5-8B-A1B edge model

💡A new 8B edge model with 128K context that runs on a laptop—perfect for local tool-calling agents.
⚡ 30-Second TL;DR
What Changed
Expanded 128K context window for long-form data processing
Why It Matters
This release provides developers with a powerful, locally-runnable model that bridges the gap between massive cloud models and edge efficiency.
What To Do Next
Download the model from Hugging Face and test its tool-calling capabilities on your local hardware.
Key Points
- •Expanded 128K context window for long-form data processing
- •Increased pre-training scale to 38T tokens
- •Doubled vocabulary size for improved non-Latin language tokenization
- •Optimized for tool calling and complex task completion on edge hardware
🧠 Deep Insight
Web-grounded analysis with 6 cited sources.
🔑 Enhanced Key Takeaways
- •LFM2.5-8B-A1B is a Mixture-of-Experts (MoE) model, featuring 8.3 billion total parameters but activating only 1.5 billion parameters per token, which is key to its efficient operation on consumer hardware.
- •Unlike its predecessor, LFM2.5-8B-A1B is a 'reasoning-only' model, designed to produce an explicit chain of thought before delivering its final answer, enhancing quality without sacrificing speed due to its sparse MoE architecture.
- •The model demonstrates high inference throughput, achieving 253 tokens per second on an M5 Max chip and 146 tokens per second on a Ryzen AI Max+ 395, while consuming less than 6 GB of memory, and can even run at approximately 30 tokens per second on a smartphone.
- •Liquid AI provides day-one support for LFM2.5-8B-A1B across major inference frameworks, including llama.cpp, MLX (for Apple Silicon), vLLM, SGLang, ONNX, and their proprietary LEAP platform for iOS and Android deployment.
- •The model's expanded vocabulary and optimized tokenization lead to particularly strong compression gains for non-Latin languages such as Hindi, Thai, Vietnamese, Indonesian, and Arabic.
📊 Competitor Analysis▸ Show
| Feature/Model | Liquid AI LFM2.5-8B-A1B | Meta Llama 3.1 8B Instruct | GLM-4-9B-0414 | DeepSeek V3.2 |
|---|---|---|---|---|
| Architecture | Sparse MoE (8.3B total, 1.5B active) | Dense (8B parameters) | Dense (9B parameters) | Dense (unknown parameters, but 128K context) |
| Context Window | 128K tokens | 33K tokens | Unknown (inherits from GLM-4-32B series) | 128K tokens |
| Pre-training Tokens | 38T tokens | 15T+ tokens | Unknown | Unknown |
| Key Optimization | On-device, tool calling, complex instruction following | Multilingual dialogue, efficient resource usage | Code generation, web design, SVG, search-based writing | Long context processing |
| Hallucination Rate | Significantly lower (63.47 IFEval) | State-of-the-art performance on industry benchmarks | Unknown | Unknown |
| Inference Speed | 253 tok/s (M5 Max), 146 tok/s (Ryzen AI Max+ 395) | Optimized for edge AI deployment | Optimized for edge AI deployment | Unknown |
| Memory Footprint | < 6 GB (laptop-class chips) | Efficient resource usage | Lightweight deployment options | Unknown |
| Language Support | 9 languages (incl. Hindi, Thai, Vietnamese, Arabic) | Multilingual | Unknown | Unknown |
| Availability | Hugging Face, Liquid AI Playground, llama.cpp, MLX, vLLM, SGLang, ONNX, LEAP | Open-source, SiliconFlow | Open-source, SiliconFlow | Open |
🛠️ Technical Deep Dive
- Architecture: LFM2.5-8B-A1B employs a sparse Mixture-of-Experts (MoE) design, comprising 8.3 billion total parameters with only 1.5 billion active parameters per forward pass, which contributes to its computational efficiency.
- Layers: The model's architecture consists of 24 layers, specifically 18 double-gated LIV convolution blocks and 6 GQA (Grouped Query Attention) layers, combining MoE, GQA, and gated short convolution blocks.
- Context Length: It supports a context length of 131,072 tokens, enabling the processing of extensive documents and prolonged reasoning.
- Vocabulary: The vocabulary size has been expanded to 128,000 tokens, significantly improving tokenization efficiency for non-Latin languages.
- Training Scale: The model underwent pre-training on an extensive dataset of 38 trillion tokens, a substantial increase from its predecessor's 12 trillion tokens, and incorporates large-scale reinforcement learning.
- Reasoning Mechanism: LFM2.5-8B-A1B is designed as a reasoning-only model, meaning it generates an explicit chain of thought before providing its final answer, leveraging the cost-effectiveness of reasoning tokens in MoE architectures.
- Language Coverage: The model supports nine languages, including English, Arabic, Chinese, French, German, Japanese, Korean, Portuguese, and Spanish.
- Inference Optimization: It is optimized for various inference environments, offering day-one support for llama.cpp (GGUF checkpoints), MLX (for Apple Silicon), vLLM, SGLang, ONNX, and Liquid's Edge AI Platform (LEAP) for iOS and Android deployment.
- Recommended Generation Parameters: For optimal performance, Liquid AI recommends using a temperature of 0.2, top_k of 80, and a repetition_penalty of 1.05.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
📎 Sources (6)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
Weekly AI Recap
Read this week's curated digest of top AI events →
👉Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA ↗