Meta has released MobileMoE, a collection of on-device Mixture-of-Experts (MoE) language models designed to optimize the quality-efficiency trade-off for mobile devices. The family includes three model scales with sub-billion active parameters and weight footprints under 3 GB in INT4 format.

  • The models feature 0.3B, 0.5B, and 0.9B active parameters (1.3B, 2.8B, and 5.3B total), each available in Base, SFT, and QAT variants.
  • MobileMoE-L-Base is the pre-trained model with 922M active parameters, 32 layers, and a context length of 8,192 tokens.
  • The architecture utilizes 60 routed experts with top-k sigmoid routing and one shared expert, supporting English text input and output.
  • Released under the FAIR NC license in August 2026, the models are hosted on Hugging Face.