MoonshotAI: Kimi K2 0711 (free) API
Access MoonshotAI: Kimi K2 0711 (free) from Moonshot AI using Puter.js AI API.
Get Startedmoonshotai/kimi-k2:free
Model Card
Kimi K2 Free is a rate-limited free tier of Kimi K2 available through OpenRouter, providing no-cost access to the 1T parameter MoE model with restricted throughput. It's suitable for testing and prototyping but not recommended for production due to concurrency and rate limits.
Context Window
N/A
tokens
Max Output
N/A
tokens
Input Cost
$0
per million tokens
Output Cost
$0
per million tokens
API Usage Example
Add MoonshotAI: Kimi K2 0711 (free) 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:free"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add MoonshotAI: Kimi K2 0711 (free) to your app without worrying about API keys or setup.
Read the Docs View Tutorials