model releaseNVIDIA

NVIDIA Releases Cosmos3-Super-Text2Image: 64B Parameter Model for Physical AI Applications

TL;DR

NVIDIA released Cosmos3-Super-Text2Image, a 64-billion parameter text-to-image generation model as part of its Cosmos3 collection of omnimodal world models. The model uses a Mixture-of-Transformers architecture combining autoregressive and diffusion transformers, designed for Physical AI applications including robotics and autonomous vehicles.

2 min read
0

NVIDIA Releases Cosmos3-Super-Text2Image: 64B Parameter Model for Physical AI Applications

NVIDIA released Cosmos3-Super-Text2Image, a 64-billion parameter text-to-image generation model as part of its Cosmos3 collection of omnimodal world models. The model is available now on Hugging Face and GitHub under the OpenMDW1.1 license for commercial and non-commercial use.

Model Architecture and Specifications

Cosmos3-Super-Text2Image is built on a Mixture-of-Transformers (MoT) architecture consisting of two complementary transformer towers: an autoregressive transformer for discrete token generation and a diffusion transformer for continuous multimodal generation. The model generates high-fidelity JPEG images from text descriptions at resolutions including 256p, 480p, and 720p across multiple aspect ratios (16:9, 4:3, 1:1, 3:4, 9:16).

The model accepts text input up to 4,096 tokens and outputs two-dimensional RGB images in JPG format. NVIDIA specifies that only BF16 precision is officially tested and supported.

Broader Cosmos3 Platform

Cosmos3-Super-Text2Image is one of five models in the Cosmos3 collection:

  • Cosmos3-Nano: 16B parameters for multimodal understanding and generation
  • Cosmos3-Super: 64B parameters for multimodal understanding and generation
  • Cosmos3-Nano-Policy-DROID: 16B parameters for robot action trajectory generation
  • Cosmos3-Super-Image2Video: 64B parameters for video generation from images
  • Cosmos3-Super-Text2Image: 64B parameters for text-to-image generation

According to NVIDIA, the Cosmos platform is designed to accelerate Physical AI development by enabling machines to understand, simulate, and interact with the physical world across robotics, autonomous driving, and smart space environments.

Technical Requirements

The model requires NVIDIA GPU-accelerated systems running on Ampere, Hopper, or Blackwell microarchitectures. Supported runtime engines include PyTorch, vLLM-Omni, and Hugging Face Diffusers. NVIDIA has tested the model on Linux operating systems only.

Pricing information has not been disclosed.

What This Means

Cosmos3 represents NVIDIA's entry into foundation models for Physical AI applications, directly competing with general-purpose multimodal models from OpenAI, Anthropic, and Google. The unified architecture handling multiple modalities within a single framework could reduce deployment complexity for robotics and autonomous systems developers. However, the 64B parameter count and requirement for NVIDIA-specific hardware may limit accessibility compared to smaller, hardware-agnostic alternatives. The lack of disclosed pricing and benchmark scores makes performance comparison with existing text-to-image models like Stable Diffusion 3 or DALL-E 3 impossible at this stage.

Related Articles

model release

DeepSeek Releases V4-Flash-Vision-Exp, First Multimodal Model in V4 Family

DeepSeek has released DeepSeek-V4-Flash-Vision-Exp, its first experimental multimodal model in the V4 family, adding visual understanding to the V4-Flash architecture. The 305B-parameter model shows substantial gains on multimodal agent benchmarks while holding steady on text-only tasks.

model release

GLM-5.3-Flash Debuts as Zhipu AI's First Natively Multimodal Model, 320B Parameters with 18B Active

Zhipu AI has released GLM-5.3-Flash, the first natively multimodal model in its GLM-5 series, built on a 320B-parameter mixture-of-experts architecture with only 18B active parameters. The company claims it outperforms GLM-5.2 while approaching Claude Opus 4.8 on coding and agentic benchmarks at a fraction of the cost. Unsloth has published quantized GGUF versions for local inference.

model release

Z.ai Launches GLM-5.3-Flash: 1M-Token Context, Image Support, Claimed 10x Cost Cut Over GLM-5.2

Z.ai has released GLM-5.3-Flash, a 320-billion-parameter Mixture-of-Experts model with 18 billion active parameters, a 1-million-token context window, and image input support. The model launched on LM Studio's Bionic platform hours after its official unveiling, with LM Studio claiming it is 9-10x cheaper to run than GLM-5.2.

model release

Alibaba Releases Qwen3.8 Flash, a Multimodal Reasoning Model with 1M-Token Context

Alibaba has released Qwen3.8 Flash, a multimodal reasoning model with a 1 million token context window, aimed at coding, agentic workflows, and visual/document analysis. It's priced at $0.16 per 1M input tokens and $0.47 per 1M output tokens through Alibaba Cloud International.

Comments

Loading...