AIAny
AI Model2026
Icon for item

Motif-3-Beta

Open preview checkpoint of a sparse Mixture-of-Experts causal LLM with ~314B total params (~13B active per token) and native 256K context for long-context multilingual text generation. Ships with custom modeling code (trust_remote_code) and a research/non-commercial use license.

Introduction

Motif-3-Beta matters because it treats long context and conditional sparsity as first-class design choices rather than add-ons. The checkpoint is a public preview of an in-house MoE model that combines very large total parameter count with a relatively small active parameter footprint per token, aiming to enable long-context multilingual generation without linear scaling of per-token compute.

Key Capabilities
  • Sparse MoE routing at scale — 384 routed experts with top‑8 activation plus one shared expert, yielding ~13B active params per token out of ~314B total. This means inference can target high capacity where needed while keeping per-token compute closer to dense mid‑sized models.
  • Native long context — 262,144 (256K) token context length, useful for tasks requiring whole-document reasoning, long-form summarization, or codebases spanning many files without external chunking or RAG workarounds.
  • Multilingual and general-purpose — tokenizer/vocab and modeling choices target multilingual text generation and conversational usage out of the box.
  • Custom architecture components — introduces grouped differential latent attention (GDLA), grouped PolyNorm per expert, and other in-house layers; model requires the supplied modeling code and runtime tweaks to run correctly.
Who it's for and trade-offs

Great fit if you need native long-context LLM behavior (256K tokens) or want to experiment with sparse routing at scale for research and prototyping. Also suitable for teams planning vLLM-based serving on H200/B200-class GPUs or researchers comparing MoE efficiency vs dense baselines.

Look elsewhere if you require a production-ready permissive license (this checkpoint’s license restricts commercial use), low-infrastructure deployment (the model expects expert parallelism and specific GPU hardware), or tight reproducibility without trusting remote code — the model ships custom code and recommends vLLM for serving.

Where it fits

Positioned between very large dense foundation models (which use all params per token) and lightweight models: Motif-3-Beta explores the cost/quality trade-offs of sparse routing plus extreme context length. Expect higher setup effort (specialized serving, expert parallelism) but potential gains on long-document tasks and selective compute allocation across tokens.

Information

  • Websitehuggingface.co
  • OrganizationsMotif Technologies
  • Published date2026/07/20

Categories

More Items

Hugging Face
AI Model2026

Generates and reasons about multimodal physical-world content—text, images, video and action trajectories—conditioned on text, images, video and robot/vehicle action inputs. An edge-sized (4B) Mixture‑of‑Transformers omni-model optimized for single‑GPU inference and Physical AI tasks (image→video, action prediction, robot policy).

Hugging Face
AI Model2026

Compact 3B-scale agentic LLM for multi-step tool use and reasoning, using a Looped Transformer to increase capacity without adding parameters; built for local deployment with configurable "thinking" modes and benchmark gains vs larger open models.

Hugging Face
AI Model2026

Agentic coding and long-horizon text generation via a 118B-parameter Mixture-of-Experts LLM with a 1,048,576-token context window. Features 256 routed experts, native preserved-thinking (reasoning) control, speculative decoding draft models, and quantized checkpoints for lower-cost serving.