<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/moonshot-ai-releases-kimi-k3-weights-a-2-8t-open-weight-model-that-tops-the-frontend-code-arena-dxt19nyw1" -->

---
title: Moonshot AI releases Kimi K3 weights: a 2.8T open-weight...
description: Moonshot AI has released the full weights of Kimi K3, a 2.8 trillion parameter mixture-of-experts model — the largest open-weight model by parameter count to...
canonical: https://daily.dev/posts/moonshot-ai-releases-kimi-k3-weights-a-2-8t-open-weight-model-that-tops-the-frontend-code-arena-dxt19nyw1
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Moonshot AI releases Kimi K3 weights: a 2.8T open-weight model that tops the Frontend Code Arena | daily.dev
og:description: Moonshot AI has released the full weights of Kimi K3, a 2.8 trillion parameter mixture-of-experts model — the largest open-weight model by parameter count to...
og:url: https://daily.dev/posts/moonshot-ai-releases-kimi-k3-weights-a-2-8t-open-weight-model-that-tops-the-frontend-code-arena-dxt19nyw1
og:image: https://api.daily.dev/og/posts/dXT19nYW1.png
og:image:alt: Moonshot AI releases Kimi K3 weights: a 2.8T open-weight model that tops the Frontend Code Arena
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Moonshot AI releases Kimi K3 weights: a 2.8T open-weight model that tops the Frontend Code Arena

