Model releases · 11 August 2026
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.
| Released by | Motif Technologies (South Korea) |
|---|---|
| Published | August 2026 |
| Parameters | ~314B total, ~13.2B activated per token |
| Architecture | Decoder-only Mixture-of-Experts (MotifForCausalLM) |
| Layers | 53 (2 dense, 51 MoE) |
| Experts | 384 routed, top-8 per token, plus 1 shared expert |
| Context length | 262,144 tokens (256K), native |
| Languages | English and Korean, plus multilingual data |
| Licence | MIT |
| Weight format | safetensors, bfloat16 — 629.7 GB across 155 shards |
| Pretraining | ~12.5 trillion tokens |
| Hosted at | Motif-Technologies/Motif-3 on Hugging Face |
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.
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.
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.
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 | Supported | Notes |
|---|---|---|
| transformers | Yes | The repository declares transformers as its library and ships a standard configuration. |
| llama.cpp | No | MotifForCausalLM is a custom architecture. Third-party GGUF conversions have appeared, but no upstream support has been announced. |
| MLX | No | No MLX conversion published by the lab. |
| vLLM | Not stated | Not mentioned in the model card. |
| Quantised | Partial | The lab published an NVFP4 build. No official GGUF or GPTQ. |
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.
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.
629.7 GB in bfloat16, split across 155 safetensors shards. An NVFP4-quantised version is also published.
262,144 tokens natively, trained with window-aware context parallelism rather than extended after the fact.
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