AIAny
AI Model2026
Icon for item

Cosmos3-Edge

Generates and reasons about multimodal physical-world content—text, images, video and action trajectories—conditioned on text, images, video and robot/vehicle action inputs. An edge-sized (4B) Mixture‑of‑Transformers omni-model optimized for single‑GPU inference and Physical AI tasks (image→video, action prediction, robot policy).

Introduction

Why this matters Cosmos3-Edge packages multimodal world modeling and action reasoning into a single checkpoint that fits on a single GPU. That makes physical‑AI workflows—robot policy prototyping, image→video simulation, and action-conditioned prediction—practical to run locally or at the edge without needing a full 64B foundation model. The central insight is combining an autoregressive token tower (for text) with a diffusion transformer (for continuous modalities) so the same model can both reason about and synthesize heterogeneous outputs.

What Sets It Apart
  • Unified omni-modal pipeline: supports text, images, video, audio and structured action trajectories as both inputs and outputs, enabling workflows that chain perception, simulation, and action prediction in one model. This reduces integration friction when prototyping embodied agents.
  • Mixture-of-Transformers architecture: uses an autoregressive tower for discrete text generation and a diffusion transformer for continuous visual/audio/action generation, retaining modality-appropriate decoders while sharing a coordinated representation.
  • Edge-scaled variant: the Edge checkpoint is a 4B-parameter model designed and benchmarked for single‑GPU inference (H100/Blackwell/Ampere and Jetson boards), with measured latency/throughput profiles for image→video generation and reasoner workloads.
  • Action-aware interfaces: native action trajectory inputs/outputs (multiple embodiment dims such as camera motion, Franka arm, AV) and recipe examples for forward/inverse dynamics and policy distillation workflows.
Who it's for and tradeoffs

Great fit if you need a practical, single‑GPU omni-model for Physical AI research or prototyping: robotics labs that want fast iteration on perception→action pipelines, AV or smart‑space teams that need image→video simulation, or developers who need an integrated generator+reasoner for embodied tasks. It is also useful as an initialization for downstream policy fine‑tuning (DROID examples provided).

Look elsewhere if you need physics‑accurate simulation, safety‑certified control, or highest‑fidelity image/video at production resolution. Cosmos3-Edge approximates physical dynamics and may produce temporal or interaction artifacts (object drift, morphing, implausible contacts). Long‑horizon action rollouts and safety‑critical control require additional validation, closed‑loop controllers, and domain‑specific guardrails.

Practical notes
  • Key numbers: Edge model ≈ 4B parameters; training corpus described as ~1.3B data points across multimodal sources. Reasoner supports very long contexts (up to 256K tokens); generator supports 256p/480p image/video at 12–30 fps within specified frame-length limits.
  • Deployment: targeted to NVIDIA GPUs and Jetson platforms; BF16 tested; PyTorch runtime and cosmos-framework integration with prompt upsampling examples provided. Benchmarks and single‑GPU PBR numbers are included in the model card to guide hardware choices.
  • Safety and data curation: filtering pipelines, human audit, and guardrail models are referenced in the card, but residual risks remain; users must perform domain validation and implement additional safety controls for real deployments.

More Items

Hugging Face
AI Model2026

Sparse MoE causal LLM that uses Mixture-of-Value Attention (MoVA) to store 36B parameters while activating ~4B per token; supports a native 524,288-token context and is released with final checkpoints, training data, and training code under open license.

Hugging Face
AI Model2021

Learns a joint image–text embedding via contrastive pretraining to enable zero-shot image classification. Uses a ViT‑B/32 image encoder and transformer text encoder; intended primarily for research into robustness and generalization, not untested deployment.

Hugging Face
AI Model2026

A TURBO multi-stage fine-tune of Qwen3.8‑27B that shortens internal “thinking” token blocks and raises ARC benchmarks (8‑bit ARC‑C ≈735, ARC‑E ≈882). It ships GGUF quants (regular and MTP, Neo‑Imatrix), vision support and 256k context for local multimodal inference on consumer GPUs.