NVIDIA

NVIDIA/cosmos

Jupyter Notebook No license AI & ML License not recognized by GitHub

NVIDIA Cosmos is an open platform of world models, datasets, and tools that enables developers to build Physical AI for robots, autonomous vehicles, smart infrastructure, and more.

11k stars
760 forks
active
GitHub +325 / week

11k

Stars

760

Forks

40

Open issues

24

Contributors

Cosmos3 01 Jun 2026

AI Analysis

NVIDIA Cosmos is an open platform of omnimodal world models that process and generate language, images, video, audio, and action sequences for Physical AI applications. It serves developers building embodied AI systems for robotics, autonomous vehicles, and smart infrastructure—not a general-purpose model, but a specialized toolkit for multimodal simulation and reasoning in physical domains.

AI & ML AI Framework Discovery value: 4/10
Documentation 8/10
Activity 10/10
Community 9/10
Code quality 5/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 8/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

world models multimodal ai physical ai video generation embodied reasoning
Actively maintained Well documented Niche/specialized use case Popular Production ready
Deep Analysis · Based on README and public signals
2w ago

NVIDIA Cosmos 3 opens omnimodal world-model platform for Physical AI development

NVIDIA Cosmos is an open platform providing world models, datasets, and tooling for Physical AI applications — robotics, autonomous vehicles, and smart infrastructure. Cosmos 3, the current release, is a 16B–64B parameter omnimodal model family that jointly processes and generates language, images, video, audio, and action sequences within a unified Mixture-of-Transformers architecture. It targets AI researchers, robotics engineers, and AV developers who need simulation-quality world models for synthetic data generation, policy learning, and embodied reasoning. Backed by NVIDIA's hardware and serving stack (NIM, vLLM), it sits at the intersection of foundation model research and applied Physical AI engineering.

Origin

Repository created December 2024 alongside a public NVIDIA announcement. Cosmos 3 represents a significant evolution from earlier Cosmos 1/2 releases, expanding from video generation toward fully omnimodal generation and reasoning within a single architecture.

Growth

The project launched with strong initial momentum driven by NVIDIA's brand and the novelty of open-sourcing large world models. Growth has since stabilized at ~10.6k stars with near-zero star velocity in the last 7 days, suggesting the initial wave of attention has plateaued. Ongoing activity is sustained by NVIDIA's internal roadmap rather than organic community expansion, with the last push occurring on the current date (2026-06-27), indicating continuous internal development.

In production

NVIDIA provides NIM (NVIDIA Inference Microservices) integration and references vLLM-Omni for OpenAI-compatible serving, suggesting production deployment paths exist within NVIDIA's enterprise ecosystem. Policy models fine-tuned on DROID and other robotics datasets are listed, implying some internal or partner validation. However, independent third-party production deployments are not publicly documented in the README. Adoption outside NVIDIA and its direct partners is not verified.

Code analysis
Architecture

Cosmos 3 appears to use a unified Mixture-of-Transformers (MoT) design combining an autoregressive transformer (Reasoner mode) with a diffusion transformer (Generator mode). Both modes likely share transformer blocks, multimodal attention layers, and a 3D multi-dimensional rotary position embedding (mRoPE). Model sizes are 16B (Nano) and 64B (Super). Integration paths include Hugging Face Diffusers, Transformers, vLLM-Omni, and vLLM for OpenAI-compatible serving. The codebase appears to be primarily Jupyter Notebook-heavy, suggesting research/demo-oriented entry points rather than a production library.

Tests

not documented in README

Maintenance

Last push recorded on 2026-06-27 (current date), indicating active ongoing development. The README is comprehensive and versioned, covering Cosmos 3 as the current model family with a clear ecosystem section, troubleshooting, and benchmarks. Maintenance appears to be driven by NVIDIA engineering teams on a continuous basis, not volunteer effort.

Honest verdict

