NVIDIA/cosmos

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 58 minutes ago
Added to GitGenius on July 2nd, 2026
Created on December 30th, 2024
Open Issues & Pull Requests: 43 (+0)
Number of forks: 835
Total Stargazers: 11,550 (+0)
Total Subscribers: 94 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.8 hours
Mean response time: 2.6 days
90th percentile: 6.4 days
Tracked items: 174

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed. Three people close 62% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 24
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 21 days
Stale 30+ days: 14
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 4

Top labels

  • question (88)
  • enhancement (30)
  • documentation (6)
  • bug (5)
  • invalid (3)
  • dependencies (1)
  • duplicate (1)
  • wontfix (1)

Detailed Description

NVIDIA Cosmos is an open platform designed to enable developers to build Physical AI applications for robots, autonomous vehicles, smart infrastructure, and related domains. The repository serves as the primary hub for the Cosmos world models ecosystem, providing access to models, datasets, and tools necessary for developing AI systems that understand and generate physical world dynamics.

The repository is written primarily in Jupyter Notebook format and is classified across multiple infrastructure and machine learning domains including AI infrastructure, distributed computing, GPU orchestration, resource scheduling, and scalable deployment. This classification reflects the platform's focus on supporting large-scale model deployment and training workflows across data center operations and cloud automation environments.

Cosmos 3 represents the newest model family within the platform. It is built on a unified Mixture-of-Transformers architecture that combines an autoregressive transformer for reasoning with a diffusion transformer for multimodal generation. The architecture employs a unified 3D multi-dimensional rotary position embedding representation to encode spatial and temporal structure across modalities. Cosmos 3 exposes two distinct runtime surfaces: a Reasoner that accepts text and vision inputs to produce text outputs for world understanding, physical reasoning, task planning, and autonomous system decision making, and a Generator that accepts text, vision, sound, and action inputs to produce vision, sound, and action outputs for world generation, simulation, and synthetic data generation.

The model family includes five specific variants. Cosmos3-Nano is a 16-billion parameter compact omnimodal world model, while Cosmos3-Super is a 64-billion parameter frontier-scale variant. Specialized 64-billion parameter models include Cosmos3-Super-Text2Image for high-fidelity image generation and Cosmos3-Super-Image2Video for temporally coherent video generation. A robotics-specific variant, Cosmos3-Nano-Policy-DROID, provides a 16-billion parameter vision-language robot policy for manipulation and control tasks.

The platform supports flexible generation configurations including multiple resolution tiers from 256p to 720p, aspect ratios ranging from 16:9 to 9:16, frame rates from 10 to 30 FPS, and frame counts from 5 to 300 frames. Input types encompass text, images in JPG, PNG, JPEG, or WEBP formats, MP4 videos, and JSON action arrays. Action conditioning supports multiple embodiment types including camera motion, autonomous vehicles, egocentric motion, single-arm robots, dual-arm robots, and humanoid robots with varying dimensional specifications for each.

The platform provides multiple integration paths for both research and production use cases, including Diffusers and Transformers for Python-first development, vLLM-Omni and vLLM for OpenAI-compatible serving, and support for NVIDIA NIM deployment. The repository includes comprehensive troubleshooting documentation, inference benchmarks, fine-tuning capabilities, and detailed examples demonstrating generator workflows for text-to-image, text-to-video, image-to-video, video-to-video, forward dynamics, and action policy generation, as well as reasoner workflows for multimodal understanding tasks.