AIAny
AI Model2026
Icon for item

Kimi K3 (unsloth/Kimi-K3)

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.

Introduction

The surprising angle: an open-release, 3T-class Mixture-of-Experts model that combines native vision and an ultra-long context window to target real long-horizon engineering and agentic workflows rather than just single-turn chat. It’s positioned as a frontier research/deployment artifact—weights, architecture details, and benchmarks are public.

Key Capabilities
  • Architecture and scale: a 2.8T-parameter MoE model (Stable LatentMoE) that activates ~104B parameters at inference by selecting 16 experts out of 896; 93 layers with hybrid Kimi Delta Attention (KDA) and gated MLA attention. This design prioritizes conditional compute efficiency for long contexts and diverse tasks.
  • Long context and multimodality: supports a 1,048,576-token context window and native image/video understanding via a MoonViT-V2 vision encoder (401M params), enabling sustained multi-turn coding sessions, codebase navigation, and vision-in-the-loop tasks without external vision pipelines.
  • Agentic and coding focus: evaluated across agentic and coding benchmarks (Terminal-Bench, ProgramBench, BrowseComp, etc.) with tuned harnesses; reported strengths include sustained terminal/tool use, browsing and deep search, and long-form code reasoning.
  • Practical releases and deployment: weights are released under the Kimi K3 License with MXFP4/MXFP8 quantization (quantization-aware training) and recommended inference engines (vLLM, SGLang, TokenSpeed). An API compatible endpoint is available via platform.kimi.ai.
Who it's for — tradeoffs

Great fit if you need an open-weight model for sustained agentic workflows, long-horizon coding, or multimodal research where a 1M-token window and vision support matter. It’s also suitable for teams that can handle MoE inference complexity and custom inference stacks (vLLM/SGLang/TokenSpeed). Look elsewhere if you require minimal-infrastructure, single-GPU inference out of the box, strict regulatory/enterprise licensing constraints incompatible with the Kimi K3 License, or if your workload prioritizes smallest possible latency on commodity CPU-only hosts—MoE runtime and large activated compute imply higher infrastructure needs.

Where it fits

Compared to closed frontier LLMs, this release trades some deployment simplicity for openness and extreme capabilities (very long context + native vision + agent tooling). For researchers and engineering teams building long-context agents or vision-enabled coding assistants, it fills a gap that many single-session multimodal models leave open.

Information

  • Websitehuggingface.co
  • OrganizationsMoonshot AI, Unsloth
  • Authorsunsloth
  • Published date2026/07/27

More Items

Hugging Face
AI Model2026

Integrates a pretrained vision–language model with a BEV perception head and a Planning Expert to provide 3D perception, driving VQA and motion planning for autonomous driving while keeping the base VLM architecture unchanged.

Hugging Face
AI Audio2026

Generates full songs from lyrics and a style prompt, producing vocals and accompaniment and exporting editable symbolic scores for melody/chord control. Uses symbolic planning with agentic multi-turn editing and runs local 48 kHz inference on a 24GB GPU.

Hugging Face
AI Model2026

A 2B-class causal LLM packaged as a GGUF for local inference; offers 131072-token native long context, XML-style tool-calling support, and is tuned with SFT + RL + OPD using the UltraData family for stronger code, math and agentic abilities.