REDDIT_POST

Liquid AI releases LFM2-24B-A2B

Brief

Liquid AI's LFM2-24B-A2B, released 2026-02-24, is a sparse Mixture-of-Experts model with 24B parameters and about 2.3B active params per forward pass (40 layers, 64 experts, top-4 routing, conv+GQA hybrid). It is engineered to run within 32GB RAM, supports llama.cpp/vLLM/SGLang, shows log-linear benchmark gains, and is available open-weight on Hugging Face.

Source evidence

title: Liquid AI releases LFM2-24B-A2B
contenttype: article
published: 2026-02-24T00:00:00
source
url: https://www.reddit.com/r/LocalLLaMA/comments/1rdi26s/liquidaireleases_lfm224ba2b/

word_count: 260

Liquid AI releases LFM2-24B-A2B

Today, Liquid AI releases LFM2-24B-A2B, their largest LFM2 model to date

LFM2-24B-A2B is a sparse Mixture-of-Experts (MoE) model with 24 billion total parameters with 2 billion active per token, showing that the LFM2 hybrid architecture scales effectively to larger sizes maintaining quality without inflating per-token compute.

This release expands the LFM2 family from 350M to 24B parameters, demonstrating predictable scaling across nearly two orders of magnitude.

Key highlights:

-> MoE architecture: 40 layers, 64 experts per MoE block with top-4 routing, maintaining the hybrid conv + GQA design -> 2.3B active parameters per forward pass -> Designed to run within 32GB RAM, enabling deployment on high-end consumer laptops and desktops -> Day-zero support for inference through llama.cpp, vLLM, and SGLang -> Multiple GGUF quantizations available

Across benchmarks including GPQA Diamond, MMLU-Pro, IFEval, IFBench, GSM8K, and MATH-500, quality improves log-linearly as we scale from 350M to 24B, confirming that the LFM2 architecture does not plateau at small sizes.

LFM2-24B-A2B is released as an instruct model and is available open-weight on Hugging Face. We designed this model to concentrate capacity in total parameters, not active compute, keeping inference latency and energy consumption aligned with edge and local deployment constraints.

This is the next step in making fast, scalable, efficient AI accessible in the cloud and on-device.

-> Read the blog: https://www.liquid.ai/blog/lfm2-24b-a2b -> Download weights: https://huggingface.co/LiquidAI/LFM2-24B-A2B -> Check out our docs on how to run or fine-tune it locally: docs.liquid.ai -> Try it now: playground.liquid.ai

Run it locally or in the cloud and tell us what you build!