ModelNVIDIANVIDIApublished Jul 7, 2026seen 5d

nvidia/Cosmos3-Super-Image2Video-4Step

Open original ↗

Captured source

source ↗
published Jul 7, 2026seen 5dcaptured 5dhttp 200method plaintask image-to-videolicense otherlibrary cosmosparams 64Bdownloads 569likes 19

Cosmos 3: Omnimodal World Models for Physical AI

[Model Collection](https://huggingface.co/collections/nvidia/cosmos3) | [Code](https://github.com/nvidia/cosmos) | [White Paper](https://research.nvidia.com/labs/cosmos-lab/cosmos3/technical-report.pdf) | [Website](https://research.nvidia.com/labs/cosmos-lab/cosmos3/)

NVIDIA Cosmos™ is a world foundation model platform designed to accelerate the development of Physical AI by enabling machines to understand, simulate, and interact with the physical world across robotics, autonomous driving, and smart space environments, including industrial and factory-scale applications.

Model Overview: Cosmos3-Super-Image2Video-4Step

Description

Cosmos3 is a collection of Omnimodal world models capable of generating dynamic, high-quality video, image, audio, and action commands from combinations of text, image, video, and action trajectory inputs. It serves as a foundational building block for a broad range of Physical AI applications and research spanning world understanding, world generation, simulation, and embodied policy learning.

This model is ready for commercial and non-commercial use.

Model Developer: NVIDIA

Model Versions

Released on: 07/20/2026

  • Cosmos3-Edge:
  • Given multimodal inputs including text, images, video, and action trajectories, generate coherent text, images, video, and action outputs for multimodal understanding, world simulation, future prediction, action reasoning, and Physical AI applications.
  • Cosmos3-Edge-Policy-DROID:
  • Given language instructions and visual observations from the DROID robot platform, generate robot action trajectories for manipulation and control tasks.
  • Cosmos3-Super-Image2Video-4Step:
  • Given one or more input images and optional text instructions, generate temporally coherent video sequences that are consistent with the provided visual content. Distilled from Cosmos3-Super-Image2Video using Improved Distribution Matching Distillation (DMD2), enabling high-quality generation in 4 steps.
  • Cosmos3-Super-Text2Image-4Step:
  • Given text input, generate high-fidelity images that are consistent with the provided description. Distilled from Cosmos3-Super-Text2Image using Improved Distribution Matching Distillation (DMD2), enabling high-quality generation in 4 steps.

Released on: 05/31/2026

  • Cosmos3-Nano:
  • Given multimodal inputs including text, images, video, audio, and action trajectories, generate coherent text, images, video, audio, and action outputs for multimodal understanding, world simulation, future prediction, action reasoning, and Physical AI applications.
  • Cosmos3-Super:
  • Given multimodal inputs including text, images, video, audio, and action trajectories, generate coherent text, images, video, audio, and action outputs for multimodal understanding, world simulation, future prediction, action reasoning, and Physical AI applications.
  • Cosmos3-Nano-Policy-DROID:
  • Given language instructions and visual observations from the DROID robot platform, generate robot action trajectories for manipulation and control tasks.
  • Cosmos3-Super-Image2Video:
  • Given one or more input images and optional text instructions, generate temporally coherent video sequences that are consistent with the provided visual content.
  • Cosmos3-Super-Text2Image:
  • Given text input, generate high-fidelity images that are consistent with the provided description.

License

This model is released under the OpenMDW1.1

Deployment Geography

Global

Use Case

Physical AI: Encompassing robotics, autonomous vehicles (AV), and smart space environments, including industrial and factory-scale applications.

Release Date

Hugging Face 07/20/2026 via https://huggingface.co/collections/nvidia/cosmos3. GitHub 07/20/2026 via https://github.com/nvidia/cosmos.

Model Architecture

Architecture Type: Transformer

Network Architecture: Mixture-of-Transformers (MoT)

Cosmos3 is an Omni-modal foundation model built on a Mixture-of-Transformers (MoT) architecture consisting of two complementary transformer towers: an autoregressive transformer for discrete token generation and a diffusion transformer for continuous multimodal generation. During inference, text is generated through standard next-token autoregressive decoding, while non-text modalities, such as images, video, audio, and actions, are synthesized through iterative denoising. This unified architecture enables Cosmos3 to model heterogeneous modalities within a single framework while preserving generation mechanisms best suited to each modality.

This model was developed based on: Cosmos Framework

Number of trainable model parameters:

Released on: 07/20/2026

  • Cosmos3-Edge: 4B
  • Cosmos3-Edge-Policy-DROID: 4B
  • Cosmos3-Super-Image2Video-4Step: 64B
  • Cosmos3-Super-Text2Image-4Step: 64B

Released on: 05/31/2026

  • Cosmos3-Nano: 16B
  • Cosmos3-Super: 64B
  • Cosmos3-Nano-Policy-DROID: 16B
  • Cosmos3-Super-Image2Video: 64B
  • Cosmos3-Super-Text2Image: 64B

Input/Output Specifications

  • Generator Input
  • Input Type(s): Text, Image, Video (with audio or without audio), Action Trajectory
  • Input Format(s):
  • Text: String
  • Image: jpg, png, jpeg, webp
  • Video (with or without audio): mp4
  • Action: json (1D list)
  • Input Parameters:
  • Text: One-dimensional (1D)
  • Image: Two-dimensional (2D)
  • Video: Three-dimensional (3D)
  • Audio: One-dimensional (1D)
  • Action trajectory: One-dimensional (1D)
  • Other Properties Related to Input:
  • For video inputs, we accept various resolutions, including 720p, 480p, and 256p.
  • When using input video with audio muxed into the video MP4 file, the audio should have 2 channels (stereo) and a 48 kHz sample rate.
  • Image and video inputs are RGB color (8 bits per channel, sRGB color space); grayscale inputs are not supported.
  • Action input is a per-frame sequence of robot/agent state or control values (e.g., joint positions, gripper state, camera pose). The full input is a 2D array shaped (T, D), where T is the number of frames and D is the embodiment-specific dimensionality listed below.
  • Input action is only supported for compatible embodiments, including...

Excerpt shown — open the source for the full document.