Luna TTS is a multilingual text to speech model family from VUI Labs. It reportedly reached No. Its key technical idea is to generate speech tokens through a Qwen3 based discrete masked diffusion model, refining many positions in parallel instead of predicting codec tokens one at a time.
Research answer

Create a landscape editorial hero image for this Studio Global article: What is VUI Labs’ Luna-TTS, who founded it, how has it ranked against ElevenLabs, MiniMax, Cartesia, ByteDance Seed, Zhipu, Qwen, and Google. Article summary: Luna-TTS is VUI Labs’ multilingual text-to-speech model family: a quality-oriented fully non-autoregressive model plus a streaming “Realtime” variant. VUI Labs was founded in early 2025 by Shanghai Jiao Tong University p. Topic tags: general, academic, general web, user generated. Style: premium digital editorial illustration, source-backed research mood, clean composition, high detail, modern web publication hero. Use reference image context only for broad subject, composition, and topical grounding; do not copy the exact image. Avoid: logos, brand marks, copyrighted characters, real person likenesses, fake screenshots, UI text, readable text, watermarks, char
Luna-TTS is a multilingual text-to-speech model family developed by Chinese voice-AI startup VUI Labs. It includes a quality-focused standard model and a streaming Realtime variant. Public reports say VUI Labs was founded in early 2025 by Shanghai Jiao Tong University professor Yanmin Qian and serial entrepreneur Jie Mei.
The model has drawn attention for more than a leaderboard headline. Its central design replaces the conventional approach of predicting speech tokens sequentially with a process closer to diffusion: audio is compressed into discrete tokens, and the model repeatedly fills masked portions of the token grid in parallel. The goal is to balance naturalness, expressiveness and interactive latency more effectively.1
3
There is no single permanent answer. Luna-TTS’s position depends on the benchmark, model version and date of the snapshot.
These results are not necessarily contradictory. Blind-listening rankings can change with model versions, test languages, voice selections, prompts, sample sizes and voting windows. The most defensible conclusion is that Luna-TTS has become a top-tier contender and briefly reached first or third place in major public evaluations—not that it has continuously beaten Cartesia, ElevenLabs, Qwen or every other competitor.
The available sources also do not provide a reliable, directly comparable ranking against ByteDance Seed or Zhipu models. Their relative standing should therefore not be presented as a definitive head-to-head victory.
Luna-TTS adapts the pretrained Qwen3-0.6B language model into a diffusion language model designed to generate speech tokens.2 Unlike an autoregressive TTS system that predicts the next codec token step by step, Luna-TTS applies random masking across the full residual-vector-quantization (RVQ) token grid and restores masked positions through multiple rounds of parallel refinement.
1
4
That changes the dependency structure of speech generation. Instead of allowing every new token to depend strictly on the entire preceding audio prefix, the model can work on many positions during the same refinement step. In principle, this reduces the latency associated with long sequential sequences and limits the way early mistakes can propagate through an utterance.1
3
Luna-TTS uses an in-house audio codec called Luna-Codec to convert waveforms into a discrete speech representation. Public descriptions specify a 24 kHz sample rate, a 25 Hz frame rate and eight codebooks.8
9
The codec is more than a compression layer. It determines how much acoustic information the model must predict, how many frames it processes per second and whether parallel generation can preserve sufficient detail while improving speed. Luna-TTS’s approach is therefore a coordinated design involving the language-model backbone, the discrete codec and the diffusion-style sampling process.
The standard Luna-TTS model can generate an utterance globally through non-autoregressive refinement. A live conversation requires a different compromise: the system must begin playback before the speaker’s full response has been synthesized.
Luna-TTS Realtime generates audio sequentially across blocks, while denoising the contents of each block in parallel. Each block contains 32 codec frames, equivalent to 1.28 seconds of audio. The Realtime system uses a KV cache to preserve context and delivers subsequent blocks after the first block has been committed.1
That means calling Realtime “fully non-autoregressive” would be inaccurate. More precisely, it is autoregressive at the block level and parallel diffusion-based within each block.
The technical report describes reinforcement-learning post-training adapted for the discrete masked-diffusion process, using GRPO, as well as explicit control over emotion and non-verbal vocalizations.1
5 These stages are intended to improve more than intelligibility: they target naturalness, expressive delivery and alignment with listener preferences.
The same token-grid formulation also allows speech editing and zero-shot voice cloning to be treated as infilling or rewriting tasks.1
4 However, cloning quality, the amount of reference audio required and cross-language consistency still need to be assessed through product testing rather than inferred from the architecture alone.
The Luna-TTS Realtime report gives two widely cited measurements. Under a warmed local-serving protocol, it reports an end-to-end real-time factor (RTF) of 0.024 and says the first 1.28-second decoded audio block was committed in 41.6 milliseconds.1
5
Coverage also describes Realtime using roughly eight to 16 denoising steps and testing on two H20 GPUs.7 At the model-inference boundary, those figures indicate substantial generation throughput.
They should not be confused with the latency every cloud user will experience. The reported setup used specific hardware, parallelization, a warmed service and a local deployment protocol. Network transfer, queueing, text preprocessing, audio decoding and production load can all add delay. The 41.6 ms figure is best understood as the first-block commit time under controlled serving conditions—not a universal promise of end-to-end API latency.
The authors report pretraining Luna-TTS on approximately one million hours of Chinese, English, Japanese and Korean speech.1
2 A corpus spanning four languages can provide broader coverage for pronunciation, prosody and cross-language voice modeling.
The public summary, however, does not provide enough detail to independently assess the data’s provenance, filtering standards, language distribution or copyright compliance. “One million hours” is therefore a reported training-scale figure, not evidence that the model performs equally well in every language, accent or use case.
Public reporting suggests that VUI Labs is building more than a standalone speech-synthesis model. Its broader direction combines model and API capabilities, creator-oriented voice tools and voice-agent applications.
That strategy treats TTS quality as one part of a larger product stack. Commercial value also depends on voice cloning, emotion control, dialogue orchestration, latency, deployment cost and integration with industry workflows.
Industry coverage says VUI Labs has deployed its technology in logistics dispatch, online insurance and travel and hospitality software, with several customers collectively completing more than one million business conversations.6 That figure is a company or deployment claim reported by media, not an independently audited metric. Public sources do not fully disclose the customer list, how a conversation is defined, the active period or the comparison baseline against other vendors.
The early founding team combines an academic technical lead with a product and commercialization lead: Qian is associated with the speech and AI research direction, while Mei has been described as a serial entrepreneur. That structure can help turn research prototypes into APIs, industry solutions and voice-agent products. Long-term competitiveness will still depend on data feedback loops, customer retention, inference costs and the ability to deliver globally.
Taken together, the technical report and leaderboard coverage point to four credible strengths:
These choices help explain why Luna-TTS rose quickly in some blind-listening evaluations. They do not, by themselves, establish superiority in price, long-form stability, voice consistency, rights management, API reliability or every supported language.
The strongest version of the Luna-TTS story is technically credible. VUI Labs has combined a Qwen3-derived language model, a discrete speech codec, masked-diffusion generation, reinforcement-learning post-training and blockwise streaming inference into a coherent TTS system.1
Luna-TTS reportedly topped Hugging Face’s TTS Arena in August 2026 and ranked third in contemporaneous coverage of Artificial Analysis. By the September 1 Artificial Analysis snapshot, it was fifth.8 The safest assessment is therefore not that Luna-TTS permanently defeats every rival, but that it has become an important high-ranking model in the global TTS race—and that its parallel diffusion and blockwise streaming approach deserves close attention.
For developers evaluating providers, the practical next step is not to rely on a single overall rank. Test the target languages, voice-cloning workflow, emotional controls, first-audio latency, long-form consistency and actual API cost under realistic workloads.
Studio Global AI
This page includes a source-backed answer you can continue inside Studio Global.
Luna TTS is a multilingual text to speech model family from VUI Labs. It reportedly reached No.
Luna TTS is a multilingual text to speech model family from VUI Labs. It reportedly reached No. Its key technical idea is to generate speech tokens through a Qwen3 based discrete masked diffusion model, refining many positions in parallel instead of predicting codec tokens one at a time.
VUI Labs was founded in early 2025 by Shanghai Jiao Tong University professor Yanmin Qian and serial entrepreneur Jie Mei.