Community Models

August 12, 2026 ยท View on GitHub

Community model ports live under community_models to make the ownership boundary clear while keeping them available through the normal audio.cpp CLI and server paths. Some community-contributed models graduate into the core model tree when they become part of the main release surface.

The review bar for community models is intentionally lighter than core model integrations, so contributors can share useful ports earlier. The model does not need to be fully promoted into the core model tree on day one, but it should still be reproducible and honest about its limits.

Practical expectations:

  • RTF should be below 1.0.
  • VRAM usage should stay stable across multiple requests. If memory needs to be optimized, use mem_saver to balance performance and VRAM instead of hiding leaks.
  • Long-form generation should work correctly. The shared long-form TTS/clone test cases live in tools/audiocpp_cli/audiocpp_cli_longform_tts_clone_cases.json.
  • Use existing framework modules and patterns as much as possible.
  • Include exact build/run commands, generated WAVs or output artifacts, backend coverage, parity or path-test results when available, and timing/memory notes. PR #19 and PR #63 are good examples of contributors providing enough detail for maintainers to reproduce and review the model.

Current Community Models

FamilyTaskSupported language(s)ContributorWhat They Added
glm_ttsTTS, voice cloningzh, enMirek @mirek190GLM-TTS zero-shot synthesis and voice cloning support
inflect_v2TTSenCommunityInflect Micro v2 and Nano v2 native FP32 offline synthesis
kroko_asrASRde, en, es, fr, it, he, nl, pt, sv, trMirek @mirek190Kroko Community ASR native offline/streaming Zipformer2/RNN-T transcription with word timestamps
minimax_h3Video, Music, TTS/Dialogueauto@0xShug0MiniMax-H3 text-to-audio/video generation with Q4_K and optional INT8 ConvRot DiT
moss_tts_localTTS, voice cloningauto, optional language hint@justinjohn0306MOSS-TTS-Local Transformer v1.5 support in the core model tree
outettsTTS, voice cloningen, ar, zh, nl, fr, de, it, ja, ko, lt, ru, es, pt, be, bn, ka, hu, lv, fa, pl, sw, ta, ukMirek @mirek190Llama-OuteTTS-1.0-1B TTS and voice cloning support
parakeet_tdtASRauto, bg, cs, da, de, el, en, es, et, fi, fr, hr, hu, it, lt, lv, mt, nl, pl, pt, ro, ru, sk, sl, sv, uk@dleiferivesParakeet-TDT 0.6B v3 offline, long-form, and buffered-streaming ASR support
sense_asrASRauto, zh, en, yue, ja, ko, pt, ru, es, it, fr, de, nl, pl, tr, ar, hi, vi, th, id, ms, fa, nospeechJason Chen @jasonchen31, @LauraGPT / FunASRSenseVoice-Small offline/streaming SAN-M + CTC transcription with event/emotion/language tags and ITN
vietneu_ttsTTS, voice cloningvi, enPhuoc @phuocnguyen90VieNeu-TTS-v3-Turbo TTS and voice cloning support