AI SeedbankHelp preserve open and free AI for humanity's future

← All models

microsoft_VibeVoice-Realtime-0.5B

microsoft · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: mit language:

  • en pipeline_tag: text-to-speech tags:
  • Realtime TTS
  • Streaming text input
  • Long-form speech generation library_name: transformers base_model:
  • Qwen/Qwen2.5-0.5B

VibeVoice: A Frontier Open-Source Text-to-Speech Model

VibeVoice-Realtime is a lightweight real‑time text-to-speech model supporting streaming text input and robust long-form speech generation. It can be used to build realtime TTS services, narrate live data streams, and let different LLMs start speaking from their very first tokens (plug in your preferred model) long before a full answer is generated. It produces initial audible speech in ~300 ms (hardware dependent).

▶️ Watch demo video (Launch your own realtime demo via the websocket example in Usage)

Although the model is primarily built for English, we found that it still exhibits a certain level of multilingual capability—and even performs reasonably well in some languages. We provide nine additional languages (German, French, Italian, Japanese, Korean, Dutch, Polish, Portuguese, and Spanish) for users to explore and share feedback.

The model uses an interleaved, windowed design: it incrementally encodes incoming text chunks while, in parallel, continuing diffusion-based acoustic latent generation from prior context. Unlike the full multi-speaker long-form variants, this streaming model removes the semantic tokenizer and relies solely on an efficient acoustic tokenizer operating at an ultra-low frame rate (7.5 Hz).

Key features:

  • Parameter size: 0.5B (deployment-friendly)
  • Realtime TTS (~300 ms first audible latency)
  • Streaming text input
  • Robust long-form speech generation

This realtime variant supports only a single speaker. For multi-speaker conversational speech generation, please use other VibeVoice models. The model is currently intended for English speech only; other languages may produce unpredictable results.

➡️ Technical Report: VibeVoice Technical Report

➡️ Project Page: microsoft/VibeVoice

➡️ Code: microsoft/VibeVoice-Code

➡️ App: anycoderapps/VibeVoice-Realtime-0.5B

Training Details

Transformer-based Large Language Model (LLM) integrated with specialized acoustic tokenizer and a diffusion-based decoding head.

  • LLM: Qwen2.5-0.5B for this release.
  • Tokenizers:
    • Acoustic Tokenizer: Based on a σ-VAE variant (proposed in LatentLM), with a mirror-symmetric encoder-decoder structure featuring 7 stages of modified Transformer blocks. Achieves 3200x downsampling from 24kHz input. Decoder component is ~340M parameters.
  • Diffusion Head: Lightweight module (4 layers, ~40M parameters) conditioned on LLM hidden states. Predicts acoustic VAE features using a Denoising Diffusion Probabilistic Models (DDPM) process. Uses Classifier-Free Guidance (CFG) and DPM-Solver (and variants) during inference.
  • Context Length: Trained with a curriculum increasing up to 8,192 tokens.
  • Training Stages:
    • Tokenizer Pre-training: Acoustic tokenizer is pre-trained.
    • VibeVoice Training: Pre-trained tokenizer is frozen; only the LLM and diffusion head parameters are trained. A curriculum learning strategy is used for input sequence length (4k -> 8K). Text tokenizer not explicitly specified, but the LLM (Qwen2.5) typically uses its own. Audio is "tokenized" via the acoustic tokenizer.

Models

Model Context Length Generation Length Weight
VibeVoice-Realtime-0.5B 8k ~10 min You are here.
VibeVoice-1.5B 64K ~90 min HF link
VibeVoice-Large 32K ~45 min HF link

Results

The model achieves satisfactory performance on short-sentence benchmarks, while the model is more focused on long‑form speech generation.

Zero-shot TTS performance on LibriSpeech test-clean set

Model WER (%) ↓ Speaker Similarity ↑
VALL-E 2 2.40 0.643
Voicebox 1.90 0.662
MELLE 2.10 0.625
VibeVoice-Realtime-0.5B 2.00 0.695

Zero-shot TTS performance on SEED test-en set

Model WER (%) ↓ Speaker Similarity ↑
MaskGCT 2.62 0.714
Seed-TTS 2.25 0.762
FireRedTTS 3.82 0.460
SparkTTS 1.98 0.584
CosyVoice2 2.57 0.652
VibeVoice-Realtime-0.5B 2.05 0.633

Installation and Usage

Please refer to GitHub README

Responsible Usage

Direct intended uses

The VibeVoice-Realtime model is limited to research purposes exploring real-time highly realistic audio generation detailed in the tech report.

Out-of-scope uses

