Cosmos 3 — Local AI Model by NVIDIA

Written by Jakub Rusinowski · Last updated July 21, 2026

PREVIEW (2026). NVIDIA's open frontier World Foundation Model (WFM) for Physical AI — the first fully open omnimodel that natively understands and generates text, images, video, ambient audio and robot/vehicle actions in a single system, with leading physics accuracy. Cosmos 3 is a two-tower Mixture-of-Transformers (MoT): a reasoner tower (an autoregressive vision-language "brain" that interprets images/video/text and reasons about motion, object interactions and physical cause-and-effect) plus a diffusion-based generator tower that predicts physics-aware future video and action sequences conditioned on that reasoning — so it "thinks before it acts." The two towers keep separate norm layers and MLPs but share multimodal attention. Trained on ~20 trillion tokens of multimodal data (nearly a billion images, 400M+ real and synthetic videos, plus audio and human/robot action data), it compresses physical-AI training and evaluation from months to days by generating synthetic worlds and predicting actions for robots and autonomous vehicles. Ships in three scales — Super (64B), Nano (16B) and Edge (4B) — under the permissive OpenMDW-1.1 license, on Hugging Face (nvidia/) and NVIDIA NGC. NVIDIA reports open-source state-of-the-art results on R-Bench, PAI-Bench, Physics-IQ and RoboLab; treat launch numbers as vendor-reported pending independent replication. This is a robotics / autonomous-vehicle / world-simulation model, not a chat LLM — verify specs on the model cards before relying on them.

Hardware Requirements

Cosmos 3 SuperMin 39 GB VRAM · BF16 · Omnimodal I/O (video/action) ctx ·
Cosmos 3 NanoMin 10 GB VRAM · BF16 · Omnimodal I/O (video/action) ctx ·
Cosmos 3 EdgeMin 3 GB VRAM · BF16 · Omnimodal I/O (video/action) ctx ·

Recommended GPU

The cheapest GPU that runs Cosmos 3 locally (min 3 GB VRAM) is the Intel Arc B570 (10 GB).

Affiliate disclosure: Some links on this page are affiliate links — if you buy through them, LLM Configurator may earn a commission at no extra cost to you. As an Amazon Associate, LLM Configurator earns from qualifying purchases.
Intel Arc B570 10GB
Launch MSRP: $219
2026 prices are volatile — check the current listing.
Check price on Amazon

How to Run Locally

Install Ollama then run: ollama run

Minimum VRAM: 3 GB. For best results use Q4_K_M quantization.

Cosmos 3 — Frequently Asked Questions

How much VRAM does Cosmos 3 need?

Cosmos 3 needs about 3 GB VRAM at BF16 quantization for its smallest variant. Variants: Cosmos 3 Super (39 GB, BF16); Cosmos 3 Nano (10 GB, BF16); Cosmos 3 Edge (3 GB, BF16). On Apple Silicon, unified memory counts toward this requirement.

Can I run Cosmos 3 on an RTX 4090 (24 GB)?

Yes — Cosmos 3 runs on an RTX 4090 (24 GB) and other 24 GB cards such as the RTX 3090. Smaller variants also fit comfortably on 8–16 GB GPUs at BF16.

What quantization should I use for Cosmos 3?

Q4_K_M is the best balance of quality and VRAM for Cosmos 3 in most cases. Choose Q8_0 for near-lossless quality if you have spare VRAM, or smaller quants (Q3/Q2) only when memory is tight.

How do I run Cosmos 3 with Ollama?

Install Ollama, then run: ollama run . This downloads Cosmos 3 and starts a local, OpenAI-compatible endpoint — no internet connection is needed after the initial download.

Can I Run Cosmos 3 on My GPU?