MoonshotAI: Kimi K2 0711 API
Access MoonshotAI: Kimi K2 0711 from Moonshot AI using Puter.js AI API.
Get Startedmoonshotai/kimi-k2
Model Card
Kimi K2 is Moonshot AI's flagship 1-trillion-parameter mixture-of-experts (MoE) model with 32 billion active parameters, optimized for agentic capabilities including tool use, reasoning, and coding. It achieves state-of-the-art performance among non-thinking models on knowledge, math, and coding benchmarks with 128K context support.
Context Window
N/A
tokens
Max Output
N/A
tokens
Input Cost
$0.5
per million tokens
Output Cost
$2.4
per million tokens
API Usage Example
Add MoonshotAI: Kimi K2 0711 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"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add MoonshotAI: Kimi K2 0711 to your app without worrying about API keys or setup.
Read the Docs View Tutorials