Use in any manner that violates applicable laws or regulations (including trade compliance laws). Use in any other way that is prohibited by MIT License. Use to generate any text transcript. Furthermore, this release is not intended or licensed for any of the following scenarios:

  • Voice impersonation without explicit, recorded consent, including but not limited to, cloning a real individual’s voice for satire, advertising, ransom, social‑engineering, or authentication bypass.
  • Disinformation or impersonation, including but not limited to, creating audio presented as genuine recordings of real people or events.
  • Real‑time or low‑latency voice conversion, including but not limited to, telephone or video‑conference “live deep‑fake” applications.
  • Any act to circumvent, disable, or otherwise interfere with any technical or procedural safeguards implemented in this release, including but not limited to security controls, watermarking and other transparency mechanisms. Any act of reverse engineering, modification, injection of unauthorized code, or exploitation of vulnerabilities for purposes beyond the intended scope of use.
  • Unsupported language – the model is trained only on English data; outputs in other languages are unsupported and may be unintelligible or inappropriate.
  • Generation of background ambience, Foley, or music – VibeVoice is speech‑only and cannot produce coherent non‑speech audio such as music.

Risks and limitations

While efforts have been made to optimize it through various techniques, it may still produce outputs that are unexpected, biased, or inaccurate. VibeVoice may inherit any biases, errors, or omissions produced by its base model (specifically, Qwen2.5 0.5b in this release). Potential for Deepfakes and Disinformation: High-quality synthetic speech can be misused to create convincing fake audio content for impersonation, fraud, or spreading disinformation. Users must ensure transcripts are reliable, check content accuracy, and avoid using generated content in misleading ways. Users are expected to use the generated content and to deploy the models in a lawful manner, in full compliance with all applicable laws and regulations in the relevant jurisdictions. It is best practice to disclose the use of AI when sharing AI-generated content. English only: Transcripts in language other than English may result in unexpected audio outputs. Non-Speech Audio: The model focuses solely on speech synthesis and does not handle background noise, music, or other sound effects. Overlapping Speech: The current model does not explicitly model or generate overlapping speech segments in conversations. Code, formulas, and special symbols – The model does not currently support reading code, mathematical formulas, or uncommon symbols. Please pre‑process input text to remove or normalize such content to avoid unpredictable results.

Recommendations

We do not recommend using VibeVoice in commercial or real-world applications without further testing and development. If you use this model to generate speech, we recommend disclosing to the end user that they are listening to AI generated content. This model is intended for research and development purposes only. Please use responsibly.

To mitigate the risks of misuse, we have: Removed acoustic tokenizer to avoid users creating embedding on their own. Embedded an audible disclaimer (e.g. “This segment was generated by AI”) automatically into every synthesized audio file. Added an imperceptible watermark to generated audio so third parties can verify VibeVoice provenance. Please see contact information at the end of this model card. Users are responsible for sourcing their datasets legally. This may include securing appropriate rights and/or anonymizing data prior to use with VibeVoice. Users are reminded to be mindful of data privacy concerns.

Contact

This project was conducted by members of Microsoft Research. We welcome feedback and collaboration from our audience. If you have suggestions, questions, or observe unexpected/offensive behavior in our technology, please contact us at [email protected]. If the team receives reports of undesired behavior or identifies issues independently, we will update this repository with appropriate mitigations.

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:45584077d7ffea054f9db2d8b9dd7bb9a3ca9942&dn=microsoft_VibeVoice-Realtime-0.5B

Open magnet in torrent client · infohash 45584077d7ffea054f9db2d8b9dd7bb9a3ca9942

Files & hashes

PathSizesha1sha256
README.md9.9 KB (10,160 B)8c2ea6fc74deb70c8d6164d06a12e584498b4379c409631105ca563f0b34e439494ab395dc8ded6bf55d26d5b87e155dd698c8dc
config.json2.1 KB (2,117 B)742245da1dbf39a3d2f9d00899b3a7cd3d3dd692caee2691e790b04054bbe14a753b40149fa7c0c16fadb58d9adf5412343dcf57
figures/Fig1.png120.6 KB (123,543 B)dc20f4054b1f7f625cad04a14d2ccd6fd832a44e0386a7f577a66324c2b07cf3dff573bc805ce8687c8d6f8b5f3d6d04aed51250
model.safetensors1.90 GB (2,035,332,888 B)dd3f682290457f960d53bee15ae31c16d0f002c47758b150b8139deb48ac1ff6f181f745c8fedd5511232fd974b3eb217d83b514
preprocessor_config.json360 B (360 B)a9e96de2e59454e3896969a8c6d04a52a63c7e17ebf514b5d30a012e5ae00d9a19d01e735e35b27768c3926d980815db8fa742e5

Cite this release

Canonical URL
https://aiseedbank.org/models/microsoft_VibeVoice-Realtime-0.5B/
Slug
microsoft_VibeVoice-Realtime-0.5B
Infohash
45584077d7ffea054f9db2d8b9dd7bb9a3ca9942
License
mit
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: microsoft_VibeVoice-Realtime-0.5B.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorymicrosoft/VibeVoice-Realtime-0.5B
Revision (pinned)6bce5f06044837fe6d2c5d7a71a84f0416bd57e4
Fetched at2026-09-04T02:33:45Z
License at fetchmit
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-04T02:34:08Z

mit1.90 GB (2,035,469,068 bytes)transformerssafetensorsvibevoice_streamingRealtime TTSStreaming text inputLong-form speech generationtext-to-speechendpoints_compatible1 language (en)paper: 2508.19205paper: 2412.08635