Spaces:
Sleeping
Sleeping
| 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. | |