Whisper Large-v3 Turbo

This first-party Soniqo page documents Whisper Large-v3 Turbo from the local speech-swift / speech-core implementation. Hugging Face bundles are linked below after the integration notes.

Internal Page First

Landing cards and docs menus now point here first; source model and bundle links remain available from this page.

At a Glance

ModelWhisper Large-v3 Turbo
RoleGeneral multilingual speech-to-text
BackendCoreML fp16 on CPU and Neural Engine
OutputText transcript
LanguagesWhisper multilingual set, about 100 languages
LicenseMIT weights from OpenAI
StatusReady through speech transcribe --engine whisper and the WhisperASR Swift product
Sourceopenai/whisper-large-v3-turbo
Swift productWhisperASR
CLI / runtimespeech transcribe --engine whisper

Use

The snippet below mirrors the current speech-swift API or command exposed by the repo.

# Transcribe with the native CoreML Whisper runtime.
.build/release/speech transcribe recording.wav --engine whisper
.build/release/speech transcribe recording.wav --engine whisper --language en

Model Links

Implementation Notes