AIAny
AI Audio2026
Icon for item

Gepard

Generates streaming, low‑latency neural speech for real‑time dialogue by autoregressively producing audio frames as text arrives; joint text–speech training preserves natural prosody. Optimized for vLLM streaming (~50 ms first chunk), supports short‑clip voice cloning and four languages.

Introduction

Real‑time conversational systems need speech that starts immediately, flows naturally, and scales to many concurrent callers. Gepard rethinks TTS for dialogue by making the model produce whole audio frames as soon as text begins arriving, trading a bit of speaker similarity and word accuracy for immediate, natural‑sounding streaming.

What Sets It Apart
  • Streaming‑first autoregressive design: generates entire audio frames (FSQ codec frames) in one step so output can begin before a full sentence is available — typical time‑to‑first‑chunk ≈ 50 ms on target hardware. This reduces perceived latency compared with two‑stage TTS pipelines that wait for full utterances.
  • Single model that learned text and speech jointly: prosody, timing and pacing emerge from the same network rather than being stitched from separate duration/pitch/stats models, producing more conversational rhythm.
  • Practical performance points: backbone is a Qwen3.5 full‑attention decoder (~14 layers, hidden 1024, 8 heads) with total ≈ 555.7M parameters; audio codec is NVIDIA NeMo NanoCodec (FSQ, 22.05 kHz, 21.5 fps, 1.89 kbps); sample rate 22,050 Hz.
  • Real‑world throughput: ~25× real time on an RTX 5090; a 96 GB GPU configuration can serve many simultaneous conversations (model reports up to ~256 parallel sessions in that environment). vLLM‑native optimizations are provided for low latency and high concurrency.
  • Quality vs tradeoffs: ranks top on perceived naturalness (NISQA‑MOS) and noise/color/discontinuity metrics in published evaluations but shows lower speaker similarity and slightly higher WER compared to some non‑streaming baselines — an explicit design choice favoring live conversational feel.
  • Practical features: baked‑in CFG refinement option (two‑pass mode available as a quality dial), short‑clip zero‑shot voice cloning, multilingual support (EN, ES‑MX, PT‑BR, NL) and a production API/service option for managed deployment.
Who It's For & Trade‑offs

Great fit if you need an immediately responsive conversational voice agent or voice bot where natural prosody and low perceived latency matter more than perfect speaker mimicry or absolute ASR accuracy. Ideal for voice assistants, dialog systems, live streaming voice agents, and call‑center automation at scale.

Look elsewhere if your top priorities are exact speaker reproduction, the lowest possible WER, or you require languages/accents outside the supported set — some voices and non‑English languages are noted to vary in quality. Also note the model uses NVIDIA’s NeMo NanoCodec, which carries its own license terms.

Use responsibly: do not clone voices without consent and follow applicable laws and license terms.

Information

  • Websitehuggingface.co
  • OrganizationsNineninesix, Inc., NVIDIA, LAION
  • Published date2026/06/22

More Items

Hugging Face
AI Model2026

Provides an NVFP4-quantized 27B Qwen3.6 checkpoint optimized for faster, low-memory multimodal inference on 24GB GPUs. Includes MTP (multi-token prediction), extended 262k native context, and deployment recipes for vLLM/SGLang/KTransformers; best used with recommended backends for peak throughput.

Hugging Face
AI Model2026

Provides GGUF/llama.cpp quantized variants of Qwen3.6-27B for local multimodal inference, tuned via online RL to cut average 'thinking' tokens by ≈50% while preserving answer quality; offers Q4_K_M/Q8_0/f16 builds and a separate mmproj for vision input.

Hugging Face
AI Video2026

Generates image-to-video world-model outputs using a distilled 14B causal model optimized for chunked, KV-cached inference across long-horizon interactive scenes; offers a real-time 'causal-fast' variant capable of driving near‑real‑time video streams and an agentic harness for action-driven scene synthesis (CC BY‑NC‑SA).