AIAny
Icon for item

Kimi K3: Open Frontier Intelligence

Presents a 2.8T-parameter Mixture-of-Experts multimodal model with a 1-million-token context window and 104 billion activated parameters, targeting long-horizon agentic RL, coding, reasoning, and vision. Key innovations include Kimi Delta Attention, Attention Residuals, Stable LatentMoE (16 of 896 experts active per token), ~2.5× scaling efficiency over Kimi K2, and a public weight release.

Introduction

Most frontier model papers emphasize peak short-context benchmarks; Kimi K3 instead targets sustained, agentic behavior and compositional long-horizon execution by combining large effective capacity with architectural and system-level changes that keep information flowing across million-token sequences.

Key Findings
  • Architectural primitives: introduces Kimi Delta Attention and Attention Residuals to improve cross-length and cross-depth information flow, reducing degradation on very long contexts.
  • Sparse routing at scale: Stable LatentMoE reliably activates ~16 out of 896 experts per token, enabling a 2.8T-parameter Mixture-of-Experts with ~104B activated parameters while controlling compute and memory overhead.
  • Long-context and agentic RL: native 1,000,000-token context window and RL training recipes for persistent rollout and sandbox states enable multi-step agentic tasks and long-horizon coding/problem-solving better than prior open models.
  • Scaling efficiency and comparisons: claims ~2.5× scaling efficiency improvement over Kimi K2; competitive with many open and proprietary baselines but still behind the top proprietary systems (e.g., Claude Fable 5, GPT-5.6 Sol) on overall aggregate metrics.
  • Practical release: authors release full model weights to support research and evaluation across long-context, vision, agentic, and coding workloads.
Who it's for

Great fit if you need an open-release, long-context multimodal model for agentic experiments, long-horizon coding and planning, or research on sparse-MoE scaling and routing behavior. It is valuable for teams with substantial infrastructure (expert-parallel training and memory systems) and for researchers exploring persistent rollout RL and million-token evaluation.

Look elsewhere if you require the absolute top end of single-turn benchmark performance or lightweight deployment: Kimi K3 still trails the very largest proprietary SOTA on some aggregate metrics and demands significant training/deployment infrastructure.

How it works (brief)

The model couples a convolution/transformer-like sequence encoder with FiLM-style context integration and Kimi Delta Attention to maintain signal at extreme lengths. Stable LatentMoE implements robust expert selection and balanced expert-parallel training; system-level co-design addresses memory and communication to make million-token training and inference tractable.

Information

  • Websitearxiv.org
  • AuthorsKimi Team, Tongtong Bai, Yifan Bai, Yiping Bao, M. C., Jianfeng Cai, Xinyuan Cai, Peizhou Cao, Yuxuan Cao, Ziwei Chai
  • Published date2026/07/27

More Items

Analyzes on-policy distillation for LLM fine-tuning, shows teacher token-level supervision is often noisy and not the main driver of gains, and introduces OPSA, a supervision-free, entropy-adaptive method that suppresses low-probability tokens to improve downstream accuracy.

Hugging Face
AI Model2026

Generates L2-normalized multimodal embeddings (default 4,096‑D) for text, images, videos and visual documents, supporting interleaved inputs and flexible dimension truncation (Matryoshka). Designed for cross-modal retrieval, ranking and downstream retrieval systems; audio is not supported.

Hugging Face
AI Model2026

Drop-in abliterated (refusal-removed) build of GLM-5.3-Flash that bakes refusal-direction removal into block-FP8 safetensors, yielding an uncensored 320B (18B active) multimodal MoE model with a 1M-token context. Intended for red-teaming, interpretability, and robustness research; MIT license; not for production without added guardrails.