NVIDIA has moved Alpamayo 2 Super into commercial use, according to NVIDIA's official blog. The autonomous-driving reasoning model runs on Cosmos 3 Super Reasoner, holds three times the parameters of its 10-billion-parameter predecessors, and ships under the OpenMDW-1.1 license, which ITHome reports NVIDIA has extended across the entire Alpamayo model family for fine-tuning and commercial redistribution.
What licensing terms enable commercial use of Alpamayo 2 Super?
According to NVIDIA's official blog, Alpamayo 2 Super has now entered commercial use as part of the Alpamayo series, which NVIDIA describes as the most widely adopted open autonomous-driving reasoning model family on Hugging Face. The model is distributed under OpenMDW-1.1, a permissive license issued by the Linux Foundation for open AI model releases, and NVIDIA states this license covers fine-tuning, derivative models, and commercial re-release.
ITHome's coverage adds the licensing timeline and scope: OpenMDW was first introduced in 2025 by the Linux Foundation together with the PyTorch Foundation, and the updated OpenMDW-1.1 was released by the Linux Foundation in May 2026. Per ITHome, NVIDIA has now extended OpenMDW-1.1 to cover the entire Alpamayo model family, meaning self-driving developers, automakers, and component suppliers can fine-tune the models with their own data, build derivative versions, and use modified models in commercial products.
ITHome further reports that users of Alpamayo models can freely use, modify, fine-tune, and redistribute the materials — including for commercial purposes — without applying to NVIDIA for separate permission. The one condition: anyone redistributing original or modified model materials must include the license documentation and retain the applicable original copyright and source notices.
How much larger is Alpamayo 2 Super, and what powers it?
NVIDIA's blog states that Alpamayo 2 Super is built on NVIDIA Cosmos 3 Super Reasoner and was post-trained using reinforcement learning. On scale, NVIDIA reports that Alpamayo 2 Super is three times the size of its two predecessors — Alpamayo 1.5 and Alpamayo 1 — which each carry 10 billion parameters.
What five outputs does Alpamayo generate, and how do they support safety verification?
Per NVIDIA's blog, Alpamayo 2 Super produces five tightly linked outputs for every driving scenario: a trajectory describing the vehicle's planned path; a chain-of-causation (CoC) trajectory that explains the reasoning behind a decision; a Meta-Action capturing the model's intent, such as yielding, changing lanes, or parking; reasoning auto-labels that generate chain-of-causation annotations for training and validation data; and visual question-answering responses combined with 2D visual grounding.
NVIDIA states that the chain-of-causation trajectory specifically integrates with the NVIDIA Halos safety verification workflow and supports AI safety practices aligned with the ISO/PAS 8800 standard — directly tying the model's reasoning output to its safety-compliance pathway.
How does Alpamayo 2 Super rank on benchmarks, and how widely has the series been adopted?
On the LingoQA autonomous-driving reasoning benchmark, NVIDIA reports that Alpamayo 2 Super ranked first among roughly 40 evaluated models. Using its own Lingo-Judge metric, NVIDIA states the model's point-gap lead over three named competitors as follows:
| Competing model | Alpamayo 2 Super's lead (Lingo-Judge points) |
|---|
| Qwen2.5-VL 72B | 17.0 |
| Gemini 2.5 Pro | 15.1 |
| GPT-4o | 23.2 |
Separately, NVIDIA's blog reports that downloads of the Alpamayo series on Hugging Face have surpassed 500,000, which NVIDIA cites as reinforcing the series' position as the most widely used open autonomous-driving reasoning model family on the platform.
What tools exist to close the gap between the open model and a real self-driving car?
NVIDIA's blog lists a supporting toolset released alongside the model family: NVIDIA AlpaSim for closed-loop simulation, NVIDIA AlpaGym for high-throughput reinforcement learning, NVIDIA's open Physical AI datasets for training and testing, and open training recipes plus automated labeling pipelines intended to speed up model development, training, and validation.
That tooling matters against a caveat ITHome reports directly: Alpamayo 2 Super itself is primarily built for cloud-based development and is not a complete driving system that can be installed directly into a self-driving car. Before deployment in an actual vehicle, ITHome notes the model still requires adaptation and safety validation tailored to a specific vehicle model, sensor configuration, and road environment.
What this means
The evidence points to two tracks moving at different speeds. On one track, NVIDIA has widened commercial access — OpenMDW-1.1 now spans the whole Alpamayo family, redistribution requires no NVIDIA approval per ITHome, and the series has already logged over 500,000 Hugging Face downloads alongside a first-place LingoQA ranking among roughly 40 models. On the other track, ITHome's reporting is explicit that the released model is a cloud-development artifact, not a road-ready driving system: reaching an actual vehicle still requires vehicle-specific, sensor-specific, and road-specific adaptation and safety validation. NVIDIA's own safety framing — the chain-of-causation trajectory's integration with the Halos workflow and ISO/PAS 8800 — addresses part of that gap on paper, but the AlpaSim, AlpaGym, and open dataset tooling NVIDIA ships alongside the model are, per the evidence, exactly the kind of infrastructure that validation step would draw on.