AI News AI资讯 11h ago Updated 8h ago 更新于 8小时前 49

Alibaba’s Tongyi Lab Releases Qwen-Audio-3.0-TTS, a Hosted Text-to-Speech Model in Flash and Plus Tiers Across 16 Languages 阿里巴巴通义实验室发布Qwen-Audio-3.0-TTS,一款支持16种语言的托管式文本转语音模型,提供Flash和Plus两个版本

Alibaba’s Tongyi Lab released Qwen-Audio-3.0-TTS, a production-oriented text-to-speech system available exclusively as hosted models via Alibaba Cloud Model Studio, with no downloadable weights. The model features two variants: Flash, optimized for real-time interaction with ~300ms first-packet latency, and Plus, focused on high-quality generation and ranking #1 on the Artificial Analysis Speech Arena. Technical innovations include a 12.5 Hz low-frame-rate speech tokenizer and a five-stage progr 阿里通义实验室发布 Qwen-Audio-3.0-TTS,提供面向实时交互的 Flash 版和面向高质量生成的 Plus 版,均为云端托管 API。 采用 12.5Hz 低帧率语音分词器和五阶段渐进式训练范式,显著提升推理效率、内容一致性及鲁棒性。 支持 16 种语言及 20 种中文方言,在 10 种语言中取得最低字错率,Plus 版本在 Artificial Analysis 榜单排名第一。 引入 86 种细粒度内联标签控制非言语细节(如笑声、呼吸),并支持自然语言风格指令与声音克隆。 定价极具竞争力(约 $27.59/百万字符),但吞吐量较低(Plus 版约 16 字符/秒),且仅限单向流

72
Hot 热度
68
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Alibaba’s Tongyi Lab released Qwen-Audio-3.0-TTS, a production-oriented text-to-speech system available exclusively as hosted models via Alibaba Cloud Model Studio, with no downloadable weights.
  • The model features two variants: Flash, optimized for real-time interaction with ~300ms first-packet latency, and Plus, focused on high-quality generation and ranking #1 on the Artificial Analysis Speech Arena.
  • Technical innovations include a 12.5 Hz low-frame-rate speech tokenizer and a five-stage progressive training paradigm combining language models and flow-matching to enhance robustness and naturalness.
  • The system supports 16 languages and 20 Chinese dialects, achieving state-of-the-art Word/Character Error Rates in 10 languages and offering 86 fine-grained inline tags for precise emotional and non-verbal control.
  • While Plus offers superior quality and competitive pricing ($27.59 per 1M characters), it has lower throughput (~16 chars/sec) compared to some competitors, and its advanced tagging features are limited to unidirectional streaming mode.

Why It Matters

This release highlights the growing competitiveness of non-Western AI providers in high-fidelity generative audio, challenging established leaders like ElevenLabs and Google through superior quality metrics and aggressive pricing strategies. For AI practitioners, it demonstrates the viability of hosted-only, API-driven TTS solutions that prioritize specific production needs—such as ultra-low latency for chatbots or high-fidelity for media—over open-weight accessibility. The introduction of granular control mechanisms via inline tags also sets a new standard for directing nuanced emotional expression in synthetic speech.

Technical Details

  • Architecture & Training: Utilizes a 12.5 Hz low-frame-rate speech tokenizer to reduce autoregressive decoding costs and a five-stage progressive training paradigm that coordinates Language Models (LM) and Flow-Matching (FM) components through independent pretraining, joint training, and reinforcement learning phases.
  • Performance Metrics: Qwen-Audio-3.0-TTS-Plus achieves an Elo score of ~1,236 on the Artificial Analysis leaderboard, surpassing Simba 3.2 and Gemini 3.1 Flash TTS. It maintains the lowest average WER/CER (3.87 for Flash, 3.96 for Plus) across supported languages.
  • Control Mechanisms: Supports free-style natural language instructions and 86 fine-grained inline tags categorized into "Control tags" (e.g., [excited], [sad]) for sustained style changes and "Rich-language tags" (e.g., [laughing], [gasp]) for discrete non-verbal effects.
  • Deployment & API: Delivered via bidirectional WebSocket streaming with support for PCM, WAV, MP3, and Opus formats up to 48 kHz. Available through DashScope SDKs in multiple programming languages (Python, Java, Go, etc.) across Singapore and Beijing regions.

