Back to Home

Voxtral Demo

Watch Voxtral Demo

Learn how Voxtral's advanced speech AI technology brings powerful voice processing capabilities to your applications

Try Voxtral Now

Experience our real-time speech transcription API

Quick Start

# Test API with cURL
curl -X POST https://api.voxtral.com/v1/transcribe \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: audio/wav" \
  --data-binary @audio.wav
# API Response
{
  "text": "Remind me to have a meeting tomorrow at 3 PM",
  "language": "en-US",
  "duration": 2.5,
  "words": [...],
  "function_call": {
    "name": "create_reminder",
    "parameters": {
      "time": "tomorrow 3:00 PM",
      "task": "meeting"
    }
  }
}

What You Can Experience in the Demo

Real-time Transcription

Experience millisecond-level speech-to-text with multi-language support

Intelligent Analysis

Automatic speaker, emotion, and key information recognition

Function Calling

Convert voice commands into executable JSON data

Ready to Get Started?

Sign up now and get 50 free minutes every month