TL;DR: Tencent has unveiled a new artificial intelligence model that generates videos simulating movement through a three-dimensional space using just a single input image. Called HunyuanWorld-Voyager, the system produces short clips with depth information that can later be reconstructed into 3D point clouds – opening new possibilities for content creators while falling short of fully interactive 3D models.
HunyuanWorld-Voyager is an open-weights model that produces sequences of 49 frames – about two seconds of video – but users can link clips to create several minutes of continuous footage. Ars Technica notes that when viewers shift the virtual camera's perspective, objects maintain their relative positions, and the environment behaves as if fully three-dimensional. Although the final output is still a two-dimensional video, Tencent says the included depth data enables 3D reconstruction without traditional modeling techniques.
Voyager works by combining an input image with a user-defined camera path. Users specify movements such as panning, tilting, or advancing through the scene, and the system generates color video and depth maps simultaneously. When an object appears in the video, the depth output records its relative distance in precise alignment.
A secondary component, called the world cache in Tencent's technical report, stores clouds of 3D points as the system generates new frames. For each camera movement, Voyager projects these points back into two dimensions and uses them as a reference. This process ensures that subsequent frames align with previously generated content, helping maintain spatial consistency.

The model safeguards against distortion after generating frames by converting them into 3D points, which feed back into the system for comparison. This feedback loop enforces geometric stability, though errors gradually accumulate. The approach maintains coherent video for several minutes but struggles with longer or more complex camera movements, especially 360° rotations.
Tencent trained Voyager on more than 100,000 video clips, including real-world footage and scenes created in Unreal Engine. This large-scale dataset taught the system how cameras typically move in three-dimensional environments. A separate automated pipeline generated training inputs by scanning video clips to calculate depth for each frame, removing the need for manually labeled data.
The system requires massive amounts of computing power. Running the model at a mere 540p resolution demands at least 60GB of GPU memory, with 80GB recommended for optimal results. Tencent has published the model weights on Hugging Face and supports both single- and multi-GPU setups. Using the xDiT framework, the company says performance scales horizontally – a system with eight GPUs can process footage roughly 6.7 times faster than a single-GPU run.
Most generative video models produce frames one at a time without enforcing geometric consistency. OpenAI's Sora, for example, prioritizes visual realism over 3D coherence. Voyager takes a different approach, explicitly maintaining geometry across frames through pattern-matching guided by feedback, rather than a full 3D understanding.
On the WorldScore benchmark, developed by Stanford researchers to evaluate 3D world generation systems, Voyager scored 77.62. Tencent's report notes this was the highest among comparable models, surpassing WonderWorld at 72.69 and CogVideoX-I2V at 62.15. Voyager excelled in style consistency and subjective quality but trailed WonderWorld in camera control.
While its scores are promising, the system comes with a notable caveat: several licensing restrictions. Like other models in Tencent's Hunyuan suite, Tencent prohibits using Voyager in the European Union, the United Kingdom, or South Korea. The company also requires additional agreements for commercial deployments serving more than 100 million monthly active users.
The output quality represents a step forward for AI-generated environments. However, the high computational cost and current limitations in scene coherence indicate it may be some time before systems like Voyager can support real-time, fully interactive experiences. For now, the system is likely most valuable for video generation and experimental 3D reconstruction workflows.