NVIDIA is attempting to anchor the autonomous vehicle industry to its hardware ecosystem by releasing Alpamayo 2 Super, an open-weights 34-billion-parameter vision-language-action (VLA) model. This release targets the core software stack of self-driving systems under the permissive OpenMDW-1.1 open commercial license, which explicitly allows for commercial use and redistribution without requiring extra permission.
On the LingoQA benchmark, Alpamayo 2 Super achieved a top-ranked Lingo-Judge score of 79.2, outperforming GPT-4o by 23.2 points (which scored 56.0) and Qwen2.5-VL 72B by 17.0 points (which scored 62.2). Outperforming nearly 40 evaluated systems to secure top standing on the benchmark, the model topped Gemini 2.5 Pro’s score of 64.1 by a margin of 15.1 points.
Bridging Causal Reasoning and Physical Trajectories
A 2.3B diffusion-based action decoder works in tandem with a 32B vision-language backbone constructed from NVIDIA Cosmos 3 Super Reasoner. This hybrid design processes input data formats including multi-camera RGB video, text, and egomotion history consisting of 3D translation plus a 3×3 rotation matrix across multiple timesteps with timestamps.
NVIDIA’s training pipeline incorporated 3,700,000 Chain-of-Causation (CoC) traces, 115,000 hours worth of multi-camera driving video, and over 1 billion images. Five closely linked outputs are generated by the model, including Trajectory and Chain-of-Causation.
Spanning a 6.4-second duration with 0.1-second intervals, the trajectory API outputs 64 waypoints that feature individual ego-frame XYZ coordinates alongside a 3×3 rotation matrix. Generating these paths requires 10 diffusion steps executed by the diffusion action expert.
The model processes 24 frames per step when using six active cameras. In public notebook profiles, the configuration consists of six cameras paired with four historical frames, contrasting with the seven cameras used throughout measured inference. The camera array covers multiple angles around the vehicle, including Cam 0 (cross left, 215°) and Cam 1 (front wide, 270°).
| Model | Key Difference | Best For |
|---|---|---|
| Alpamayo 2 Super | 34B VLA pairing a 32B reasoning backbone with a 2.3B diffusion action decoder | Autonomous driving trajectory generation and causal reasoning |
| Qwen2.5-VL 72B | Larger 72B parameter general vision-language model without dedicated action decoder | General-purpose visual understanding and document analysis |
| GPT-4o | Proprietary frontier multimodal model lacking specialized spatial-temporal trajectory APIs | Broad conversational AI and multi-modal reasoning tasks |
The Computational Bottleneck of Onboard Execution
Deploying this architecture directly onto vehicle edge hardware presents a daunting operational bottleneck due to the significant runtime computational overhead of coupling a 32B backbone with a 2.3B diffusion action decoder. When tested on a single H100 80GB GPU, the model reached a peak memory usage of 72,115 MiB in BF16 precision. Consequently, NVIDIA’s official press announcement positions Alpamayo models as large-scale teacher models intended for fine-tuning and distillation into production AV stacks rather than for direct in-vehicle execution.
To evaluate performance, developers can look at both open-loop and closed-loop metrics. Open-loop performance is 0.911 m minADE₆ at 6.4 seconds, based on 937 samples, though these metrics often mask distribution shifts and dynamic edge cases in real-world deployment. Closed-loop performance is 1.50 ± 0.13 on AlpaSim using 910 NuRec scenarios, specifically utilizing the PhysicalAI-AV-NuRec and PhysicalAI-AV datasets.
According to NVIDIA’s autonomous driving safety report, the company’s autonomous driving platform supports the full spectrum of SAE automation levels, ranging from Level 2 driver-assistance systems to Level 5 full automation for robotaxis. NVIDIA’s official press announcement states that industry partners including Lucid, JLR, Uber, and Berkeley DeepDrive have expressed interest in utilizing the Alpamayo ecosystem for developing Level 4 autonomous driving stacks. Furthermore, NVIDIA’s official press announcement reports that the Alpamayo family of models is underpinned by the NVIDIA Halos safety system, ensuring compliance with the ISO/PAS 8800 AI safety standard.
By processing proprietary fleet clips to yield reasoning auto-labels, developers build the necessary training and validation data. However, despite the permissive OpenMDW-1.1 licensing, full validation still binds developers tightly to NVIDIA’s proprietary simulation frameworks and hardware ecosystem.
📊 Key Numbers
- Model Parameter Size: 34B parameters (32B VLM backbone, 2.3B action decoder)
- Alpamayo 2 Super LingoQA Score: 79.2 Lingo-Judge score
- Qwen2.5-VL 72B LingoQA Score: 62.2 (17.0 points lower than Alpamayo 2 Super)
- Gemini 2.5 Pro LingoQA Score: 64.1 (15.1 points lower than Alpamayo 2 Super)
- GPT-4o LingoQA Score: 56.0 (23.2 points lower than Alpamayo 2 Super)
- Training Video Volume: 115,000 hours of multi-camera video
- Training Image Volume: Over 1 billion images
- Chain-of-Causation Traces: 3,700,000 traces
- Diffusion Action Steps: 10 steps
- Active Camera Frame Processing: 24 frames per step when using 6 active cameras
- Trajectory Waypoints: 64 waypoints covering 6.4 seconds at 0.1-second intervals
- Closed-Loop Performance: 1.50 ± 0.13 on AlpaSim using 910 NuRec scenarios
- Open-Loop Performance: 0.911 m minADE₆ at 6.4 seconds based on 937 samples
- Peak Memory Usage: 72,115 MiB in BF16 precision on a single H100 80GB GPU
- Benchmark Scale: Ranked first among nearly 40 models on LingoQA
🔍 Context
The LingoQA benchmark and its Lingo-Judge evaluator served as the primary testing ground to assess the model’s reasoning capabilities. This release addresses the critical gap of translating high-level visual reasoning into precise, low-level physical control commands within an open-weights framework. It accelerates the industry-wide transition toward end-to-end neural autonomous driving stacks, challenging traditional, fragmented perception-and-planning pipelines. While general-purpose models like Qwen2.5-VL 72B offer strong visual understanding, they lack Alpamayo’s integrated 2.3B diffusion-based action decoder designed specifically for spatial-temporal trajectory generation. This launch under the OpenMDW-1.1 license provides developers with an immediate, commercially unrestricted foundation to train and distill specialized driving models.
💡 AIUniverse Analysis
Our reading: The genuine breakthrough in Alpamayo 2 Super lies in its tight coupling of a 32B reasoning backbone with a 2.3B diffusion action decoder. By outputting 64 spatial-temporal waypoints alongside Chain-of-Causation traces, the model bridges the gap between explainable AI and physical execution, allowing developers to inspect the exact logical steps leading to a specific trajectory.
However, the operational reality presents a steep hurdle. Running a 34B parameter model that consumes over 72,000 MiB of VRAM is completely impractical for real-time, low-latency execution on standard vehicle edge hardware. Furthermore, open-loop metrics like a 0.911m minADE₆ can easily mask catastrophic distribution shifts in real-world driving, meaning developers must still rely on expensive closed-loop simulation and distillation pipelines that ultimately lock them into NVIDIA’s proprietary hardware and software ecosystem.
For this to matter in 12 months, developers must successfully distill this massive teacher model into lightweight, sub-1B parameter in-car models without losing its superior reasoning and trajectory accuracy.
⚖️ AIUniverse Verdict
👀 Watch this space. While Alpamayo 2 Super dominates the LingoQA benchmark with a score of 79.2, its massive 34B parameter size and 72,115 MiB memory footprint mean its real-world utility depends entirely on how effectively developers can distill it for in-vehicle edge hardware.
🎯 What This Means For You
Founders & Startups: Robotics and AV startups can bypass building proprietary perception-planning backbones from scratch by building commercial products on top of an open-weights 34B VLA model.
Developers: Developers get access to an API emitting 64 spatial-temporal waypoints over a 6.4-second window alongside structured causal explanation traces for fine-tuning.
Enterprise & Mid-Market: Automotive OEMs can adopt the model as an automated data autolabeler to compress fleet annotation cycles from months to days while satisfying ISO/PAS 8800 safety compliance workflows.
General Users: Everyday commuters may eventually ride in safer autonomous vehicles capable of handling complex, unexpected multi-agent traffic scenarios with explainable decision-making.
⚡ TL;DR
- What happened: NVIDIA released Alpamayo 2 Super, a 34B open-weights vision-language-action model for autonomous driving that outperformed GPT-4o and Qwen2.5-VL 72B on the LingoQA benchmark.
- Why it matters: It provides a commercially permissive, high-performance foundation that pairs physical trajectory generation with causal reasoning, aiming to standardize the autonomous vehicle stack.
- What to do: Developers and automotive OEMs should evaluate the model as a high-fidelity teacher for autolabeling and distillation, while preparing for the significant computational overhead required to run or validate it.
📖 Key Terms
- Vision-Language-Action (VLA) Model
- An AI architecture that processes visual and textual inputs to directly generate physical control actions or trajectories.
- OpenMDW-1.1
- A permissive open commercial license that allows developers to use, modify, and redistribute models without requiring additional vendor permission.
- Chain-of-Causation (CoC)
- A structured sequence of reasoning steps that explains the logical decisions leading to a specific physical action.
- AlpaSim
- A simulation framework used to evaluate the closed-loop performance of autonomous driving models under realistic scenarios.
Analysis based on reporting by MarkTechPost. Original article here. Additional sources consulted: Independent Source — docs.nvidia.com/self-driving-cars/autonomous-driving-safety-report; Independent Source — nvidianews.nvidia.com/news/alpamayo-autonomous-vehicle-development.
🔗 Sources Consulted
- Primary source: MarkTechPost
- Additional source consulted: docs.nvidia.com
- Additional source consulted: nvidianews.nvidia.com
Figures and claims in this article were checked against the documents listed above. Items that could not be traced to them were removed before publication.
Analysis based on reporting by MarkTechPost. Original article here.

