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

Hugging Face
AI Audio2026

Generates English speech locally from text into 24 kHz waveforms with a fixed synthetic male voice. Complete text-to-waveform TTS under ~4M parameters (≈16 MB FP32), supports CPU/CUDA inference, deterministic seeds, long-text chunking and an ONNX export path under Apache-2.0 license.

Hugging Face
AI Model2026

Open-weight multimodal Mixture-of-Experts LLM with native vision and a 1,048,576-token context window. 2.8T parameters (104B activated), MXFP4 quantization, released for agentic long-horizon coding, knowledge work, and vision-in-the-loop workflows.

Hugging Face
AI Model2026

Provides an open-weight native multimodal agent that understands text and images within a 1,048,576-token context window for long-horizon coding, visual reasoning, and tool-driven workflows. Uses a 2.8T-parameter Mixture-of-Experts architecture (KDA + AttnRes) with MXFP4 quantization; best suited for research and large-scale inference setups.