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

Alibaba Releases Qwen3.8-Max, a 2.4 Trillion-Parameter Model Built for Multi-Day Autonomous Tasks

Alibaba has released Qwen3.8-Max, a 2.4-trillion-parameter model with 95 billion active parameters per query, designed to run autonomous tasks over multiple days. The company claims it hits 93 on PaperBench and rivals Claude Opus 4.8 and GPT-5.6 Sol on internal benchmarks, with open weights arriving next week.

model release

LG AI Research Releases K-EXAONE 2.0, a 750B-Parameter Open-Weight MoE Model with 262K Context

LG AI Research has released K-EXAONE 2.0, a 750-billion-parameter mixture-of-experts language model with 37B active parameters, a 262,144-token context window, and support for 10 languages. The model is open-weighted under Apache 2.0 and claims competitive results against Qwen3.5, GLM-5.1, and DeepSeek-V4 Pro on reasoning, coding, and long-context benchmarks.

model release

Alibaba Unveils Qwen3.8-Max, a 2.4T-Parameter Open-Weight Model for Coding and Agentic Work

Alibaba announced Qwen3.8-Max, a 2.4T-parameter flagship model targeting coding and long-horizon agentic work, with open weights promised for next week alongside Qwen3.8-27B. The model posted strong third-party benchmark results, ranking #4 in Frontend Code Arena and matching Claude Opus 4.7 on the Vals Index at roughly 2.3x lower cost.

model release

MiniMax Releases H3, a 33B-Parameter Omni-Modal Model That Generates 2K Video With Native Stereo Audio

MiniMax has published MiniMax-H3, a 33-billion-parameter omni-modal generative model capable of producing up to 15 seconds of 2K video with native stereo audio. The model accepts text, image, video, and audio inputs, though its full 2K pipeline depends on a hosted preprocessing component not included in the open-source release.

Comments

Loading...

Kimi K3: Moonshot AI's 2.8T Parameter Model Now Deployable on AWS | TPS