Voxtral Small

Mistral
mistral/voxtral-small

Speech-to-text model

Context Window

32K

32,000 tokens

Max Output

4K

4,096 tokens

About this model

Voxtral Small 24B β€” speech understanding via Bedrock

Access it through Chuizi.AI with a single ck- API key β€” no separate Mistral AI account needed.

Highlights

Multi-cloud failover
Unified billing via Chuizi.AI

Best For

Meeting transcriptionVoice note appsPodcast indexingVoice commands
2025-07-15

Capabilities

ChatAudioSTT

Aliases

voxtral-small

Pricing (per 1M tokens)

Pricing (per 1M tokens)/ 1M tokens
Input / 1M$2.10
Output / 1M$6.30

Final prices shown

Quick Start

main.py
from openai import OpenAI

client = OpenAI(
    base_url="https://api.chuizi.ai/v1",
    api_key="ck-your-key-here",
)

with open("audio.mp3", "rb") as f:
    transcript = client.audio.transcriptions.create(
        model="mistral/voxtral-small",
        file=f,
    )
print(transcript.text)

FAQ

Related Models

Voxtral Small β€” Pricing, Context, Capabilities | Chuizi AI