Alibaba Unveils CosyVoice Studio — China's First Full-Featured Voice AI Platform
Read more
Pandaily
pandaily.com

Alibaba Unveils CosyVoice Studio — China's First Full-Featured Voice AI Platform

Alibaba has launched CosyVoice Studio, which it positions as the first full-featured voice productivity platform in China. This product integrates the Qwen-Audio model family into a unified stack covering speech recognition, speech synthesis, and real-time voice interaction.

The platform is based on a model family that ranked first in the AI Speech-to-Speech Transformation Index on July 28th, where the Qwen-Audio-3.0-Realtime model achieved an 84.1% result, surpassing competitors in voice reasoning, agent performance, and dialogue dynamics.

The product is divided into three functional modules. CosyFlow represents the personal efficiency layer: it converts spoken speech delivered hastily into structured work output, eliminating the cleaning step required by traditional voice tools. The CosyCreative module handles content creation: it accepts a script or URL and generates ready-made audio material in any voice. Finally, CosyAgent is the enterprise level, allowing businesses to integrate a voice interface into existing customer service systems.

This division reflects three directions for the commercialization of voice AI outside of chatbots.

This launch comes amid growing international demand for voice-based productivity. For instance, the American voice keyboard service Wispr increased its annual valuation nearly threefold in six months, reaching $2 billion, while its user base grew over a hundredfold year-over-year. Global funding for voice AI exceeded $7 billion in the first quarter of 2026 alone. Concurrently, hardware is evolving: voice rings, AI glasses, and AI pendants aim to lower the barrier for integrating daily life into AI-powered workflows. In the US market, ElevenLabs has become the benchmark for a full-featured voice platform. Alibaba believes a Chinese equivalent is missing, and CosyVoice Studio is designed to fill this niche.

Alibaba's structural advantage lies in its model training cycle. CosyVoice Studio is not an entirely new product; it is a user interface for a family of models that has been actively tested on real production traffic across Qwen, DingTalk, Amap, and Taobao since 2023. The Qwen-Audio model was trained on a large volume of data featuring noisy Chinese dialects, and every new release undergoes a feedback loop with users. This allows the platform to be released immediately, bypassing the need for year-long pilot projects to stabilize the stack.

The issue of market structure is an important secondary aspect. Voice has become the least labor-intensive method for inputting data for an AI agent, and Alibaba positions CosyVoice Studio as the routing layer for voice traffic in China. This platform also represents the purest example of Alibaba's comprehensive strategy: proprietary modules, a production platform, and a developer product entering the market simultaneously. The previous wave of Chinese winners in voice AI consisted of single-function tools; the next wave consists of platform solutions, and Alibaba is becoming the first major Chinese tech company to release such a product.

Similar stories

Alibaba introduces Qwen-UI-Agent: a model capable of interacting with all screen types
Read more
pandaily.com

Alibaba introduces Qwen-UI-Agent: a model capable of interacting with all screen types

Alibaba's Qwen released Qwen-UI-Agent on August 20. This model is a Graphical User Interface (GUI) based agent that covers operation on phones, desktop computers, web, and deep search. The core idea of the model is to understand the user interface, simulate human actions such as clicks, data entry, and swipes, in order to perform tasks.

Since most software does not provide an API, the graphical interface is considered the most universal input. Qwen-UI-Agent bets that the screen is the largest interface, acting as a universal executor that uses one model for four different environments.

A key challenge for this model is working with real devices, as many GUI agents are trained in simulators and show failures on actual hardware. Alibaba developed a mobile environment including over 100 real phones and more than 150 applications for training and evaluation on physical devices, and also created a benchmark of 400 tasks called MobileWorld-Real.

On mobile devices, MobileWorld achieved a result of 82.1 percent, surpassing models such as GPT-5.6 Sol, Claude Opus 4.8, and Seed 2.1 Pro. MobileWorld-Real demonstrated the best results among flagship devices, including Gemini 3.1 Pro, while AndroidDaily reached 97.5 percent. On desktop computers, OSWorld-Verified scored 79.5 percent, and in the browser, WebArena took first place with a score of 73.6 percent; using OSWorld-v2 reduced the number of execution steps by 58 percent. Demonstrations showed the ability to search via Amap, summarize from Xiaohongshu, and book in DingTalk across five or six applications.

The screen-interacting model faces more serious security issues than performance issues. Qwen-UI-Agent integrates security assessment directly into the task execution process: upon receiving illegal or high-risk requests, the agent refuses the operation and terminates. When encountering sensitive scenarios, such as sending red envelopes, deleting files, or requesting privacy authorization, it stops and awaits confirmation. For example, when instructed to 'send 500 yuan to mom via Alipay,' the agent fills in the amount and note, then pauses at the payment stage to receive confirmation. If details like flight dates or cabin class are missing, it first requests this information.

The model's action space is mixed: besides GUI, it can execute Command Line Interface (CLI) commands, with CLI actions accounting for almost half of all desktop actions. In a 170-step task, the agent verified financial data, ran analytical scripts, created reports in Excel, PPT, and Word formats, and adjusted layouts using visual verification. Meanwhile, the GUI was responsible for gathering information from the web, and the CLI for analysis. Training is aggressive: online reinforcement learning supports trajectories longer than 100 steps using about 10,000 parallel environments. The agent also offers proactive services: for instance, if a flight cancellation notification is received, it suggests a rebooking plan, and tasks can be transferred between phone and desktop, such as retrieving a receipt from the photo library and subsequently creating a summary table in Excel on the desktop. Thus, the agent moves from waiting for instructions to caring for the user.

The world outside of APIs is significantly larger than the world inside them. Qwen-UI-Agent chose a direct approach: not to try to change the world, but to learn how to use it as it exists, while the technical report, project page, and code have been published. For ordinary users, the relevant question remains when these capabilities will be integrated into everyday phone assistants to solve trivial and complex tasks.

Popular