Inception: Mercury Coder API
Access Inception: Mercury Coder from Inception using Puter.js AI API.
Get Startedinception/mercury-coder
Model Card
Mercury Coder is a diffusion-based large language model specialized for code generation that achieves over 1,000 tokens per second on NVIDIA H100 GPUs. It's optimized for coding workflows including autocomplete, chat-based iteration, and code completion, delivering 5-10x faster speeds than models like GPT-4o Mini while maintaining comparable code quality.
Context Window
N/A
tokens
Max Output
16,384
tokens
Input Cost
$0.25
per million tokens
Output Cost
$1
per million tokens
API Usage Example
Add Inception: Mercury Coder 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: "inception/mercury-coder"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Inception: Mercury Coder to your app without worrying about API keys or setup.
Read the Docs View Tutorials