Xiaomi: MiMo-V2-Flash (free) API

Access Xiaomi: MiMo-V2-Flash (free) from Xiaomi using Puter.js AI API.

Get Started

Model Card

MiMo-V2-Flash (Free) is the free-tier version of Xiaomi's MiMo-V2-Flash model available through API providers like OpenRouter. It offers the same 309B parameter MoE architecture with 15B active parameters, hybrid-thinking toggle, and 256K context window as the paid version. It ranks as the top open-source model on SWE-bench benchmarks while being offered at no cost for users to try.

Context Window

N/A

tokens

Max Output

65,536

tokens

Input Cost

$0

per million tokens

Output Cost

$0

per million tokens

API Usage Example

Add Xiaomi: MiMo-V2-Flash (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: "xiaomi/mimo-v2-flash:free"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

View full documentation →

Get started with Puter.js

Add Xiaomi: MiMo-V2-Flash (free) to your app without worrying about API keys or setup.

Read the Docs View Tutorials