Model releases  ·  11 August 2026

Motif 3: a 314B MIT-licensed Mixture-of-Experts model

A Korean lab has published a frontier-scale sparse model under one of the most permissive licences available, built on an attention mechanism that does not appear in any other open release.

At a glance

Released byMotif Technologies (South Korea)
PublishedAugust 2026
Parameters~314B total, ~13.2B activated per token
ArchitectureDecoder-only Mixture-of-Experts (MotifForCausalLM)
Layers53 (2 dense, 51 MoE)
Experts384 routed, top-8 per token, plus 1 shared expert
Context length262,144 tokens (256K), native
LanguagesEnglish and Korean, plus multilingual data
LicenceMIT
Weight formatsafetensors, bfloat16 — 629.7 GB across 155 shards
Pretraining~12.5 trillion tokens
Hosted atMotif-Technologies/Motif-3 on Hugging Face

What it is

Motif 3 is a sparse Mixture-of-Experts model with 314 billion total parameters, of which about 13.2 billion are active for any given token. Motif Technologies describes it as built from the ground up on a fully in-house design, rather than continued training on someone else's base.

The licence is the headline for anyone building on it. MIT is more permissive than the custom community licences that usually accompany models at this scale, and more permissive than Apache 2.0 in practice, since it carries no patent or attribution-of-changes clauses.

The architecture is genuinely unfamiliar

Most open MoE releases are recognisable variations on a shared template. Motif 3 is not. Four elements are worth naming because they do not appear together anywhere else:

The expert configuration is fine-grained: 384 routed experts with only 8 active per token, plus one shared expert always on. That is a large pool at low per-token cost, and it is the reason a 314B model activates only 13.2B.

Training

Pretraining covers roughly 12.5 trillion tokens across web text, STEM, code, mathematics and multilingual content, with stated emphasis on Korean, reasoning-heavy, legal and financial data. Post-training is where the description gets unusual: general supervised fine-tuning, six separate RL-trained specialist teachers and a software-engineering teacher, merged into one model through what the lab calls Multi-teacher On-Policy Distillation.

The lab highlights long-horizon agentic tool use and terminal-based problem solving as particular strengths, and notes calibrated abstention on hallucination-sensitive evaluations — that is, the model declining to answer rather than inventing.

What's in the release

The main repository carries the bfloat16 weights across 155 shards totalling 629.7 GB, a tokenizer with a 220,160-token vocabulary, and a technical report PDF. Two sibling repositories exist: Motif-3-Base for the pretrained checkpoint and Motif-3-NVFP4 for an NVFP4-quantised version.

Community GGUF conversions have started appearing but were not published by the lab.

Runtime support

RuntimeSupportedNotes
transformersYesThe repository declares transformers as its library and ships a standard configuration.
llama.cppNoMotifForCausalLM is a custom architecture. Third-party GGUF conversions have appeared, but no upstream support has been announced.
MLXNoNo MLX conversion published by the lab.
vLLMNot statedNot mentioned in the model card.
QuantisedPartialThe lab published an NVFP4 build. No official GGUF or GPTQ.

What we don't know yet

Sources

Frequently asked questions

What licence does Motif 3 use?

MIT, which is among the most permissive licences applied to a model of this size. It carries no additional acceptable-use policy in the main repository.

How many parameters does Motif 3 have?

About 314 billion in total, with roughly 13.2 billion activated per token. It uses 384 routed experts with the top 8 selected per token, plus one shared expert.

How large is the download?

629.7 GB in bfloat16, split across 155 safetensors shards. An NVFP4-quantised version is also published.

What context length does Motif 3 support?

262,144 tokens natively, trained with window-aware context parallelism rather than extended after the fact.

Can I run Motif 3 with llama.cpp?

Not with upstream llama.cpp as of publication. MotifForCausalLM is a custom architecture and no official support has been announced, though community GGUF conversions have begun to appear.

OnDevice LLM is a private AI assistant that runs entirely on your iPhone — no account, no cloud, and nothing you type leaves the device.

Published 11 August 2026