Cohere Transcribe 2B

This first-party Soniqo page documents Cohere Transcribe 2B 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

ModelCohere Transcribe 2B
RoleHigh-accuracy multilingual offline speech-to-text
BackendNative MLX on Apple Silicon
OutputPlain-text transcription
Languages14 languages
LicenseApache-2.0
StatusPublished FP16, INT5, and INT8 bundles; INT5 is the default
SourceCohere Transcribe
Swift productCohereTranscribeASR
CLI / runtimespeech transcribe --engine cohere

Use

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

# INT5 is the default.
speech transcribe recording.wav --engine cohere

# Select another published precision and pass a language hint.
speech transcribe recording.wav --engine cohere --model int8 --language de

Model Links

Implementation Notes