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

Mistral Releases Mistral 3 Family: 675B-Parameter Large 3 MoE and Three Edge Models Under Apache 2.0

Mistral has released Mistral 3, including Mistral Large 3—a sparse mixture-of-experts model with 41B active and 675B total parameters—and three Ministral 3 edge models (3B, 8B, 14B). All models are released under Apache 2.0 license with multimodal capabilities and are available today on multiple platforms.

model release

Poolside releases Laguna M.1: 225B parameter MoE model scores 74.6% on SWE-bench Verified

Poolside has released Laguna M.1, a 225B total parameter Mixture-of-Experts model with 23B activated parameters per token, designed for agentic coding tasks. The model scores 74.6% on SWE-bench Verified and 63.1% on SWE-bench Multilingual, released under Apache 2.0 license.

model release

Mistral Releases Voxtral TTS: 4B Parameter Text-to-Speech Model at $0.016 per 1k Characters

Mistral AI has released Voxtral TTS, a 4B parameter text-to-speech model supporting 9 languages including English, French, German, Spanish, Dutch, Portuguese, Italian, Hindi, and Arabic. The model achieves 70ms latency for typical inputs and can clone voices from as little as 3 seconds of audio, priced at $0.016 per 1,000 characters.

model release

Cohere releases North Mini Code, a 30B-parameter sparse MoE coding model with 256K context window, free on OpenRouter

Cohere has released North Mini Code, the first model in its North family and its first agentic coding model. The sparse mixture-of-experts architecture features 30B total parameters with 3B active, a 256K-token context window, and up to 64K tokens of output, available free via OpenRouter under Apache 2.0 license.

Comments

Loading...