MistralReleased on Nov 1, 2024

Voxtral Mini: Pricing, Performance & Examples

Voxtral Mini is a speech-to-text model from Mistral, released in November 2024.

3B parameter speech model for edge deployment

Input
Audio
Output
Text

Voxtral Mini API

POST/v1/stt/transcribe

Any audio format up to 25 MB.

Missing Audio file

Run a request to see the response

Use it in your code

OpenAI-compatible endpoint through the LLM Stats gateway.

import requests

with open("audio.mp3", "rb") as f:
    response = requests.post(
        "https://gateway.llm-stats.com/v1/stt/transcribe",
        headers={"Authorization": "Bearer YOUR_API_KEY"},
        files={"file": f},
        data={"model_id": "voxtral-mini"},
    )

print(response.json()["text"])

Need an API key? Create one above in the playground, or read the API documentation.

Voxtral Mini latency

Voxtral Mini time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

Voxtral Mini license

Voxtral Mini is released under the Apache 2.0 license, which permits commercial use.

License
Apache 2.0
Commercial use allowed

Apache License 2.0 - allows commercial use

FAQ

Common questions about Voxtral Mini.

Who created Voxtral Mini?

Voxtral Mini was created by Mistral.

What is the license for Voxtral Mini?

Voxtral Mini is released under the Apache 2.0 license. This is an open-source / open-weight license that permits self-hosting.

Is Voxtral Mini multimodal?

Yes, Voxtral Mini is multimodal and can accept both text and images as input.

Where can I use Voxtral Mini?

Voxtral Mini is available through 1 provider including Mistral AI.