voxtral-studio / README.md
mehdilaalali's picture
docs: clarify mistral billing requirement
6882557 verified
---
title: Voxtral Studio
emoji: πŸŽ™οΈ
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: "6.12.0"
app_file: app.py
pinned: false
license: apache-2.0
python_version: "3.11"
tags:
- voice-cloning
- text-to-speech
- automatic-speech-recognition
- mistral
- audio
---
# πŸŽ™οΈ Voxtral Studio
> **Speech-to-Text & Text-to-Speech powered by Mistral AI's Voxtral models**
## Features
| Feature | Model | Capability |
|---|---|---|
| 🎀 Speech β†’ Text | `voxtral-mini-latest` | 13 languages, auto-detect, noise-robust |
| πŸ”Š Text β†’ Speech | `voxtral-mini-tts-2603` | Natural neural TTS, mp3/wav/flac/opus |
| 🧬 Voice Cloning | `voxtral-mini-tts-2603` | Upload a voice sample, get a reusable Voice ID |
## Setup
Add your paid Mistral API key in **Settings β†’ Secrets** as:
```
MISTRAL_API_KEY = your-key-here
```
Get a Mistral API key at [console.mistral.ai](https://console.mistral.ai). Ensure billing is active as there is no free tier available for Voxtral TTS.