Simon Willison on Kimi K2 Instruct
title: "Simon Willison on Kimi K2 Instruct" source: https://simonwillison.net/2025/Jul/11/kimi-k2/ author: unknown date: unknown models: [kimi-k2] tags: [commentary, open-weights] mirrored: 2026-07-18 note: mirrored against link rot by the Pantheon; all rights with the original author
Simon Willison’s Weblog
Sponsored by: Atlassian — Give your agents a plan. Not a prompt. New Jira capabilities unlock full-context for AI-native software development. Assign tasks to Claude, Cursor, or GitHub Copilot, now directly from Jira. Learn more
11th July 2025 - Link Blog
moonshotai/Kimi-K2-Instruct (via) Colossal new open weights model release today from Moonshot AI, a two year old Chinese AI lab with a name inspired by Pink Floyd’s album The Dark Side of the Moon.
My HuggingFace storage calculator says the repository is 958.52 GB. It's a mixture-of-experts model with "32 billion activated parameters and 1 trillion total parameters", trained using the Muon optimizer as described in Moonshot's joint paper with UCLA Muon is Scalable for LLM Training.
I think this may be the largest ever open weights model? DeepSeek v3 is 671B.
I created an API key for Moonshot, added some dollars and ran a prompt against it using my LLM tool. First I added this to the extra-openai-models.yaml file:
```
- model_id: kimi-k2
model_name: kimi-k2-0711-preview api_base: https://api.moonshot.ai/v1 api_key_name: moonshot
```
Then I set the API key:
``` llm keys set moonshot
Paste key here
```
And ran a prompt:
``` llm -m kimi-k2 "Generate an SVG of a pelican riding a bicycle" \ -o max_tokens 2000
```
(The default max tokens setting was too short.)

This is pretty good! The spokes are a nice touch. Full transcript here.
This one is open weights but not open source: they're using a modified MIT license with this non-OSI-compliant section tagged on at the end:
Our only modification part is that, if the Software (or any derivative works thereof) is used for any of your commercial products or services that have more than 100 million monthly active users, or more than 20 million US dollars (or equivalent in other currencies) in monthly revenue, you shall prominently display "Kimi K2" on the user interface of such product or service.
Update: MLX developer Awni Hannun reports:
The new Kimi K2 1T model (4-bit quant) runs on 2 512GB M3 Ultras with mlx-lm and mx.distributed.
1 trillion params, at a speed that's actually quite usable
Posted 11th July 2025 at 6:33 pm
Recent articles
- Kimi K3, and what we can still learn from the pelican benchmark - 16th July 2026
- The new GPT-5.6 family: Luna, Terra, Sol - 9th July 2026
- sqlite-utils 4.0, now with database schema migrations - 7th July 2026
This is a link post by Simon Willison, posted on 11th July 2025. ai 2,128 generative-ai 1,882 llms 1,849 llm 610 mlx 43 pelican-riding-a-bicycle 127 llm-release 216 ai-in-china 98 moonshot 8 kimi 12
Monthly briefing
Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.
Pay me to send you less! Sponsor & subscribe
- Disclosures
- Colophon
- ©
- 2002
- 2003
- 2004
- 2005
- 2006
- 2007
- 2008
- 2009
- 2010
- 2011
- 2012
- 2013
- 2014
- 2015
- 2016
- 2017
- 2018
- 2019
- 2020
- 2021
- 2022
- 2023
- 2024
- 2025
- 2026
-