NVIDIA Cosmos 3: Open Omni-Model for Physical AI Reasoning and Action

Before Cosmos 3, developers building physical AI systems had to stitch together separate models for world generation, reasoning, and action prediction—each with its own inference pipeline and failure modes. This fragmentation made it hard to build coherent simulations or end-to-end robotic policies. Cosmos 3 solves that by offering a single, unified omni-model that handles text, image, video, audio, and action modalities within one forward pass, switching seamlessly between vision-language tasks, video generation, forward/inverse dynamics, and policy inference without architectural changes.

The model uses a Mixture-of-Transformers (MoT) backbone where each modality is encoded into a shared representation space. The input sequence splits into an autoregressive (AR) subsequence for reasoning and a diffusion (DM) subsequence for generation; the two interact via joint attention, letting a single model act as a VLM, video generator, or robot policy. NVIDIA releases two sizes: Cosmos 3 Nano (8B parameters, workstation-grade) and Cosmos 3 Super (32B parameters, for Hopper/Blackwell GPUs). The model integrates directly with Hugging Face Diffusers via a standard pipeline, and post-training scripts on GitHub allow fine-tuning on custom data. Synthetic data generation (SDG) datasets are also open-sourced to help the community train and evaluate world foundation models.

For a builder shipping physical AI products, Cosmos 3 removes a major coordination overhead: one model, one API, and post-training scripts that adapt it to specific robots or environments. The real promise is that it treats action and video as first-class citizens, not afterthoughts—useful for synthetic data generation for long-tail driving scenarios, warehouse safety, or robotic pick-and-place. Cosmos 3 is open on Hugging Face, so teams can start prototyping immediately, though the larger model requires serious GPU resources. The takeaway is clear: NVIDIA is betting that the physical AI stack converges around an omni-model architecture, and Cosmos 3 is the first public instance of that bet.

Welcome NVIDIA Cosmos 3: The First Open Omni-model for Physical AI Reasoning and Action

View Original