Kimi
An AI assistant for everyone: search, reading, Q&A, writing, and agent tasks.
Kimi is Moonshot AI's family of AI assistants and agent products. The new Kimi K3 brings long-horizon coding, knowledge work, visual understanding, and deep reasoning into one open-weight flagship blueprint.
LIVE NOW · FULL MODEL WEIGHTS PLANNED BY 2026.07.27
KIMI, BEYOND CHAT
Kimi is the product layer people use; K3 is the model layer powering a new generation of task execution. Together they span conversation, research, code, and enterprise collaboration.
An AI assistant for everyone: search, reading, Q&A, writing, and agent tasks.
Built for knowledge work: deep research, documents, slides, spreadsheets, and interactive dashboards.
A coding agent for terminals and IDEs that reads and writes code, invokes tools, and executes long-running tasks.
For developers and organizations, use kimi-k3 to bring K3 into your products.
WHAT K3 CHANGES
K3 is not just about answering one more question correctly. It is designed to understand its environment, call tools, inspect results, and finish complex work with less human supervision.
It can navigate large repositories, run terminal tools, and iterate on frontend, game, and CAD work using visual feedback.
Text, images, and video are understood by one model, so it can see its results and refine them in the loop.
Built for research, consulting, documents, spreadsheets, presentations, and interactive data stories.
Official demos include a browser-based 3D open world, motion explainers, and multi-clip video editing.
UNDER THE HOOD
K3 introduces new attention and depth-wise information-flow designs and scales MoE sparsity to 896 experts. Moonshot reports roughly 2.5× better overall scaling efficiency than K2.
Kimi Delta Attention provides a more efficient attention foundation for very long sequences.
Instead of uniformly accumulating every layer, it selectively retrieves representations from different depths.
Quantization-aware training starts at SFT, using MXFP4 weights and MXFP8 activations.
OFFICIAL EVALUATION
These K3 max results come from Kimi's launch blog. Benchmarks use different agent harnesses, tools, and sampling settings, so treat them as a capability profile—not an absolute ranking.
Temperature 1.0 and top-p 1.0; other conditions vary by benchmark. Internal benchmarks are not shown here.
AVAILABLE NOW
Use it directly in Kimi and Kimi Work, select K3 in Kimi Code, or call kimi-k3.
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["MOONSHOT_API_KEY"],
base_url="https://api.moonshot.cn/v1",
)
response = client.chat.completions.create(
model="kimi-k3",
messages=[{"role": "user", "content": "Complete this research task"}],
reasoning_effort="max",
)KIMI API LAUNCH PRICING
Pricing is from the K3 launch blog. Check the API platform for current rates.
Open Kimi API PlatformREAD BEFORE USE
K3 is sensitive to complete thinking history; switching from another model mid-session can make quality unstable.
When intent is ambiguous, K3 may make unexpected decisions on the user's behalf. Set explicit behavioral boundaries.
Moonshot acknowledges a noticeable user-experience gap between K3 and the strongest proprietary models.
PRIMARY SOURCES
Content verified on July 17, 2026. Primary Kimi and Moonshot AI sources are used wherever possible.
THE NEXT TASK IS YOURS