model release

Liquid AI releases LFM2-24B-A2B, a 24B parameter mixture-of-experts model

TL;DR

Liquid AI has released LFM2-24B-A2B, a 24-billion parameter mixture-of-experts model designed for text generation and conversational tasks. The model supports nine languages including English, Arabic, Chinese, French, German, Japanese, Korean, Spanish, and Portuguese.

1 min read
0

Liquid AI has released LFM2-24B-A2B, a 24-billion parameter mixture-of-experts (MoE) model for text generation and conversational applications. The model is now available on Hugging Face.

Model Specifications

LFM2-24B-A2B is a text-generation model built on the LFM2 architecture. The model employs a mixture-of-experts approach, a technique that allows different parameter subsets to activate for different inputs, potentially reducing computational overhead compared to dense models of similar capacity.

The model supports nine languages: English, Arabic, Chinese, French, German, Japanese, Korean, Spanish, and Portuguese. This multilingual capability positions it for deployment across diverse linguistic regions.

Deployment and Access

The model is compatible with Hugging Face endpoints and is available for US-region deployment. Liquid AI has published the model under a custom license ("license:other"), meaning usage terms differ from standard open-source licenses—users should review the specific terms before deployment.

The model carries the tag "edge," suggesting optimization for edge deployment scenarios where computational resources are constrained.

Technical Context

Liquid AI's LFM2 architecture appears designed to balance model capacity with inference efficiency through its mixture-of-experts design. The 24-billion parameter scale represents a middle ground in current model sizing, larger than smaller instruction-tuned models but significantly smaller than frontier 70B+ parameter models.

The model includes references to arxiv:2511.23404, indicating academic documentation may be available for the underlying architecture.

What This Means

Liquid AI's release of LFM2-24B-A2B adds another option to the growing ecosystem of open and semi-open models. The mixture-of-experts approach and explicit edge-deployment tagging suggest targeting use cases where inference cost and latency matter more than maximum capability. The multilingual support and US endpoint compatibility indicate focus on commercial deployment rather than pure research release. Builders evaluating cost-efficient alternatives to larger models should benchmark this model against comparable MoE designs from other providers.

Related Articles

model release

LG AI Research Releases K-EXAONE 2.0, a 750B-Parameter Open-Weight MoE Model with 262K Context

LG AI Research has released K-EXAONE 2.0, a 750-billion-parameter mixture-of-experts language model with 37B active parameters, a 262,144-token context window, and support for 10 languages. The model is open-weighted under Apache 2.0 and claims competitive results against Qwen3.5, GLM-5.1, and DeepSeek-V4 Pro on reasoning, coding, and long-context benchmarks.

model release

Alibaba Unveils Qwen3.8-Max, a 2.4T-Parameter Open-Weight Model for Coding and Agentic Work

Alibaba announced Qwen3.8-Max, a 2.4T-parameter flagship model targeting coding and long-horizon agentic work, with open weights promised for next week alongside Qwen3.8-27B. The model posted strong third-party benchmark results, ranking #4 in Frontend Code Arena and matching Claude Opus 4.7 on the Vals Index at roughly 2.3x lower cost.

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...