Overview
Kimi K3 is Moonshot AI's new 2.8-trillion-parameter open model — the first open model ever in the 3T class. With a 1-million-token context window, native multimodal input (text, image, and video), and performance that rivals the best closed models, K3 represents what Alejandro calls "a DeepSeek moment" for open-source AI.
Demand was so high at launch that Kimi had to pause new subscriptions. In this video, Alejandro puts K3 through its paces with real coding benchmarks, his own GitHub issue tests, and head-to-head comparisons against Claude Fable 5, Claude Opus 4.8, and GPT-5.6 Sol.
▶ 0:00 — IntroductionSpecs & Architecture
K3 is the first open model in the 3-trillion parameter class. It features native multimodal capabilities across text, image, and video inputs, and its 1M-token context window makes it suitable for processing entire codebases. Open weights are releasing on July 27, enabling the community to fine-tune and deploy.
▶ 1:35 — Specs deep diveDesign Arena: First Open Model at #1
K3 tops the Design Arena frontend coding leaderboard — making it the first open model ever to hold the #1 position. This leaderboard measures real-world frontend and webdev coding ability through human preference voting, not synthetic benchmarks.
Artificial Analysis Intelligence Index
K3 sits at the top of the Artificial Analysis Intelligence Index among open models. This index aggregates performance across multiple benchmarks into a single composite score, providing a holistic view of model capability. K3 doesn't just lead open models — it competes directly with closed frontier models.
Aggregated score across multiple benchmarks. K3 is the first open model to enter the frontier tier.
Terminal-Bench 2.1 & Token Usage
On Terminal-Bench 2.1 — which tests real terminal and coding tasks — K3 goes toe-to-toe with Claude Fable 5 and GPT-5.6 Sol. The benchmark includes complex multi-step terminal workflows that mirror real developer tasks.
Token usage analysis shows K3 is competitive in efficiency compared to frontier closed models, despite its massive parameter count. The model doesn't waste tokens on unnecessary verbosity — a common issue with large MoE models.
All three models perform within a tight band — K3 is competitive as the only open model at this level.
Real-World GitHub Issue Tests
Alejandro runs his own benchmark on a real GitHub issue, comparing quality, cost, time per task, and token usage across four frontier models. This goes beyond synthetic benchmarks to test real-world problem-solving.
- 📋 Task: Solve a real GitHub issue (bug fix + implementation)
- 📊 Metrics: Solution quality, cost per task, time to complete, token usage
- 🤖 Models: Kimi K3, Claude Fable 5, Claude Opus 4.8, GPT-5.6 Sol
- 🔁 Method: Same issue, same prompt, controlled conditions
Benchmark Comparison
| Model | Type | Quality | Cost / Task | Time / Task | Token Usage | Design Arena |
|---|---|---|---|---|---|---|
| Kimi K3 | Open | ⭐⭐⭐⭐⭐ | 💰 Lowest | Fast | Efficient | #1 |
| Claude Fable 5 | Closed | ⭐⭐⭐⭐⭐ | 💰💰 High | Fast | Moderate | #2 |
| Claude Opus 4.8 | Closed | ⭐⭐⭐⭐ | 💰💰💰 Highest | Slower | Heavy | — |
| GPT-5.6 Sol | Closed | ⭐⭐⭐⭐⭐ | 💰💰 High | Fast | Moderate | #3 |
K3 delivers competitive quality at significantly lower cost — the key advantage of open models with efficient inference.
Run Your Own Evals with DuoBench
DuoBench is Alejandro's open-source tool that lets you run the same evaluations on your own repositories. It enables reproducible benchmarking for your specific use cases — no more relying solely on generic leaderboards.
- ✅ Run evaluations on your own repos and codebases
- ✅ Compare multiple models side-by-side
- ✅ Track quality, cost, time, and token usage
- ✅ Fully reproducible — share configs and results
- ✅ Open-source — extend and customize
Using Kimi K3 in Pi, Tau & OpenCode
Alejandro shows how to start using K3 today in three coding tools:
All three tools provide terminal-based coding interfaces where K3 can be used as the backing model. Setup involves pointing the tool's API config to the Kimi platform endpoint and selecting K3 as the model.
▶ 16:04 — Setup instructions