ADOPT IF: you are building Physical AI pipelines (robotics, AV, smart infrastructure) and need large-scale generative world models for synthetic training data, policy learning, or sim-to-real transfer, and you have access to the NVIDIA GPU infrastructure required to run 16B–64B parameter models. AVOID IF: you need a lightweight, hardware-agnostic simulation tool, you lack multi-GPU NVIDIA infrastructure, or your use case is standard NLP/CV without physical world modeling requirements. MONITOR IF: you are a researcher in embodied AI or autonomous systems who wants to track how omnimodal world models evolve for downstream policy training, but are not yet ready to commit GPU resources to inference or fine-tuning.

Independent dimensions

Mainstream potential

5/10

Technical importance

9/10

Adoption evidence

3/10

Risks
  • Hardware lock-in: models are designed for NVIDIA CUDA infrastructure; portability to non-NVIDIA hardware is not documented and likely limited.
  • Model scale barrier: the smallest model (Cosmos3-Nano) is 16B parameters, creating significant compute cost for experimentation and inference, limiting accessibility for smaller teams.
  • License ambiguity: license is listed as NOASSERTION, which means the actual terms are unclear from metadata alone; users must review the full license before commercial or research deployment.
  • Ecosystem dependency: production paths (NIM, vLLM-Omni) tie users to NVIDIA's serving stack, which may create vendor dependency over time.
  • Community breadth: activity appears primarily driven by NVIDIA internally rather than a broad open-source contributor base, which may limit community-driven extensions, bug fixes, and independent validation.
Prediction

Cosmos will likely remain a reference platform for Physical AI world model research, with adoption concentrated in NVIDIA partner programs and well-resourced robotics/AV labs. Broader community uptake may depend on smaller distilled model releases and clearer licensing.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

Jupyter Notebook
83.6%
Python
16.2%
Shell
0.2%
CSS
0%
Makefile
0%
HTML
0%
JavaScript
0%

Information

Language
Jupyter Notebook
License
NOASSERTION
Last updated
8h ago
Created
19mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Similar repos

isaac-sim

isaac-sim/IsaacSim

NVIDIA Isaac Sim is a GPU-accelerated robotics simulation platform built on...

3.6k Python AI & ML
Genesis-Embodied-AI

Genesis-Embodied-AI/genesis-world

Genesis World is a simulation platform for robotics and embodied AI research...

29.5k Python AI & ML
NVIDIA

NVIDIA/physicsnemo

PhysicsNeMo is NVIDIA's open-source deep-learning framework for building...

3k Python AI & ML
NVIDIA-NeMo

NVIDIA-NeMo/Nemotron

Nemotron is NVIDIA's developer hub for training, fine-tuning, and deploying the...

1.7k Jupyter Notebook AI & ML
Tencent-Hunyuan

Tencent-Hunyuan/HY-World-2.0

HY-World 2.0 is a multi-modal 3D world model that reconstructs and generates...

2.3k Python AI & ML
vs. alternatives
Genesis-Embodied-AI/genesis-world

Genesis has nearly 3x more stars (29k vs 10.6k) and focuses on physics simulation for embodied AI rather than generative world models. It targets a partially overlapping audience but solves a different core problem — deterministic physics sim vs. learned neural world simulation. The two can be complementary.

isaac-sim/IsaacSim

Also from NVIDIA, IsaacSim is a physics-based robotics simulator using rendering engines. Cosmos targets learned generative simulation and synthetic data, while IsaacSim is deterministic and CAD-grounded. They are likely intended as complementary tools within NVIDIA's Physical AI stack.

Tencent-Hunyuan/HY-World-2.0

HY-World-2.0 is a direct competitor in the open-source world model space with ~2.3k stars. Cosmos has significantly higher visibility and broader modality coverage (audio, action), but HY-World benefits from Tencent's distribution ecosystem in Asia-Pacific markets.

NVIDIA-NeMo/Nemotron

Nemotron focuses on language model training and synthetic data for NLP tasks. Cosmos overlaps in synthetic data generation but specializes in physical, multimodal, and video-grounded scenarios. Both are NVIDIA-maintained and likely intended for distinct pipeline stages.

NVIDIA/physicsnemo

PhysicsNeMo targets physics-informed neural operators for scientific simulation (CFD, weather). Cosmos targets generative world simulation for robotics/AV. Different problem domains under the Physical AI umbrella, minimal direct overlap.