model releaseNVIDIA

NVIDIA Releases Cosmos 3 Edge: 4B-Parameter World Model for Real-Time Robot Control at 15 Hz

TL;DR

NVIDIA has released Cosmos 3 Edge, a 4-billion-parameter open world model designed for edge AI systems. The model delivers real-time robot control at 15 Hz on NVIDIA Jetson devices, generating 32 actions per inference at 640×360 resolution.

2 min read
0

NVIDIA Releases Cosmos 3 Edge: 4B-Parameter World Model for Real-Time Robot Control at 15 Hz

NVIDIA has released Cosmos 3 Edge, a 4-billion-parameter open world model that enables robots and vision AI agents to understand environments, reason in real-time, and generate actions on edge devices. The model is now available on Hugging Face.

Core Specifications

Cosmos 3 Edge operates at robot-control resolution of 640×360 pixels and generates 32 actions per inference on NVIDIA Jetson Thor. According to NVIDIA, the model achieves real-time control at 15 Hz frequency.

The model runs on NVIDIA edge hardware including RTX PRO GPUs, DGX systems, GeForce RTX GPUs, and Jetson modules (including the newly announced T2000 and T3000).

Benchmark Performance

NVIDIA claims Cosmos 3 Edge ranks #1 on VANTAGE-Bench for vision analytics among 4-billion-parameter models and achieves state-of-the-art performance for robot policy learning in its size class. Specific benchmark scores were not disclosed.

Dual-Tower Architecture

The model combines two transformer architectures:

  • Autoregressive tower: Processes vision and text tokens for understanding and reasoning
  • Diffusion tower: Processes vision, audio, and action tokens for prediction and generation

Both towers share multimodal attention layers while maintaining separate normalization layers and multilayer perceptrons. Language tokens use causal attention, while diffusion tokens attend broadly to available context.

Action Representation

Cosmos 3 Edge encodes actions as geometric vectors capturing translation, rotation, and manipulation state. This unified representation allows the model to handle different physical embodiments—from vehicle ego-motion to robotic arm end-effector poses.

In policy mode, the model predicts both an action and its expected visual consequence, connecting world modeling directly to robot control.

Additional Releases

NVIDIA also released:

  • Cosmos 3 Edge Policy (DROID): A robot manipulation policy post-trained on the DROID dataset for pick-and-place tasks, with training scripts
  • Cosmos 3 Super 4-Step Distillation: A checkpoint reducing diffusion from 35-50 denoising steps to 4, delivering up to 25× faster inference according to NVIDIA

Developers can fine-tune Cosmos 3 Edge using H100 clusters or DGX Station before deploying to edge platforms.

Availability

The model is available now on Hugging Face at nvidia/Cosmos3-Edge. NVIDIA describes it as an open model platform with accompanying training scripts and reference implementations.

What This Means

Cosmos 3 Edge addresses a specific constraint in robotics: the need for sophisticated world understanding on memory-limited edge devices. At 4 billion parameters, it's designed to run where data is collected rather than requiring cloud connectivity. The 15 Hz control frequency is sufficient for many manipulation tasks, though high-speed applications may require faster inference. The dual-tower architecture represents an architectural approach to combining discrete reasoning with continuous action generation in a single model—though real-world deployment results remain to be seen from independent testing.

Related Articles

model release

NVIDIA Releases Nemotron-3-Embed-1B-BF16: 1.14B Parameter Multilingual Embedding Model with 2048-Dimensional Vectors

NVIDIA has released Nemotron-3-Embed-1B-BF16, a 1.14 billion parameter text embedding model supporting 34 languages with a 32,768 token context window. The model generates 2048-dimensional embeddings and was derived from Ministral-3-3B-Instruct-2512 through two rounds of structured pruning and distillation, first to 2B then to 1.14B parameters.

model release

Black Forest Labs releases FLUX.2: 32B open-weight image model with 4MP editing and 10-image multi-reference support

Black Forest Labs has released FLUX.2, a family of image generation models including a 32B parameter open-weight variant. The models support editing at up to 4 megapixel resolution and can reference up to 10 images simultaneously for character and style consistency.

product update

NVIDIA NeMo Automodel integrates with Hugging Face Diffusers for distributed video and image model fine-tuning

NVIDIA and Hugging Face have integrated NeMo Automodel with the Diffusers library, enabling distributed fine-tuning of video and image diffusion models without checkpoint conversion. The integration supports models including FLUX.1-dev (12B), Wan 2.1 (1.3B/14B), and HunyuanVideo (13B) with full fine-tuning and LoRA options.

model release

Alibaba releases Qwen 3.8, a 2.4 trillion parameter open-weight model claiming second place behind Fable 5

Alibaba has released Qwen 3.8, a 2.4 trillion parameter open-weight model that the company claims trails only Fable 5. The multimodal model processes images, videos, and documents, with a preview available through Alibaba's platforms at 10 percent of standard pricing.

Comments

Loading...