Voxtral Mini API

Access Voxtral Mini from Mistral AI using Puter.js AI API.

Get Started

Model Card

Voxtral Mini is a 3B parameter open-source speech model built on Ministral 3B under Apache 2.0. It handles transcription, Q&A from audio, and multilingual speech understanding for up to 40 minutes of audio, optimized for edge deployment.

Context Window

N/A

tokens

Max Output

32,768

tokens

Input Cost

$0.04

per million tokens

Output Cost

$0.04

per million tokens

API Usage Example

Add Voxtral Mini 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: "mistralai/voxtral-mini-2507"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

View full documentation →

Get started with Puter.js

Add Voxtral Mini to your app without worrying about API keys or setup.

Read the Docs View Tutorials