MoonshotAI: Kimi K2 Thinking API
Access MoonshotAI: Kimi K2 Thinking from Moonshot AI using Puter.js AI API.
Get Startedmoonshotai/kimi-k2-thinking
Model Card
Kimi K2 Thinking is Moonshot AI's most advanced open-source reasoning model, built on the 1T parameter MoE architecture with step-by-step chain-of-thought reasoning and dynamic tool invocation. It sets state-of-the-art records on HLE (44.9%) and BrowseComp (60.2%), maintaining stable behavior across 200-300 sequential tool calls.
Context Window
N/A
tokens
Max Output
65,535
tokens
Input Cost
$0.4
per million tokens
Output Cost
$1.75
per million tokens
API Usage Example
Add MoonshotAI: Kimi K2 Thinking to your app with just a few lines of code.
No API keys, no backend, no configuration required.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat("Explain quantum computing in simple terms", {
model: "moonshotai/kimi-k2-thinking"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add MoonshotAI: Kimi K2 Thinking to your app without worrying about API keys or setup.
Read the Docs View Tutorials