**[Collections](https://daily.dev/sources/collections)** · 3 min read · 6 upvotes · 3 comments

## Summary

Moonshot AI has released the full weights of Kimi K3, a 2.8 trillion parameter mixture-of-experts model — the largest open-weight model by parameter count to date. Released under a Modified MIT license permitting commercial use, the weights total ~1.4TB in MXFP4 quantization. Kimi K3 scores 57 on the Artificial Analysis Intelligence Index (behind Claude Fable 5 at 60 and GPT-5.6 Sol at 59) and ranks first on the Frontend Code Arena with 1,679 Elo. Moonshot also introduced Kimi Delta Attention, claiming up to 6x cheaper long-context inference. The model is already integrated into Devin Desktop and CLI. While self-hosting requires significant multi-GPU infrastructure, the release narrows the gap between open-weight and closed frontier models, following DeepSeek V4's stable release just days earlier.

## Content

Moonshot AI released the full weights of Kimi K3 on July 27, 2026, making it the largest open-weight model ever released. At 2.8 trillion total parameters, it's a significant milestone — though the gap between "free to download" and "actually usable" is worth understanding before getting too excited.

## What Kimi K3 is

Kimi K3 is a Mixture-of-Experts model that activates only 104 billion of its 2.8 trillion parameters per token. It supports a 1 million token context window, native multimodal input (text, images, and video), and an OpenAI/Anthropic-compatible API. The architecture introduces a new attention mechanism called Kimi Delta Attention, which Moonshot claims makes long-context inference up to six times cheaper than previous approaches.

The weights ship under a Modified MIT license, permissive enough for commercial use. Training data and training code aren't included, so this is open-weight rather than fully open-source — but for most teams, the license is what actually matters.

## The benchmarks

On the Artificial Analysis Intelligence Index, Kimi K3 scores 57, behind Claude Fable 5 (60) and GPT-5.6 Sol (59), but ahead of Claude Opus 4.8 (56). On the Frontend Code Arena it ranks first overall with an Elo of 1,679. Cognition reports it's the first open-source model they've tested that passes their FrontierCode 1.1 benchmark, and it's now available in Devin Desktop and CLI.

Moonshot says it roughly matches Claude Fable 5 on coding tasks at about a third of the cost per token — though it runs about four times slower.

## The infrastructure problem

The full weights come in at roughly 1.4 terabytes using MXFP4 quantization. Self-hosting requires around 64 NVIDIA H100 or B200 GPUs across eight servers. For most teams, that's not a realistic option. Self-hosting only makes economic sense at high inference volume where per-token savings outweigh the infrastructure cost. Everyone else will use an inference provider.

Moonshot is also candid about some limitations: the model uses always-on reasoning and can be over-proactive on ambiguous prompts.

## The geopolitical context

The release isn't without controversy. Anthropic and U.S. officials have alleged that Moonshot distilled outputs from American frontier models during training. Moonshot denies this. Enterprise buyers will need to weigh that alongside the benchmark numbers and infrastructure costs — compliance and regulatory risk are real considerations depending on the use case.

## Why this matters

This release lands the same week as DeepSeek V4's stable release on July 24, making late July 2026 an unusually dense period for open-weight releases. It also coincides with an open-weight AI policy letter signed by Nvidia, Meta, Microsoft, and others — the timing probably isn't accidental.

A model scoring within three points of Claude Fable 5 on a major intelligence index is now free to download. That doesn't collapse the closed-model business overnight — the infrastructure barrier is real. But it does make it harder to argue that frontier-level AI capability requires a frontier-level budget.

## Community discussion

Top comments from developers on daily.dev.

**@byteoutlaw** · 0 upvotes

> Amazing 😍 ✌️ ❤️
>
> Well done China!

**@doncho** · 0 upvotes

> "The infrastructure barrier is real."

**@lezli01** · 0 upvotes

> Pace is face AF

---

Tags: [#llm](https://daily.dev/tags/llm), [#mixture-of-experts](https://daily.dev/tags/mixture-of-experts), [#kimi-k3](https://daily.dev/tags/kimi-k3)

[View this post on daily.dev](https://daily.dev/posts/moonshot-ai-releases-kimi-k3-weights-a-2-8t-open-weight-model-that-tops-the-frontend-code-arena-dxt19nyw1)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Moonshot AI releases Kimi K3 weights: a 2.8T open-weight model that tops the Frontend Code Arena","url":"https://daily.dev/posts/moonshot-ai-releases-kimi-k3-weights-a-2-8t-open-weight-model-that-tops-the-frontend-code-arena-dxt19nyw1","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/moonshot-ai-releases-kimi-k3-weights-a-2-8t-open-weight-model-that-tops-the-frontend-code-arena-dxt19nyw1"},"datePublished":"2026-07-27T18:53:47.716Z","dateModified":"2026-07-27T19:14:21.908Z","description":"Moonshot AI has released the full weights of Kimi K3, a 2.8 trillion parameter mixture-of-experts model — the largest open-weight model by parameter count to...","isAccessibleForFree":true,"articleSection":"Collections","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Collections","logo":"https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0","url":"https://daily.dev/sources/collections"},"commentCount":3,"discussionUrl":"https://daily.dev/posts/moonshot-ai-releases-kimi-k3-weights-a-2-8t-open-weight-model-that-tops-the-frontend-code-arena-dxt19nyw1","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":6},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":3}],"keywords":"llm,mixture-of-experts,kimi-k3","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":3,"name":"Moonshot AI releases Kimi K3 weights: a 2.8T open-weight model that tops the Frontend Code Arena"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/moonshot-ai-releases-kimi-k3-weights-a-2-8t-open-weight-model-that-tops-the-frontend-code-arena-dxt19nyw1","comment":[{"@type":"Comment","text":"Amazing 😍 ✌️ ❤️\nWell done China!","datePublished":"2026-07-28T00:02:59.049Z","url":"https://daily.dev/posts/dXT19nYW1#c-e7f095j8b","author":{"@type":"Person","name":"Jacob B. Bonde","url":"https://daily.dev/byteoutlaw","image":"https://media.daily.dev/image/upload/s--veTChHK7--/f_auto/v1733220070/avatars/avatar_5cQvIZKr5tDFDotVDjulg"}},{"@type":"Comment","text":"“The infrastructure barrier is real.”","datePublished":"2026-07-28T05:26:23.314Z","url":"https://daily.dev/posts/dXT19nYW1#c-WsEbuqmbg","author":{"@type":"Person","name":"Doncho Angelov","url":"https://daily.dev/doncho","image":"https://media.daily.dev/image/upload/s--j1MSm0hy--/f_auto/v1716369534/avatars/avatar_EB0j0Umzh5v3zGWUSL5ma"}},{"@type":"Comment","text":"Pace is face AF","datePublished":"2026-07-28T06:59:14.183Z","url":"https://daily.dev/posts/dXT19nYW1#c-YvwoZEFyB","author":{"@type":"Person","name":"László Szabó","url":"https://daily.dev/lezli01","image":"https://lh3.googleusercontent.com/a/ACg8ocKj3v7EFYJoXUUuro6ALF9fD3RTRATiBpBOVcOzqro4fy6bWqMm=s96-c"}}]}
```

