
Voxtral Small 24B
voxtral-small-24bAudio + Text: Built on Mistral Small 3.1 foundation, combining speech processing with strong text capabilities including function calling from voice commands.

Voxtral TTS
voxtral-tts/v1/audio/speech endpoint with model=voxtral-ttsBest for: High-quality voice output for assistants, narration, and accessibility, kept inside a secure enclaveModel weights: mistralai/Voxtral-4B-TTS-2603Configuration repo: tinfoilsh/confidential-realtime-models
Qwen3 TTS
qwen3-tts/v1/audio/speech endpoint (the default model for that endpoint)Best for: Lightweight, low-latency speech generation where a smaller model keeps the GPU footprint downModel weights: Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoiceConfiguration repo: tinfoilsh/confidential-realtime-models
Voxtral Mini Realtime
voxtral-mini-4b-realtimeStreaming by architecture: Causal audio encoder emits text incrementally with a fixed lookahead — transcripts are append-only and never revised. Served over the WebSocket
/v1/realtime endpoint, including an OpenAI Realtime API-compatible mode. See the realtime section of the processing audio guide.
