Alpamayo 1.5 is a significant update to NVIDIA’s open 10B-parameter chain-of-thought reasoning VLA model, designed to be an interactive and steerable reasoning engine for the AV community. Alpamayo 1.5 is built on the Cosmos-Reason2 VLM backbone, is RL post-trained, and introduces support for navigation guidance, flexible camera counts, and user question answering. This model is ready for non-commercial use. Commercial licensing available upon request. Model weights: The model weights are released under the OpenMDW-1.1 license. Source code: Apache License 2.0, as provided in the Alpamayo 1.5 source repository. Global Researchers and autonomous-driving practitioners who are developing and…
Open weights
openmdw-1.1
11.1B parameters
Note: Following the release of NVIDIA Alpamayo at CES 2026, Alpamayo-R1 has been renamed to Alpamayo 1. Alpamayo 1 integrates Chain-of-Causation reasoning with trajectory planning to enhance decision-making in complex autonomous-driving scenarios. Alpamayo 1 (v1.0) was developed by NVIDIA as a vision-language-action (VLA) model that bridges interpretable reasoning with precise vehicle control for autonomous-driving applications. This model is ready for non-commercial use. Commercial licensing available upon request. Model weights: The model weights are released under the OpenMDW-1.1 license. Source code: Apache License 2.0, as provided in the Alpamayo 1 source repository. Global Researchers…
Open weights
openmdw-1.1
11.1B parameters
transformers
Flash Vision-Language-Action Inference for Autonomous Driving FlashDrive accelerates Alpamayo 1.5 — one of NVIDIA's 10B-parameter vision-language-action models for autonomous driving — by 4.7× with no loss in accuracy, through streaming inference, DFlash speculative reasoning, ParoQuant W4A8 quantization, adaptive action caching, and torch.compile. This repository mirrors the weights of nvidia/Alpamayo-1.5-10B and is the base checkpoint of the FlashDrive stack. Loading it pulls the derived companions automatically: Install FlashDrive, then load this base checkpoint — the -PARO and -DFlash companions are fetched automatically: The first call per stream only prefills the KV cache and returns…
Open weights
other
11.1B parameters
[[Paper]](https://arxiv.org/pdf/2505.13441) [[arXiv]](https://arxiv.org/abs/2505.13441) [[Project Website]](https://abhaybd.github.io/GraspMolmo/) [[Data]](https://huggingface.co/datasets/allenai/PRISM) GraspMolmo is a generalizable open-vocabulary task-oriented grasping (TOG) model for robotic manipulation. Given an image and a task to complete (e.g. "Pour me some tea"), GraspMolmo will point to the most appropriate grasp location, which can then be matched to the closest stable grasp. Running the above code could result in the following output: To predict a grasp point and match it to one of the candidate grasps, refer to the GraspMolmo class. First, install graspmolmo with and then…
Open weights
mit
8B parameters
4,096 tokens
OpenVLA 7B (openvla-7b) is an open vision-language-action model trained on 970K robot manipulation episodes from the Open X-Embodiment dataset. The model takes language instructions and camera images as input and generates robot actions. It supports controlling multiple robots out-of-the-box, and can be quickly adapted for new robot domains via (parameter-efficient) fine-tuning. All OpenVLA checkpoints, as well as our training codebase are released under an MIT License. For full details, please read our paper and see our project page. OpenVLA models take a language instruction and a camera image of a robot workspace as input, and predict (normalized) robot actions consisting of 7-DoF…
Open weights
mit
7.5B parameters
transformers
This repository contains the OpenVLA-OFT checkpoint for LIBERO-Spatial, as described in Fine-Tuning Vision-Language-Action Models: Optimizing Speed and Success. OpenVLA-OFT significantly improves upon the base OpenVLA model by incorporating optimized fine-tuning techniques. See here for other OpenVLA-OFT checkpoints: https://huggingface.co/moojink?searchmodels=oft This example demonstrates generating an action chunk using a pretrained OpenVLA-OFT checkpoint. Ensure you have set up the conda environment as described in the GitHub README.
Open weights
mit
7.5B parameters
transformers