NVIDIA’s 34B Driving Model Is Now Open for Commercial Use

Autonomous driving teams have been rebuilding the same long-tail detection workarounds for years because no open model handled rare multi-agent edge cases well enough to ship commercially.

The gap between research demos and deployable autonomy just narrowed

Conventional autonomous driving stacks break down on rare, complex scenarios where multiple agents interact unpredictably. Engineering teams spend months engineering brittle rule-based patches for situations the base model was never trained to reason about.

One forward pass returns a trajectory, a causal explanation, and a meta-action

NVIDIA Releases Alpamayo 2 Super takes multi-camera RGB video, text, and timestamped egomotion history as inputs, then outputs 64 planned waypoints spanning 0.1 to 6.4 seconds, a causal explanation of the chosen path, and a meta-action classification. You feed six cameras and four historical frames per camera through the model’s API and receive ego-frame XYZ coordinates with rotation matrices at each waypoint. The 32B VLM backbone, post-trained with reinforcement learning on roughly 115,000 hours of driving video, drives the reasoning, while a separate 2.3B diffusion-based action decoder generates the trajectory.

Robotaxi engineers are not the only ones who should be paying attention

  • Autonomous vehicle platform engineers who need a commercially licensable foundation model to fine-tune on proprietary fleet data without legal review cycles
  • Simulation and synthetic data teams who require causally grounded trajectory explanations to validate scenario coverage in closed-loop testing
  • AV safety teams responsible for long-tail event documentation who need a model that produces human-readable reasoning alongside every planned path

The weights ship under OpenMDW-1.1, the Linux Foundation’s open model license, with Apache 2.0 source code. That means fine-tuning, derivative models, and commercial redistribution are all permitted from day one, and NVIDIA has retroactively applied this license to the entire Alpamayo family.

Open commercial licensing in autonomy is happening faster than most AV programs planned for

Wayve’s LINGO series and similar vision-language driving models have remained research artifacts without permissive commercial terms, leaving most teams dependent on closed APIs or building from scratch. Alpamayo 2 Super shifts that default and forces every AV program evaluating foundation model strategy to reconsider build-versus-license calculus this quarter.

What you can do with it starting today

  • Fine-tune on proprietary fleet video and redistribute the derivative model commercially
  • Extract causal explanations to generate safety-case evidence for regulators
  • Run closed-loop simulation tests using the 64-waypoint trajectory output as ground truth
  • Benchmark long-tail scenario coverage against your existing detection-and-prediction stack

Weights and source code are available now under OpenMDW-1.1 and Apache 2.0 at no model licensing cost; compute and infrastructure costs apply.

Alpamayo 2 Super was validated on six-camera rigs, so teams running non-standard sensor configurations will need to budget for additional fine-tuning before trusting the trajectory outputs.

Wayve LINGO and Comma’s OpenPilot cover adjacent ground but neither combines open commercial licensing with a VLM backbone at this parameter count. The meaningful difference here is the causal explanation output, which neither alternative surfaces as a structured artifact.

Open foundation models are rewriting who can afford to build a robotaxi program

This is the kind of shift that changes competitive timelines for AV programs outside the top five funded players. We cover tools like this every Friday — subscribe here and we’ll send the best ones straight to you.