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 GGUF-format fine-tuned Qwen3.6-27B weights optimized for consumer hardware, offering NEO IMATRIX and MTP quant variants, vision support, 256k native context, and uncensored 'heretic' traces with published benchmark improvements over the base model.

GitHub
AI Model2026

Unifies multimodal understanding, reasoning, and image generation in a single end-to-end architecture using the NEO-unify paradigm. Models pixels and words jointly without a separate visual encoder, and provides interleaved image–text generation, infographic editing, and GGUF/low‑VRAM inference options.

Hugging Face
AI Model2026

Timestamp-aware realtime video→text model that processes incoming frames continuously, answers questions mid-stream or emits silence when evidence is insufficient, and can revise earlier outputs as new frames arrive. Built for timestamped multimodal interaction with a 256K context and an 11B-parameter backbone.