NVIDIA Unveils Alpamayo 2 Super for Advanced Autonomous Driving Logic
According to Dawan Africa, NVIDIA has launched Alpamayo 2 Super, an open-license foundation model for autonomous-vehicle development.

Built on NVIDIA Cosmos 3 Super Reasoner and post-trained with reinforcement learning, the model is intended to handle driving scenarios that require more than object detection or motion prediction. For developers, the important shift is architectural: one model is being positioned as a shared layer for scene understanding, planning, evaluation and dataset generation.
From perception to inspectable driving decisions
Alpamayo 2 Super processes full 360-degree camera views covering the front, sides and rear of the vehicle. NVIDIA says this enables the model to work across scenarios such as lane changes, highway merges, unprotected turns and complex intersections—cases where the relevant output depends on the relationship between road users, vehicle intent and the surrounding geometry.
The model produces five outputs for each scenario: a planned vehicle trajectory, a chain-of-causation explanation, a driving intent such as yielding or changing lanes, automated reasoning labels for training datasets, and visual question answering tied to specific regions in the camera images.
That output structure is more significant than the model label itself. A conventional perception stack may produce detections and tracks, while a planning module generates a path. Alpamayo 2 Super is described as operating across these development stages, exposing intermediate information that can be inspected during training and evaluation. The practical target is not merely lower inference latency or a higher object-recognition score, but a development workflow in which the model’s proposed action and its stated causal rationale can be reviewed together.
NVIDIA said the model was post-trained using reinforcement learning to improve reasoning across multiple autonomous-driving tasks. The available evidence does not specify the training compute, parameter count, memory requirements or production latency, so the announcement does not establish how the model would fit into an in-vehicle deployment stack.
NVIDIA’s benchmark claims remain internal
In NVIDIA’s internal testing, Alpamayo 2 Super reportedly exceeded Qwen2.5-VL 72B by 17.0 points, Gemini 2.5 Pro by 15.1 points and GPT-4o by 23.2 points on the Lingo-Judge metric for driving-focused reasoning tasks.
These results are company-reported and should be read narrowly. They indicate a claimed advantage on a driving-reasoning evaluation, not a general ranking across multimodal models, nor evidence of a specific improvement in road safety. The announcement does not provide the test set, scoring distribution, hardware configuration or inference settings needed to assess throughput, cost per scenario or reproducibility.
For engineering teams, those missing variables are decisive. A model can perform strongly on reasoning tasks while imposing unacceptable memory-bandwidth, compute or latency requirements for a vehicle platform. The next useful validation step is therefore not to repeat the headline comparison, but to test the model against a representative long-tail scenario set, measure end-to-end latency and inspect whether its explanations remain consistent with the trajectory it generates.
Open licensing changes the integration question
Alpamayo 2 Super is made available for commercial use under the Linux Foundation’s OpenMDW-1.1 license, according to the report. Automakers, robotaxi operators, truck manufacturers and suppliers can fine-tune the model, create derivative versions and commercially redistribute them without additional permissions.
NVIDIA presents that licensing model as a way for developers to retain control over proprietary data, infrastructure and specialized models. It also allows the same foundation model to be used across several stages of vehicle development, including scene understanding, model evaluation and knowledge distillation.
The immediate implication for AV developers is lower licensing friction, not an automatically lower total cost of ownership. Teams still need to account for training compute, storage, data curation, validation infrastructure and deployment constraints. The technical question to track is whether Alpamayo 2 Super can serve as a stable shared representation across these workloads without forcing each downstream system to absorb excessive parameter, memory or latency overhead.