Higgs TTS 3

This first-party Soniqo page documents Higgs TTS 3 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

ModelHiggs TTS 3
RoleConversational TTS and zero-shot cloning with inline emotion, style, and SFX tags
BackendMLX bf16 backbone with float32 codec
Output24 kHz mono waveform, 25 frames per second
Languages100+ languages
LicenseBoson Higgs TTS 3 Research and Non-Commercial License
StatusReady through speech speak --engine higgs and the HiggsTTS Swift product
SourceBoson AI higgs-tts-3-4b
Swift productHiggsTTS
CLI / runtimespeech speak --engine higgs

Use

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

# Expressive cloned speech with an inline emotion tag.
.build/release/speech speak "<|emotion:elation|> We did it — the demo works!" \
  --engine higgs \
  --voice-sample reference.wav \
  --higgs-ref-text "Text spoken in the reference clip." \
  -o higgs.wav

Model Links

Implementation Notes