Liquid AI's New Model Brings Powerful AI to Your Phone
Liquid AI Opens the Floodgates for Edge Computing
In a move that could reshape how we interact with AI daily, startup Liquid AI has released its LFM2.5-8B-A1B model to the open-source community. This isn't just another large language model – it's specifically engineered to run efficiently on the devices we use every day, from smartphones to laptops.
Smarter Tech in Smaller Packages
The magic lies in its sparse mixture-of-experts (MoE) architecture. While packing 8.3 billion parameters total, the model only uses about 1.5 billion per task – like having a team of specialists where only the relevant experts chime in. This clever design means your phone doesn't need supercomputer power to deliver sophisticated AI responses.

Thinking Longer and Clearer
LFM2.5 isn't just efficient – it's smarter too. The development team expanded its "memory" to handle 128,000 tokens (up from 32,000) and fed it 38 trillion training data points. But what really sets it apart is how it thinks: generating clear reasoning steps before answering, almost like showing its work on a math problem.
"We've taught the model when to say 'I don't know' instead of guessing," explains a Liquid AI spokesperson. Through specialized training techniques, the AI now better recognizes its limits, reducing those frustrating moments when chatbots invent plausible-sounding nonsense.
Your Phone Just Got More Powerful
Benchmark tests show LFM2.5 outperforming its predecessor in logical reasoning while maintaining impressive speed – decoding up to 253 bytes per second on high-end chips. Even on regular smartphones, it manages about 30 bytes per second, making advanced AI features practical without constant internet connections.
The model plays nicely with existing tech ecosystems too, with immediate support from major platforms like llama.cpp and vLLM. Whether you need Python functions or JSON outputs, LFM2.5 adapts to your development needs.
Key Points:
- Edge AI Revolution: Runs efficiently on personal devices without cloud dependency
- Transparent Thinking: Generates reasoning chains before final answers
- Multilingual Master: Handles nine languages including Chinese and Arabic
- Honest AI: Special training reduces hallucination and false claims
- Developer Friendly: Supports popular frameworks right out of the gate