Moonshot AI

Moonshot AI: Kimi K2 0905

moonshotai/kimi-k2-0905

Access Kimi K2 0905 from Moonshot AI using Puter.js AI API.

Get Started
// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';

puter.ai.chat("Explain quantum computing in simple terms", {
    model: "moonshotai/kimi-k2-0905"
}).then(response => {
    document.body.innerHTML = response.message.content;
});
<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.chat("Explain quantum computing in simple terms", {
            model: "moonshotai/kimi-k2-0905"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>
# pip install openai
from openai import OpenAI

client = OpenAI(
    base_url="https://api.puter.com/puterai/openai/v1/",
    api_key="YOUR_PUTER_AUTH_TOKEN",
)

response = client.chat.completions.create(
    model="moonshotai/kimi-k2-0905",
    messages=[
        {"role": "user", "content": "Explain quantum computing in simple terms"}
    ],
)

print(response.choices[0].message.content)
curl https://api.puter.com/puterai/openai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_PUTER_AUTH_TOKEN" \
  -d '{
    "model": "moonshotai/kimi-k2-0905",
    "messages": [
      {"role": "user", "content": "Explain quantum computing in simple terms"}
    ]
  }'

Model Card

Kimi K2 0905 is Moonshot AI's September 2025 update to the original Kimi K2, delivering enhanced coding performance and improved tool-calling reliability. It shares the same 1-trillion-parameter MoE architecture with 32B active parameters but doubles the context window from 128K to 256K tokens.

Key improvements include stronger frontend development capabilities — producing cleaner, more polished UI code for frameworks like React, Vue, and Angular — along with better integration across popular agent scaffolds. It scored 53.7% Pass@1 on LiveCodeBench.

This version is ideal for developers who want K2's agentic strengths with improved real-world coding quality and longer context support for large codebases.

Context Window 262K

tokens

Max Output 262K

tokens

Input Cost $0.4

per million tokens

Output Cost $2

per million tokens

Release Date Sep 5, 2025

 

Output Speed 23

tokens / sec

Latency 2.47s

time to first token

Model Playground

Try Kimi K2 0905 instantly in your browser.
This playground uses the Puter.js AI API — no API keys or setup required.

Chat moonshotai/kimi-k2-0905
Moonshot AI
Chat with Kimi K2 0905
Powered by Puter.js

Benchmarks

How Kimi K2 0905 performs on standard evaluations.

Artificial Analysis
Intelligence Index
30.9
Better than 75% of tracked models
Artificial Analysis
Coding Index
25.9
Better than 69% of tracked models
Artificial Analysis
Math Index
57.3
Better than 54% of tracked models
BenchmarkScore
GPQA Diamond Graduate-level science Q&A
76.7%
Humanity's Last Exam Cross-domain reasoning
6.3%
LiveCodeBench Recent coding problems
61.0%
SciCode Scientific programming
30.7%
AIME 2025 Advanced math exam
57.3%
IFBench Instruction following
41.7%
LCR Long-context reasoning
52.3%
Terminal-Bench Hard Agentic terminal tasks
23.5%
τ²-Bench Tool use / agents
73.4%

Scores sourced from Artificial Analysis.

Find other Moonshot AI models

Chat

Kimi K2.6

Kimi K2.6 is Moonshot AI's latest open-weight multimodal model, built on a 1-trillion-parameter mixture-of-experts architecture with a 256K context window. It excels at agentic coding and long-horizon execution, supporting sustained autonomous workflows with 4,000+ tool calls across languages like Rust, Go, and Python. On key benchmarks, it scores 58.6 on SWE-Bench Pro, 54.0 on HLE with Tools, and 50.0 on Toolathlon — competitive with GPT-5.4 and Claude Opus 4.6 on coding and agent tasks, though trailing them on pure reasoning. The model accepts text, image, and video input, supports both thinking and non-thinking modes, and offers an OpenAI-compatible API. It's a strong pick for developers building multi-step agentic workflows and complex software engineering pipelines.

Chat

Kimi K2.5

Kimi K2.5 is Moonshot AI's most capable open-source model, a natively multimodal (vision + text) trillion-parameter MoE with 32B active parameters released in January 2026. Built through continual pretraining on ~15 trillion mixed visual and text tokens atop the K2 base, it supports both thinking and instant modes with a 256K context window. It scored 76.8% on SWE-bench Verified, 96.1% on AIME 2025, and 50.2% on Humanity's Last Exam with tools — outperforming Claude Opus 4.5 and GPT-5.2 on the latter. Its standout feature is Agent Swarm, which coordinates up to 100 parallel sub-agents for complex tasks. K2.5 excels at vision-to-code generation, frontend development from screenshots, and large-scale agentic workflows, making it a strong choice for developers building multimodal AI agents.

Chat

Kimi K2 Thinking

Kimi K2 Thinking is Moonshot AI's reasoning-enhanced variant of Kimi K2, trained to interleave step-by-step chain-of-thought with dynamic tool calls. It supports up to 200–300 sequential tool calls without drift, enabling deep autonomous research, coding, and analysis workflows. It achieves 71.3% on SWE-bench Verified, 44.9% on Humanity's Last Exam (with tools), 60.2% on BrowseComp, and 99.1% on AIME 2025 (with Python) — placing it among the top open-source thinking models. It uses native INT4 quantization and a 256K context window. K2 Thinking is designed for complex, multi-step tasks where extended reasoning and sustained tool orchestration matter more than low-latency responses.

Frequently Asked Questions

How do I use Kimi K2 0905?

You can access Kimi K2 0905 by Moonshot AI through Puter.js AI API. Include the library in your web app or Node.js project and start making calls with just a few lines of JavaScript — no backend and no configuration required. You can also use it with Python or cURL via Puter's OpenAI-compatible API.

Is Kimi K2 0905 free?

Yes, it is free if you're using it through Puter.js. With the User-Pays Model, you can add Kimi K2 0905 to your app at no cost — your users pay for their own AI usage directly, making it completely free for you as a developer.

What is the pricing for Kimi K2 0905?
Pricing for Kimi K2 0905 is based on the number of input and output tokens used per request.
Price per 1M tokens
Input$0.4
Output$2
Who created Kimi K2 0905?

Kimi K2 0905 was created by Moonshot AI and released on Sep 5, 2025.

What is the context window of Kimi K2 0905?

Kimi K2 0905 supports a context window of 262K tokens. For reference, that is roughly equivalent to 524 pages of text.

What is the max output length of Kimi K2 0905?

Kimi K2 0905 can generate up to 262K tokens in a single response.

Does it work with React / Vue / Vanilla JS / Node / etc.?

Yes — the Kimi K2 0905 API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.

Get started with Puter.js

Add Kimi K2 0905 to your app without worrying about API keys or setup.

Read the Docs View Tutorials