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

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

Hugging Face
AI Model2026

A large open-weights MoE language model for complex coding, long-horizon agentic workflows, and cyber/security evaluations; post-trained from the GLM-5 family with substantial gains over GLM-5.2. Provides FP8/BF16 checkpoints and native support for very long contexts (up to 1M tokens).