MOSS Transcribe Diarize 0.9B

This first-party Soniqo page documents MOSS Transcribe Diarize 0.9B 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

ModelMOSS Transcribe Diarize 0.9B
RoleBatch transcription with model-generated speaker labels and timestamps
BackendCoreML with a native Accelerate Whisper frontend
OutputPlain transcript plus timestamped speaker segments
LanguagesMultilingual MOSS transcription model
LicenseVerify the source-model and bundle terms for the intended use
StatusReady through speech transcribe --engine moss and the MossTranscribe Swift product
SourceOpenMOSS-Team/MOSS-Transcribe-Diarize
Swift productMossTranscribe
CLI / runtimespeech transcribe --engine moss

Use

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

# INT8 is the recommended default.
.build/release/speech transcribe recording.wav --engine moss

# FP16 reference.
.build/release/speech transcribe recording.wav --engine moss --model fp16

Model Links

Implementation Notes