Alibaba brings AI into the physical world: introduces the Qwen-Robot Suite model stack for robot control

Chinese tech giant Alibaba has made a strategic breakthrough by announcing Qwen-Robot Suite, a comprehensive set of artificial intelligence models designed to control robots and solve tasks in physical environments. This is not just another language model update, but a full-fledged step toward "embodied AI," where algorithms learn to interact with the real world, not just text and images.
The suite includes three specialized models. Qwen-RobotNav handles navigation, Qwen-RobotManip manages object manipulation, and Qwen-RobotWorld is a video world model capable of predicting scene development based on text commands. Alibaba directly calls this set "a full stack for embodied intelligence." Currently, pilot tests are underway with select corporate clients of Alibaba Cloud in the field of robotics.
Why Language Models Are Not Enough for Robots
The key problem that Qwen-Robot Suite addresses is the gap between digital perception and physical action. Modern LLMs excel at handling texts, images, and videos, but a robot needs not only to understand a command but to translate it into precise movement, accounting for friction, gravity, sensor limitations, and spatial properties of objects. Alibaba calls this direction physical AI, emphasizing that the model must work with "digital" and "physics" simultaneously.
Qwen-RobotNav: A Universal Navigator Based on Qwen3-VL
The model combines five key navigation tasks into a single algorithm: following instructions, moving to a specified point, searching for objects, tracking a target, and autonomous driving. It is built on the Qwen3-VL architecture and trained on 15.6 million samples related to route planning and visual-language reasoning. The results are impressive: 76.5% success rate on the VLN-CE RxR benchmark and 90% on EVT-Bench. In practical scenarios, a robot can find a lost item in an office or check if a door is open in a building, gathering visual evidence and returning an answer to the user.
Qwen-RobotManip: Unifying Physical Actions
One of the major headaches in robotics is the incompatibility of command formats between different types of devices. A manipulator, a dual-arm platform, and a mobile robot "speak" different languages of coordinates and joints. Qwen-RobotManip solves this problem by converting data into a common representation. For training, over 38,100 hours of data were used, including 11,320 hours of open robotics recordings and 24,808 hours of synthetic demonstrations. The model has already taken first place in RoboChallenge Table30 v1, demonstrating robustness to unfamiliar objects and skill transfer between robots.
Qwen-RobotWorld: Predicting Physics
This model is a true breakthrough in simulation. Qwen-RobotWorld generates a probable future state of the environment based on current observations and a text command. It is trained on the Embodied World Knowledge corpus, which includes 8.6 million video-text pairs and over 200 million frames, covering 20 types of robotic platforms. The model took first place in EWMBench and DreamGen Bench, and also surpassed all open-source counterparts in WorldModelBench. Importantly, it demonstrates high consistency with basic physical laws—motion, mass conservation, and gravity.
Expert Opinion
Alibaba has made a strong foundation, but it's important to understand: Qwen-Robot Suite is currently a set of tools for developers, not a ready-made consumer product. Real-world deployment scenarios face sensor noise, actuator wear, and countless rare situations that are difficult to simulate. Nevertheless, unifying navigation, manipulation, and world prediction in a single stack is exactly what the industry needed to transition from laboratory demonstrations to commercial robots. If Alibaba can scale this technology and lower the entry barrier for developers, we will witness a qualitative leap in the development of physical AI.