model releaseMoonshot AI

Moonshot AI Releases Kimi K3, a 2.8 Trillion Parameter Open-Weight Model; AWS Publishes Deployment Guide

TL;DR

Moonshot AI released Kimi K3 on July 27, 2026, a 2.8 trillion parameter Mixture-of-Experts model with a 1 million token context window and native multimodal support. AWS has published a deployment guide covering SageMaker HyperPod and Amazon EKS using ml.p6-b300.48xlarge instances with 8 NVIDIA B300 Blackwell Ultra GPUs.

2 min read
0

What happened

Moonshot AI released Kimi K3 on July 27, 2026, an open-weight Mixture-of-Experts (MoE) model with 2.8 trillion total parameters — according to AWS, the first open-weight system to reach the 3 trillion parameter class. AWS has since published a deployment guide for running the model on its infrastructure via Amazon SageMaker HyperPod and Amazon EKS.

Architecture and specs

Kimi K3 distributes its 2.8 trillion parameters across 896 specialist experts, activating only 16 per token. That yields roughly 104 billion active parameters per forward pass — a design Moonshot AI claims delivers a 2.5x improvement in scaling efficiency over its predecessor, Kimi K2.

The model combines three architectural components: Kimi Delta Attention (KDA), Gated Multi-Head Latent Attention (MLA), and a framework Moonshot AI calls Stable LatentMoE. It supports a 1 million token context window and is natively multimodal, handling both text and vision inputs. Moonshot AI says the model excels at long-horizon coding, agentic workflows, and complex reasoning, with native tool calling, structured output, and an always-on "thinking mode" for multi-step problem solving.

Weights are published on Hugging Face under moonshotai/Kimi-K3, distributed in MXFP4 (4-bit microscaling floating point) format to reduce the memory footprint required for inference at this scale. Pricing for API access has not been disclosed; the weights are open and self-hostable, though the underlying compute cost is substantial.

Serving requirements

Because vLLM's mainline container does not yet support the model's MoE and MXFP4 configuration, AWS notes that serving currently requires a day-0 container build (vllm/vllm-openai:kimi-k3) pending merge into vLLM's main release. AWS specifies that deployment requires an ml.p6-b300.48xlarge instance — 8 NVIDIA B300 Blackwell Ultra GPUs with high-bandwidth interconnects — to run tensor-parallel inference across the model's full expert pool.

Deployment paths on AWS

AWS outlines two deployment routes:

  • SageMaker HyperPod: Cluster creation with EKS orchestration and the Inference Operator, which automates container scheduling, model download, and endpoint health checks. Capacity for B300 instances is procured through Flexible Training Plans, a committed reservation mechanism.
  • Amazon EKS (self-managed): Using the AI on EKS project's Terraform-based cluster recipes, with capacity reserved through EC2 Capacity Blocks for a fixed duration without long-term commitment.

Both paths expose an OpenAI-compatible v1/chat/completions endpoint once the deployment is active.

What this means

Kimi K3's release pushes the open-weight frontier past the 3-trillion-parameter mark, but its size makes self-hosting a serious infrastructure undertaking — a single instance requires 8 Blackwell Ultra GPUs, and reserved capacity (not on-demand) is effectively mandatory given current GPU supply constraints. AWS's same-day deployment guide signals the company is positioning HyperPod and EKS as the default enterprise path for running frontier open-weight models, ahead of upstream tooling like vLLM formally supporting the architecture. For most organizations, Kimi K3 will remain accessible primarily through hosted API providers rather than self-managed deployment, given the hardware and operational overhead AWS's own guide makes explicit.

Related Articles

model release

Moonshot AI Releases Kimi K3: 2.8T-Parameter Open-Weight Model with 1M-Token Context, Now Available via Unsloth Quantiza

Moonshot AI has released Kimi K3, a 2.8-trillion-parameter open-weight mixture-of-experts model with a 1-million-token context window and native multimodal support. Unsloth has published Dynamic 2.0 quantized versions on Hugging Face, claiming improved accuracy over other quantization methods.

model release

Moonshot AI Open-Sources Kimi K3 Weights After Model Matched GPT-5.6 Sol on Benchmarks

Moonshot AI has released open weights, a technical report, and supporting infrastructure for Kimi K3, a model that claims 2.5x more intelligence per unit of compute. Independent testing found notable gaps in cybersecurity and math performance compared to Western frontier models.

model release

Moonshot AI Releases Kimi K3: Open-Weight 2.8T-Parameter Model With 1M-Token Context and Native Multimodality

Moonshot AI has released Kimi K3, an open-weight 2.8-trillion-parameter mixture-of-experts model with 104B activated parameters, a 1,048,576-token context window, and native multimodal support. The company describes it as the world's first open 3T-class model, built on a new Kimi Delta Attention architecture.

model release

Unsloth Releases GGUF Quantizations of Kimi K3, a 2.8T-Parameter Open-Weight MoE Model

Unsloth has released GGUF quantizations of Kimi K3, a 2.8-trillion-parameter open-weight Mixture-of-Experts model from Moonshot AI with a 1-million-token context window and native vision support. The largest lossless quantization (Q8) weighs in at 1.56TB.

Comments

Loading...