model releaseNVIDIA

NVIDIA Releases Alpamayo 2 Super, a 34B Vision-Language-Action Model for Autonomous Driving

TL;DR

NVIDIA has released Alpamayo 2 Super, a 34B-parameter foundation model for autonomous vehicle development that combines a 32B vision-language backbone with a 2.3B-parameter diffusion action decoder. The model handles trajectory prediction, visual question answering, 2D grounding, and auto-labeling, and posts a Lingo-Judge score of 79.2 on LingoQA reasoning evaluation.

3 min read
0

NVIDIA has released Alpamayo 2 Super, a 34-billion-parameter foundation model built for autonomous vehicle (AV) development, on Hugging Face. The model is part of NVIDIA's broader Alpamayo Open Platform and targets a single unified checkpoint for perception, planning, and decision-making tasks in AV software.

Architecture and Specs

Alpamayo 2 Super is a Vision-Language-Action (VLA) model built on two components: a 32-billion-parameter VLM backbone derived from Cosmos 3 Super Reasoner, and a 2.3-billion-parameter diffusion-based action decoder. The model ingests multi-camera image/video streams, text, and egomotion history (3D translation plus 9D rotation matrices across multiple timesteps), and outputs either text (Chain-of-Causation reasoning traces, meta-actions, visual question answers, grounding coordinates) or trajectories.

The trajectory API returns 64 waypoints spanning 0.1 to 6.4 seconds at 0.1-second intervals, each with ego-frame XYZ positions and 3x3 rotation matrices. Validated public notebook profiles use six cameras and four historical frames per camera.

Training Data

According to NVIDIA, the model was trained on roughly 115,000 hours of multi-camera driving video with egomotion and trajectory annotations, plus approximately 3.7 million Chain-of-Causation reasoning traces linking driving decisions to causal factors. Training data included more than 1 billion images and between 10,000 and 1 million hours of video, collected via vehicle sensors (RGB cameras, IMUs, GPS) and labeled through a hybrid automated/manual process.

Benchmark Results

NVIDIA reports the following evaluation scores:

  • LingoQA reasoning: Lingo-Judge Score of 79.2
  • AlpaSim closed-loop evaluation (913 scenarios from PhysicalAI-AV-NuRec Dataset): AlpaSim Score of 1.50 ± 0.13
  • Open-loop evaluation (1,434 challenging samples from PhysicalAI-AV Dataset): minADE_6 at 6.4s of 0.911 meters

These figures come directly from NVIDIA's model card; no independent third-party verification is available at this time.

Licensing and Deployment

Model weights are released under the OpenMDW-1.1 license, while source code is licensed under Apache 2.0. The model has been tested on NVIDIA H100 80GB HBM3 GPUs running Linux, requiring PyTorch 2.8+, Hugging Face Transformers 4.57.1+, and DeepSpeed 0.17.4+. A single-GPU inference configuration (seven cameras, four frames each, batch size 1, BF16, 10 diffusion steps) measured a peak device memory footprint of 72,115 MiB. Pricing is not applicable, as the model is distributed as open weights rather than a hosted API product.

What This Means

Alpamayo 2 Super consolidates multiple AV development tasks — trajectory prediction, visual question answering, 2D grounding, and auto-labeling — into a single foundation model rather than requiring separate specialized systems. This mirrors a broader industry shift toward unified vision-language-action models for robotics and autonomous systems, following similar architectural bets from other AV and robotics labs.

The reported benchmark numbers (LingoQA, AlpaSim, minADE_6) are useful as directional indicators but come solely from NVIDIA's own evaluation; independent replication will determine how the model performs against competing AV foundation models in real-world deployment. The open-weight release under OpenMDW-1.1, combined with Apache 2.0 source code, positions this as an accessible baseline for AV researchers rather than a closed commercial product, though the H100-only validation and heavy memory requirements (nearly 70 GiB per GPU) mean deployment remains limited to well-resourced teams for now.

Related Articles

product update

NVIDIA Releases Magpie TTS Multilingual Update: 364M-Parameter Open-Weights Model Now Supports 12 Languages, Sub-50ms La

NVIDIA's Magpie TTS Multilingual, a 364M-parameter open-weights text-to-speech model, now supports 12 languages after adding Modern Standard Arabic, Korean, and Brazilian Portuguese. The model achieves 32ms time-to-first-audio on B200 GPUs and improves speech quality across French, Spanish, and German.

model release

Meta Releases Muse Glimmer, a 30B Open-Weight Agent Model That Runs on a Single RTX 3090

Meta released Muse Glimmer, a 30B-parameter open-weight model under Apache 2.0 built for always-on local agents, alongside a promise to release Muse Spark 1.2 weights soon. The model runs on a single RTX 3090 and scores 35 on Artificial Analysis's Intelligence Index.

model release

Meta Releases Muse Glimmer, a 30B Open-Weights Model Under Apache 2.0 License

Meta has released Muse Glimmer, a 30 billion parameter open-weights model licensed under Apache 2.0. The model targets agentic task completion, tool use, and multi-step reasoning, with benchmark results claimed on DeepSearch QA, MCP-Atlas, τ-Bench, and SWE-Bench.

model release

Unsloth Releases GGUF Quantizations of Meta's Muse Glimmer 30B Agentic Model

Unsloth has published GGUF quantizations of Muse Glimmer-30B, a dense 29.6B-parameter causal transformer with a dedicated perception encoder, attributed to Meta Superintelligence Lab in the model card. The model targets autonomous agentic tasks on consumer hardware with a 131,072-token context window and 4-bit quantization under 20GB.

Comments

Loading...