moonshotai/kimi-k2

Kimi K2 is the large language model series developed by Moonshot AI team

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 58 minutes ago
Added to GitGenius on September 5th, 2026
Created on July 3rd, 2025
Open Issues & Pull Requests: 71 (+0)
GitHub issues: Enabled
Number of forks: 910
Total Stargazers: 11,107 (+0)
Total Subscribers: 97 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Kimi K2 is a large language model series that implements a mixture-of-experts architecture designed for agentic intelligence and reasoning tasks.

The model addresses the challenge of scaling large language models efficiently while maintaining performance across knowledge, reasoning, and coding domains. Kimi K2 uses a mixture-of-experts approach with 1 trillion total parameters but only 32 billion activated parameters per token, reducing computational overhead during inference. The architecture was trained on 15.5 trillion tokens using the Muon optimizer, a technique applied at unprecedented scale with novel stabilization methods to prevent training instability. The model features a 128K token context length and incorporates multi-head latent attention for efficient processing.

The project offers two variants suited to different use cases. Kimi-K2-Base provides a foundation model for researchers and builders who need flexibility for fine-tuning and custom applications. Kimi-K2-Instruct is optimized as a drop-in replacement for general-purpose chat and agentic tasks without long-form reasoning capabilities. The tool is particularly suited for applications requiring tool use, autonomous problem-solving, and reasoning across frontier knowledge domains. The model is available through Hugging Face and accessible via a chat interface.

Development activity shows consistent engagement with the community through multiple channels including Discord and social media. The project maintains technical documentation through a blog and published research reports detailing the architecture and training methodology. Model weights and code are made available to enable reproducibility and community experimentation with the architecture.