MoonshotAI: Kimi Dev 72B API

Access MoonshotAI: Kimi Dev 72B from Moonshot AI using Puter.js AI API.

Get Started

Model Card

Kimi Dev 72B is a 72-billion-parameter open-source coding LLM by Moonshot AI, built on Qwen 2.5-72B and optimized via reinforcement learning for software engineering tasks like bug fixing and code generation. It achieves state-of-the-art 60.4% on SWE-bench Verified among open-source models, using a BugFixer and TestWriter dual-component framework.

Context Window

N/A

tokens

Max Output

131,072

tokens

Input Cost

$0.29

per million tokens

Output Cost

$1.15

per million tokens

API Usage Example

Add MoonshotAI: Kimi Dev 72B 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-dev-72b"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

View full documentation →

Get started with Puter.js

Add MoonshotAI: Kimi Dev 72B to your app without worrying about API keys or setup.

Read the Docs View Tutorials