Spaces:
Sleeping
Sleeping
File size: 995 Bytes
7a3ed03 7e9029d 9f21267 7a3ed03 f67b2d1 7a3ed03 9f21267 94b2dc3 3fe435a 7a3ed03 9f21267 7a3ed03 9f21267 7a3ed03 9f21267 7a3ed03 6882557 9f21267 7a3ed03 6882557 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ---
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.
|