Model reference · open weights
Cosmos3-Super-Image2Video-4Step is an open-weight video model from nvidia. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | NVIDIA |
|---|---|
| Type | Video models |
| Task | Image→video |
| Parameters (lead) | 64.0B |
| Context | 256k tokens |
| Runs with | cosmos |
| Released | 2026-07-07 |
| Popularity | 855 downloads / month |
| Licence | Commercial licence needed |
About
Model Collection | Code | White Paper | Website
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.
Cosmos3-Super-Image2Video-4Step is a 4-step distilled version of the base Cosmos3-Super-Image2Video model. Given an input image plus an optional text prompt, it generates a temporally coherent video.
Cosmos3-Super-Image2Video-4Step was developed by NVIDIA as a part of Cosmos3.
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
Released on: 07/20/2026
Cosmos3-Edge:
Cosmos3-Edge-Policy-DROID:
Cosmos3-Super-Image2Video-4Step:
Cosmos3-Super-Text2Image-4Step:
Released on: 05/31/2026
Cosmos3-Nano:
Cosmos3-Super:
Cosmos3-Nano-Policy-DROID:
Cosmos3-Super-Image2Video:
Cosmos3-Super-Text2Image:
This model is released under the OpenMDW1.1
Global
Physical AI: Encompassing robotics, autonomous vehicles (AV), and smart space environments, including industrial and factory-scale applications.
Hugging Face 07/20/2026 via https://huggingface.co/collections/nvidia/cosmos3. GitHub 07/20/2026 via https://github.com/nvidia/cosmos.
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 inferen
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys cosmos3-super-image2video-4step for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (cosmos3-super-image2video-4step below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/videos/generations \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"cosmos3-super-image2video-4step","prompt":"a drone shot over a forest"}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.