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

Compact 3B-scale agentic LLM for multi-step tool use and reasoning, using a Looped Transformer to increase capacity without adding parameters; built for local deployment with configurable "thinking" modes and benchmark gains vs larger open models.

Hugging Face
AI Model2026

Open preview checkpoint of a sparse Mixture-of-Experts causal LLM with ~314B total params (~13B active per token) and native 256K context for long-context multilingual text generation. Ships with custom modeling code (trust_remote_code) and a research/non-commercial use license.

Hugging Face
AI Model2026

Agentic coding and long-horizon text generation via a 118B-parameter Mixture-of-Experts LLM with a 1,048,576-token context window. Features 256 routed experts, native preserved-thinking (reasoning) control, speculative decoding draft models, and quantized checkpoints for lower-cost serving.