Industry Insight

  • Cost-Quality Arbitrage: The significant price advantage of Qwen-Audio-3.0-TTS-Plus (~one-third the cost of competitors like ElevenLabs for comparable or better quality) suggests a shift toward cost-efficient high-fidelity audio generation, potentially pressuring incumbents to adjust pricing or improve throughput.
  • Latency vs. Quality Trade-offs: Developers must carefully select between the Flash and Plus variants based on use-case requirements; real-time conversational agents should prioritize Flash for its ~300ms latency, while content creation pipelines may accept the slower throughput of Plus for superior naturalness.
  • Granular Control Adoption: The integration of 86 specific inline tags for non-verbal cues represents a maturation in TTS capabilities, allowing for more human-like and emotionally resonant outputs, which is critical for applications in gaming, virtual assistants, and immersive media.

TL;DR

  • 阿里通义实验室发布 Qwen-Audio-3.0-TTS,提供面向实时交互的 Flash 版和面向高质量生成的 Plus 版,均为云端托管 API。
  • 采用 12.5Hz 低帧率语音分词器和五阶段渐进式训练范式,显著提升推理效率、内容一致性及鲁棒性。
  • 支持 16 种语言及 20 种中文方言,在 10 种语言中取得最低字错率,Plus 版本在 Artificial Analysis 榜单排名第一。
  • 引入 86 种细粒度内联标签控制非言语细节(如笑声、呼吸),并支持自然语言风格指令与声音克隆。
  • 定价极具竞争力(约 $27.59/百万字符),但吞吐量较低(Plus 版约 16 字符/秒),且仅限单向流式模式支持部分情感标签。

为什么值得看

该发布展示了非西方 TTS 模型在质量上超越主流竞品(如 Simba、Gemini)的可能性,同时以极低价格提供生产级服务,为开发者提供了高性价比的替代方案。其独特的五阶段训练流程和细粒度控制能力,为构建高拟真、强可控的智能语音交互应用提供了新的技术参考。

技术解析

  • 架构与训练:系统基于 12.5Hz 低帧率语音分词器降低自回归解码成本,并结合语言模型(LM)与流匹配(FM)组件的五阶段渐进式训练(独立预训练、联合训练、LM 强化学习、FM 鲁棒性训练、FM 强化学习)。
  • 性能指标:Flash 版首包延迟约 300ms,适合实时交互;Plus 版注重自然度和音色保真度,在 Artificial Analysis Speech Arena 获得 ~1,236 Elo 评分,略高于 Simba 3.2。
  • 多语言与控制:支持 16 种语言和 20 种中文方言,平均 WER/CER 低至 3.87-3.96。通过 86 种内联标签(如 [excited], [laughing])实现短语/词汇级的非言语细节控制,以及自由形式的自然语言指令。
  • 部署与接口:仅通过阿里云 Model Studio 以 API 形式提供,不支持下载权重。支持双向 WebSocket 流式传输,输出采样率高达 48kHz,兼容 PCM/WAV/MP3/Opus 格式。

行业启示

  • 成本效益重构:顶级质量的 TTS 服务正迅速走向低价化,开发者在选型时需权衡吞吐量与单价,对于非实时场景,低成本的高质量模型具有极高吸引力。
  • 控制粒度精细化:从粗放的风格控制转向细粒度的内联标签和非言语事件控制,将成为提升 AI 语音自然感和沉浸感的关键技术方向。
  • 托管 vs 开源策略:阿里此次坚持托管 API 而非开源权重,反映了头部厂商在核心生成式 AI 服务上倾向于通过云服务变现并保护知识产权的策略,开发者需适应云端集成的开发模式。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Speech 语音 Product Launch 产品发布 Multimodal 多模态