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 a GGUF-quantized build of GLM-5.3-Flash for local text-generation and inference. Key features: 320B total / 18B active parameters, hybrid sparse+linear attention, native multimodal pretraining and Unsloth Dynamic quantization. Best for developers running GGUF local inference workflows.

Hugging Face
AI Model2026

GGUF-quantized build of Qwen3.8-Flash-Next for image-text-to-text inference and local deployment. Ships with Unsloth Dynamic 3.0 quantization, thinking-mode controls (preserve_thinking, reasoning_effort), and native long-context support (262k, extensible to 1M with YaRN).

Hugging Face
AI Model2026

A natively multimodal model for text and image→text generation, long-context reasoning, and complex coding/agent workloads. Uses 320B total / 18B active params with a hybrid sparse+linear attention and manifold-constrained hyper-connections to reduce long-context serving cost.