A curated list of NVIDIA Cosmos β world foundation models (WFMs), datasets, tools, and projects for building Physical AI. Open weights Β· Open data Β· Built for robots, autonomous vehicles, and smart infrastructure.
Models β’ GitHub Projects β’ Tools β’ Tutorials β’ HuggingFace Γ Cosmos β’ Use Cases β’ Videos β’ Papers β’ Events β’ Community
π€ This list is maintained by an autonomous agent. A multi-agent Cosmos Auto-Curator β powered by NVIDIA Cosmos Reason β discovers new resources, validates links, and raises pull requests on a schedule. PRs it opens are labeled
agent-bot. Humans are welcome too β see Contributing.
- What is NVIDIA Cosmos?
- Model Generations at a Glance
- Models
- GitHub Projects
- Tools & Deployment
- Tutorials & Starter Kits
- HuggingFace Γ Cosmos
- Real-World Use Cases & Companies
- Videos & Talks
- Papers
- Events
- Community
- Contributing
NVIDIA Cosmosβ’ is an open platform of world foundation models (WFMs), datasets, and tools for building Physical AI β AI that perceives, reasons about, and acts in the physical world (robotics, autonomous vehicles, and smart infrastructure). Cosmos WFMs generate and predict physically-plausible video "worlds" from text, image, video, and control inputs β primarily to produce controllable synthetic training data and to serve as reasoning and policy backbones for embodied agents. First unveiled at CES on January 6, 2025.
Key properties across the family:
- Open weights + open source β checkpoints published on Hugging Face; source code on GitHub. Weights use the permissive NVIDIA Open Model License (commercially usable, derivatives allowed).
- Three functional pillars β Predict (world / video generation and future-state prediction), Transfer (controllable conditional generation and sim-to-real), and Reason (physical-common-sense reasoning VLM). Cosmos 3 unifies all three into a single omni-model.
- Physical AI first β built to generate synthetic training data, bridge the sim-to-real gap, and provide embodied reasoning for robots and autonomous vehicles.
- Deployable anywhere β download from Hugging Face, run as NVIDIA NIM microservices, fine-tune from GitHub, or scale on NVIDIA DGX Cloud.
- Full ecosystem β visual tokenizers, guardrails, RL post-training (
cosmos-rl), distributed data pipelines (cosmos-xenna), curation, evaluation, and recipes (cosmos-cookbook).
"The ChatGPT moment for robotics is coming." β Jensen Huang, NVIDIA CEO (CES 2025)
| Model | Gen | Released | Sizes | Role | License |
|---|---|---|---|---|---|
| Cosmos 3 (Super / Nano / Edge) | 3.0 | Jun 2026 | 64B / 16B / 4B | Omni-model: reasoning + world + action (Mixture-of-Transformers) | Open Model |
| Cosmos-Predict2.5 | 2.x | Oct 2025 (14B Dec 2025) | 2B / 14B | Unified Text/Image/Video β World; uses Reason1 as text encoder | Open Model |
| Cosmos-Transfer2.5 | 2.x | Oct 2025 | 2B | Multi-control world generation; ~3.5Γ smaller than Transfer1 | Open Model |
| Cosmos-Reason2 | 2.x | 2025β26 | β | Next-gen physical-reasoning / embodied VLM | Open Model |
| Cosmos-Predict2 | 2.x | Jun 2025 (archived) | 0.6B / 2B / 14B | Text2Image + Video2World WFMs | Open Model |
| Cosmos-Reason1 | 1.x | May 2025 | 7B | Physical-common-sense reasoning VLM (long CoT) | Open Model |
| Cosmos-Transfer1 | 1.x | 2025 | 7B | World-to-world transfer / sim-to-real (depth, seg, edge, LiDAR, HDMap) | Open Model |
| Cosmos-Predict1 | 1.x | Jan 2025 | 4Bβ14B | First-gen diffusion + autoregressive WFMs | Open Model |
| Cosmos-Tokenizer | 0.1 / 1.0 | Jan 2025 | β | Continuous / discrete image & video tokenizers | Open Model |
Announced June 1, 2026 (GTC Taipei). An omnimodal world model built on a unified Mixture-of-Transformers (MoT) architecture that jointly models text, image, video, audio, and action β combining an autoregressive transformer for reasoning with a diffusion transformer for generation (unified via 3D RoPE). It acts as a Reasoner (grounding, physical reasoning, planning, action forecasting) and a Generator (future/world prediction, synthetic data, policy learning).
| Model | Params | Description | Links |
|---|---|---|---|
| Cosmos3-Super | 64B | Data-center scale; highest physics accuracy; teacher / synthetic-data model | HF Β· GitHub |
| Cosmos3-Nano | 16B | Balanced speed/quality; sub-second reasoning | HF |
| Cosmos3-Edge | 4B | Real-time edge robotics | HF |
- Paper: Cosmos 3: Omnimodal World Models for Physical AI (arXiv:2606.02800)
- Repo: github.com/NVIDIA/cosmos Β· NIM: build.nvidia.com Β· Blog: Develop Physical AI Reasoning, World, and Action Models with Cosmos 3
General-purpose WFMs that generate and predict future world states as video, from text / image / video inputs. Fine-tunable into customized downstream world models.
| Model | Released | Sizes | Description | Links |
|---|---|---|---|---|
| Cosmos-Predict2.5 | Oct 2025 (14B Dec 2025) | 2B / 14B | Flow-based model unifying Text2World, Image2World, and Video2World; uses Cosmos-Reason1 as its text encoder; 720p @ 16fps | HF 2B Β· HF 14B Β· GitHub |
| Cosmos-Predict2 (archived) | Jun 2025 | 0.6B / 2B / 14B | Improved WFMs; Text2Image + Video2World; native ComfyUI support | HF Β· GitHub |
| Cosmos-Predict1 | Jan 2025 | 4Bβ14B | First-gen diffusion (Text2World, Video2World, WorldInterpolator) + autoregressive WFMs | GitHub |
World-to-world transfer models that generate photorealistic worlds conditioned on structured control inputs β bridging the perceptual gap between simulation and reality for data augmentation.
| Model | Released | Size | Description | Links |
|---|---|---|---|---|
| Cosmos-Transfer2.5 | Oct 2025 | 2B | Built on Predict2.5; multi-spatial control (RGB, depth, segmentation, edge, blur via JSON control specs); ~3.5Γ smaller than Transfer1 with higher fidelity | HF Β· GitHub Β· NIM |
| Cosmos-Transfer1 | 2025 | 7B | World-to-world transfer; control via segmentation, depth, canny edge, blur, LiDAR, HDMap, keypoint; 4K upscaler + single-step distilled variant | HF Β· GitHub |
Vision-language models that understand physical common sense and generate embodied decisions through long chain-of-thought reasoning. Also used as the text encoder for Cosmos-Predict2.5.
| Model | Released | Size | Description | Links |
|---|---|---|---|---|
| Cosmos-Reason2 | 2025β26 | β | Next-gen physical-common-sense embodied reasoning models | GitHub |
| Cosmos-Reason1 | May 2025 | 7B | Reasoning VLM for spatial-temporal / embodied reasoning; trained via vision pre-training β SFT β Physical AI RL | HF Β· GitHub Β· Collection |
A suite of image and video neural tokenizers used across the Cosmos WFMs.
| Type | Description | Links |
|---|---|---|
| Continuous (CI / CV) | Latent embeddings for diffusion models | GitHub Β· Research |
| Discrete (DI / DV) | Quantized codes (FSQ) for autoregressive models | e.g. nvidia/Cosmos-1.0-Tokenizer-DV8x16x16 |
- Spatial compression 8Γ / 16Γ, temporal 4Γ / 8Γ (up to ~2048Γ total); Haar-wavelet encoder front-end. Documented in the Cosmos WFM Platform paper.
Pre- and post-generation safety models (including a RetinaFace-based face-blur filter), enabled by default in the Cosmos pipelines.
| Model | Description | Links |
|---|---|---|
| Cosmos-Guardrail1 | Safety guardrails for the 2.x generation pipelines | HF |
| Cosmos-1.0-Guardrail | Safety guardrails for the 1.x generation pipelines | HF |
The core ask of this list β real, meaningful projects built with or on top of NVIDIA Cosmos. Star counts are approximate. Both NVIDIA/* (Cosmos 3 era) and nvidia-cosmos/* (Predict/Transfer/Reason 1β2.5) orgs are official.
| Repo | Stars | Description |
|---|---|---|
| NVIDIA/cosmos | ~11.7k | Main Cosmos 3 platform: omnimodal world models, datasets, inference/training/eval + cookbooks β the current flagship repo |
| NVIDIA/Cosmos-Tokenizer | ~1.7k | Suite of image/video neural tokenizers (archived; folded into NVIDIA/cosmos) |
| nvidia-cosmos/cosmos-predict2.5 | ~1.4k | Latest Predict WFM β flow-based video future-state prediction; includes AV-post-trained checkpoints |
| nvidia-cosmos/cosmos-reason1 | ~960 | 7B physical-reasoning VLM (Qwen2.5-VL based) for embodied decisions via chain-of-thought |
| nvidia-cosmos/cosmos-transfer1 | ~820 | World-to-world transfer (sim2real) conditioned on segmentation/depth/edge; AV LiDAR/HDMap variant |
| nvidia-cosmos/cosmos-predict2 | ~790 | Predict2 general-purpose WFMs (archived; ComfyUI-supported) |
| nvidia-cosmos/cosmos-transfer2.5 | ~730 | Transfer2.5 built on Predict2.5 β multi-input spatial-control world simulation |
| NVIDIA/cosmos-framework | ~505 | Inference and training framework to run the Cosmos models |
| nvidia-cosmos/cosmos-cookbook | ~470 | Post-training scripts, recipes, and samples for the Cosmos ecosystem |
| nvidia-cosmos/cosmos-predict1 | ~470 | First-gen general-purpose WFMs, fine-tunable into custom world models |
| nvidia-cosmos/cosmos-rl | ~470 | Async RL/SFT + RLHF post-training framework specialized for Physical AI (used for Cosmos-Reason) |
| nvidia-cosmos/cosmos-reason2 | ~440 | Next-gen physical-common-sense embodied reasoning models |
| NVIDIA/cosmos-curator | ~265 | Distributed video curation system that powers Cosmos training-data generation |
| nvidia-cosmos/cosmos-xenna | ~85 | Python library for distributed data pipelines on Ray (Cosmos data infra) |
| NVIDIA/cosmos-evaluator | ~47 | Automated evaluation & grading of synthetic video output from Cosmos models |
| Repo | Stars | Description |
|---|---|---|
| NVIDIA-AI-Blueprints/video-search-and-summarization | ~1.8k | GPU video-analytics agent blueprint using Cosmos VLMs + Nemotron + RAG/NIMs |
| nv-tlabs/omni-dreams | ~330 | Cosmos-Dreams β real-time photorealistic video world model for AV simulation (Toronto AI Lab) |
| NVIDIA-Omniverse-blueprints/cosmos-dataset-search | ~95 | Semantic search across video datasets for Cosmos data curation |
| nv-tlabs/cosmos-av-sample-toolkits | ~48 | Toolkits for Cosmos-Transfer1-7B-Sample-AV (autonomous-vehicle data) |
| Repo | Stars | Description |
|---|---|---|
| doosan-robotics/explainable-palletizer | ~21 | Mixed palletizing with explainable visual reasoning on Cosmos |
| strands-labs/strands-for-cosmos | ~9 | Agent framework giving agents physics understanding + video/audio/action generation via Cosmos |
| ganatrask/NOVA | ~7 | VoiceβReasonβAct pipeline: Parakeet ASR + Cosmos-Reason2 + GR00T on a Reachy 2 humanoid |
| cagataycali/strands-cosmos | ~5 | Strands agent integration giving agents physics-aware perception via Cosmos |
| cagataycali/thor-cosmos | ~1 | Strands agent orchestrating the Cosmos ecosystem on Jetson AGX Thor for real-time robot perception |
| doosan-robotics/palletizing-ai | ~1 | AI-powered optimal palletizing using Cosmos-Reason2 physical reasoning |
| naveentnj/cosmos-embodied-ai | β | Physical AI sim/eval framework for Cosmos edge world-action models with Isaac Sim/Lab |
| Repo | Stars | Description |
|---|---|---|
| Mirumo0u0/ComfyUI-Cosmos-Reference | ~54 | Adds image-reference feature to Cosmos / "Anima" models in ComfyUI |
| KeithZ117/Comfyui-anima-sampler | ~54 | Cosmos-style RF sampler (FlowUniPC + PC3) for Anima in ComfyUI |
| RyukoMatoiFan/ComfyUI-Cosmos3 | ~13 | Custom nodes for Cosmos3-Nano (text/image-to-video + audio) |
| Anzhc/Anzhc-ComfyUI-Cosmos-Reference | ~8 | Cosmos reference-image nodes for ComfyUI |
| NicholaiVogel/comfyui-materia | ~6 | Diffusion inverse rendering (RGBβPBR maps) via NVIDIA Cosmos 7B |
| rikunarita/ComfyUI-ModelMergeCosmosPredict2-2B-Slerp | ~1 | SLERP model-merge node for Cosmos-Predict2-2B |
| Repo | Stars | Description |
|---|---|---|
| kabilankb/cosmos3-nano-gb10 | ~5 | Runs Cosmos3-Nano (16B) on Dell Pro Max GB10 (ARM Blackwell) for text/image-to-video |
| tuttlebr/cosmos-gradio-app | β | Gradio web app for physics-aware video generation with Cosmos WFMs |
| chengchencon/Cosmos-UserGuide | ~6 | Install/use guide for the NVIDIA Cosmos platform |
| eivholt/edgeai-synthetic-cosmos-predict | ~6 | Walkthrough: edge-AI object detection trained on Cosmos-Predict2 synthetic images |
| Repo | Stars | Description |
|---|---|---|
| csy2077/data-forcing-distillation | ~56 | Few-step video-gen distillation; image-to-video built on Cosmos |
| andreaskoepf/cosmos3-dk1 | ~5 | Training config for the Cosmos 3 model |
| lowweihong/cosmos-data-analyzer | β | Agentic pipeline diagnosing model failures + curating training data for Cosmos WFMs |
| StaryMoon/Cosmos-WFM-Unofficial | β | Unofficial PyTorch reproduction of the Cosmos WFM platform |
Ecosystem repos that frequently integrate Cosmos: NVIDIA/Isaac-GR00T (robot foundation models), isaac-sim/IsaacLab (robot learning in simulation), NVIDIA-NeMo/Curator (data curation).
| Tool | Description | Link |
|---|---|---|
| NVIDIA NIM (Cosmos) | Optimized inference microservices for Cosmos models | build.nvidia.com |
| cosmos-rl | Async RL / SFT / RLHF post-training framework for Physical AI | GitHub |
| cosmos-xenna | Distributed data pipelines on Ray for large-scale video curation | GitHub |
| cosmos-curator | Video curation system that processes, analyzes, and organizes training video | GitHub |
| cosmos-evaluator | Automated evaluation & grading of synthetic Cosmos video output | GitHub |
| cosmos-cookbook | Post-training scripts, recipes, and samples | GitHub |
| ComfyUI (Cosmos-Predict2) | Native ComfyUI support for Cosmos-Predict2 video generation | Examples |
| Isaac Sim + Cosmos (Replicator) | Generate synthetic data from 3D scenes with Cosmos Transfer | Tutorial |
| Title | Source | Description |
|---|---|---|
| NVIDIA Cosmos for Developers | developer.nvidia.com | Main developer landing page β models, NIMs, and docs |
| Cosmos Documentation | docs.nvidia.com | Official docs covering Predict, Transfer, and Reason |
| Develop Custom Physical AI Models with Cosmos Predict-2 | NVIDIA Blog | Building / post-training custom world models with Predict-2 |
| Curating Synthetic Datasets with Cosmos Reason | NVIDIA Blog | Using Cosmos Reason as a VLM to curate/filter synthetic data |
| Simplify AV Development with New Cosmos WFMs | NVIDIA Blog | End-to-end autonomous-vehicle workflow with Cosmos |
| Scale Data Generation with the Cosmos Cookbook | NVIDIA Blog | Recipes for large-scale synthetic data generation |
| Develop Reasoning, World & Action Models with Cosmos 3 | NVIDIA Blog | Intro and workflows for the Cosmos 3 omnimodal models |
| Welcome NVIDIA Cosmos 3 | Hugging Face | Community walkthrough of Cosmos 3 as the first open omni-model for Physical AI |
| Isaac Sim, Omniverse & Cosmos Ecosystem Explained | RidgeRun | How Isaac Sim, Isaac Lab, Omniverse, and Cosmos fit together |
- Organization: huggingface.co/nvidia β all official Cosmos weights
- Cosmos 3 collection: huggingface.co/collections/nvidia/cosmos3
- Predict2.5: 2B Β· 14B
- Predict2 collection: link
- Transfer: Transfer2.5-2B Β· Transfer1-7B
- Reason1: Cosmos-Reason1-7B Β· collection
- Guardrails: Cosmos-Guardrail1
- ComfyUI repackaged weights: Comfy-Org/Cosmos_Predict2_repackaged
Early adopters announced at CES 2025 (NVIDIA Newsroom):
| Company | Domain | Use Case | Reference |
|---|---|---|---|
| Uber | Autonomous mobility | Scaling AV data and development with Cosmos | Newsroom |
| Waabi | Autonomous vehicles | AV data curation and development | Newsroom |
| Wayve | Autonomous driving | Edge-case scenario generation | Newsroom |
| Foretellix | AV testing / simulation | Cosmos Transfer + Omniverse for realistic scenario variation | Foretellix |
| 1X | Humanoid robots | World Model Challenge dataset built with Cosmos | Newsroom |
| Agility Robotics | Humanoid robots | Robot learning and data generation | Newsroom |
| Figure AI | Humanoid robots | Physical AI model development | Newsroom |
| Skild AI | General-purpose robots | Robot foundation models | Newsroom |
| XPENG | Humanoid robots | Accelerating humanoid development | Newsroom |
| Neura Robotics | Cognitive robots | Robot development | Newsroom |
| Virtual Incision | Surgical robotics | Robot development | Newsroom |
See also: NVIDIA Expands Automotive Ecosystem With Physical AI Β· Into the Omniverse: WFMs Advance AV Simulation & Safety.
- CES 2025 Keynote β Jensen Huang unveils NVIDIA Cosmos β NVIDIA / Jensen Huang (2025)
- An Introduction to NVIDIA Cosmos World Foundation Models | GTC 2025 β Ming-Yu Liu, VP Generative AI Research (2025)
- An Introduction to NVIDIA Cosmos World Foundation Models (S72431) β NVIDIA On-Demand, GTC (2025)
- Developing Next-Gen AVs with Physical AI-Powered WFMs (DD40001) β NVIDIA On-Demand, GTC (2025)
- Cosmos WFMs for Autonomous Driving Development (S73198) β NVIDIA On-Demand, GTC (2025)
- Generate Synthetic Data for Physical AI with Cosmos WFMs (DLIT81644) β NVIDIA On-Demand, GTC 2026
| Paper | arXiv | Year | Description |
|---|---|---|---|
| Cosmos World Foundation Model Platform for Physical AI | 2501.03575 | 2025 | Foundational platform paper: video curation pipeline, pre-trained WFMs, post-training, and video tokenizers |
| Cosmos-Reason1: From Physical Common Sense to Embodied Reasoning | 2503.15558 | 2025 | Vision-language models for physical reasoning via long chain-of-thought; 4-stage training |
| Cosmos-Transfer1: Conditional World Generation with Adaptive Multimodal Control | 2503.14492 | 2025 | Diffusion world-to-world transfer with multimodal spatial control and adaptive weighting |
| World Simulation with Video Foundation Models for Physical AI (Predict2.5) | 2511.00062 | 2025 | Flow-based model unifying Text/Image/Video2World; leverages Cosmos-Reason1 for grounding |
| Cosmos 3: Omnimodal World Models for Physical AI | 2606.02800 | 2026 | Omnimodal world models jointly modeling text, image, video, audio, and action in a unified MoT |
Research lab pages: Cosmos-Predict2 Β· Cosmos-Tokenizer Β· Cosmos-Transfer2.5
- NVIDIA GTC β annual talks and DLI sessions on Cosmos and Physical AI (on-demand catalog)
- NVIDIA Cosmos Cookoff β community hackathon for building on Cosmos (luma.com/nvidia-cosmos-cookoff)
- CES β where Cosmos was first announced (Jan 2025)
- GitHub β Cosmos 3 / flagship: github.com/NVIDIA/cosmos
- GitHub β WFM org: github.com/nvidia-cosmos
- NVIDIA Developer Forums: forums.developer.nvidia.com
- Hugging Face: huggingface.co/nvidia
- Product page: nvidia.com/en-us/ai/cosmos
- Docs: docs.nvidia.com/cosmos
Contributions are welcome! This list is jointly maintained by the community and an autonomous curator agent. See CONTRIBUTING.md for guidelines.
Found a broken link, a missing project, or a new Cosmos release? Open an issue or submit a PR. The agent also raises PRs automatically β look for the agent-bot label.
License: CC0 1.0 Universal β dedicated to the public domain.
Made with π for the Physical AI community.