Parameters: 809MQuantization: None (served in FP16)Capabilities: Fast speech-to-text transcription of uploaded audio filesAudio Format: File upload (.mp3, .wav, and other common formats) via the
/v1/audio/transcriptions endpoint with model=whisper-large-v3-turboLanguages: Multilingual (99 languages)Best for: High-throughput batch transcription of recorded audio, where the whole file is available up front rather than streamed liveModel weights: openai/whisper-large-v3-turboConfiguration repo: tinfoilsh/confidential-realtime-models
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.


