nvidia / Alpamayo-1.5-10B

huggingface.co
Total runs: 40.3K
24-hour runs: 881
7-day runs: 484
30-day runs: -17.4K
Model's Last Updated: August 07 2026
robotics

Introduction of Alpamayo-1.5-10B

Model Details of Alpamayo-1.5-10B

Alpamayo 1.5

Alpamayo | Code

Model Overview
Description:

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.

License:

The model weights are released under a non-commercial license .

The inference code is released under the Apache 2.0 license.

Deployment Geography:

Global

Use Case:

Researchers and autonomous-driving practitioners who are developing and evaluating VLA models for autonomous-driving scenarios, particularly for handling rare, long-tail events.

Release Date:

Hugging Face 03/19/2026 via https://huggingface.co/nvidia/Alpamayo-1.5-10B

Inference Code:

GitHub: https://github.com/NVlabs/alpamayo1.5

Model Architecture:

Architecture Type: Transformer

Network Architecture: A VLA model based on Cosmos-Reason2 and featuring a diffusion-based trajectory decoder.

This model was developed based on: Cosmos-Reason2 (VLM backbone) with a diffusion-based action decoder

Number of model parameters:

  • Backbone: 8.2B parameters
  • Action Expert: 2.3B parameters
Input(s):

Input Type(s): Image/Video, Text, Egomotion History

Input Format(s):

  • Image: Red, Green, Blue (RGB)
  • Text: String
  • Egomotion History: Floating-point values (x, y, z), R_rot

Input Parameters:

  • Image: Two-dimensional (2D), multi-camera, multi-timestep
  • Text: One-dimensional (1D)
  • Egomotion History: Three-dimensional (3D) translation and nine-dimensional (9D, 3x3) rotation, multi-timestep

Other Properties Related to Input: Multi-camera images (4 cameras by default: front-wide, front-tele, cross-left, cross-right) with 0.4 second history window at 10Hz (4 frames per camera), image resolution 1080x1920 pixels (processor will downsample them to 320x576 pixels). Text inputs include user commands and navigation guidance. Images and egomotion history (16 waypoints at 10Hz) also require associated timestamps. Note that the model is primarily trained and only tested under this setting.

Output(s)

Output Type(s): Text, Trajectory

Output Format(s):

  • Text: String (Chain-of-Causation reasoning traces or question answers)
  • Trajectory: Floating-point values (x, y, z), R_rot

Output Parameters:

  • Text: One-dimensional (1D)
  • Trajectory: Three-dimensional (3D) translation and nine-dimensional (9D, 3x3) rotation, multi-timestep

Other Properties Related to Output: Outputs 6.4-second future trajectory (64 waypoints at 10Hz) with position (x, y, z) and rotation matrix R_rot in ego vehicle coordinate frame. Internally, the trajectory is represented as a sequence of dynamic actions (acceleration and curvature) following a unicycle model in bird's-eye-view (BEV) space. Text reasoning traces and question answers are variable in length, describing driving decisions and causal factors.

Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA's hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.

Software Integration:

Runtime Engine(s):

  • PyTorch (minimum version: 2.8)
  • Hugging Face Transformers (minimum version: 4.57.1)
  • DeepSpeed (minimum version: 0.17.4)

Supported Hardware Microarchitecture Compatibility:

  • NVIDIA GPUs with sufficient memory to load a 10B parameter model (minimum 1 GPU with at least 24GB of VRAM)

Preferred/Supported Operating System(s):

  • Linux (we have not tested on other operating systems)

The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.

Model Version(s):

Alpamayo 1.5 10B trained

Can be integrated into autonomous driving software in the cloud for advanced end-to-end perception, reasoning, and motion planning.

Training, Testing, and Evaluation Datasets:
Training Dataset:

Alpamayo 1.5's training data comprises a mix of Chain of Causation (CoC) reasoning traces, Cosmos-Reason Physical AI datasets, NVIDIA's internal proprietary autonomous driving data, and public driving data.

Data Modality:

  • Image (multi-camera)
  • Text (reasoning traces, navigation guidance)
  • Other: Trajectory data (egomotion, future waypoints)

Image Training Data Size: More than 1 Billion Images (from 80,000 hours of multi-camera driving data)

Text Training Data Size: Less than a Billion Tokens (3M CoC reasoning traces, Cosmos-Reason training data, and public datasets)

Video Training Data Size: 10,000 to 1 Million Hours (80,000 hours)

Non-Audio, Image, Text Training Data Size: Trajectory data: 80,000 hours at 10Hz sampling rate

Data Collection Method by dataset: Hybrid: Automatic/Sensors (camera and vehicle sensors), Synthetic (VLM-generated reasoning)

Labeling Method by dataset: Hybrid: Human (structured CoC annotations), Automated (VLM-based auto-labeling and heuristic rules), Automatic/Sensors (trajectory and egomotion)

Properties: The dataset comprises 80,000 hours of multi-camera driving videos with corresponding egomotion and trajectory annotations. It includes 3,000,000 Chain-of-Causation (CoC) reasoning traces that provide decision-grounded, causally linked explanations of driving behaviors. Content includes machine-generated data from vehicle sensors (cameras, IMUs, and GPS) and synthetic reasoning traces. CoC annotations are in English and use a structured format that links driving decisions to causal factors. Sensors include RGB cameras (2-6 per vehicle), inertial measurement units, and GPS.

The training dataset also contains data from the following public datasets:

  • CODA-LM
  • Drive-Action
  • DriveGPT4
  • DriveLM
  • LingoQA
  • MapLM
  • MM-AU
  • NAVSIM-ReCogDrive
  • NAVSIM-Traj
  • nuInstruct
  • nuScenesQA
  • Omnidrive
  • Roadwork
  • Senna
  • SUTD
  • Talk2Car
  • W3DA
Testing Dataset:

Link: Proprietary autonomous driving test datasets, closed-loop simulation, on-vehicle road tests.

Data Collection Method by dataset: Hybrid: Automatic/Sensors (real-world driving data), Synthetic (simulation scenarios)

Labeling Method by dataset: Hybrid: Automatic/Sensors, Human (ground truth verification)

Properties: This dataset covers multi-camera driving scenarios with a particular focus on rare, long-tail events. It includes challenging cases such as complex intersections, cut-ins, pedestrian interactions, and adverse weather conditions. Data are collected from RGB cameras and vehicle sensors.

Evaluation Dataset:

Link: Same as Testing Dataset.

Data Collection Method by dataset: Hybrid: Automatic/Sensors (real-world driving data), Synthetic (simulation scenarios)

Labeling Method by dataset: Hybrid: Automatic/Sensors, Human (ground truth verification)

Properties: Evaluation focuses on rare, long-tail scenarios, including complex intersections, pedestrian crossings, vehicle cut-ins, and challenging weather and lighting conditions. Multi-camera sensor data are collected from RGB cameras.

Quantitative Evaluation Benchmarks:

Inference:

Acceleration Engine: PyTorch, Hugging Face Transformers

Test Hardware:

  • Minimum: 1 GPU with 24GB+ VRAM (e.g., NVIDIA RTX 3090, RTX 3090 Ti, RTX 4090, A5000, or equivalent)
  • Tested on: NVIDIA H100

For scripts related to model inference, please check out our code repository .

Ethical Considerations:

NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.

Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns here .

Runs of nvidia Alpamayo-1.5-10B on huggingface.co

40.3K
Total runs
881
24-hour runs
1.2K
3-day runs
484
7-day runs
-17.4K
30-day runs

More Information About Alpamayo-1.5-10B huggingface.co Model

More Alpamayo-1.5-10B license Visit here:

https://choosealicense.com/licenses/openmdw-1.1

Alpamayo-1.5-10B huggingface.co

Alpamayo-1.5-10B huggingface.co is an AI model on huggingface.co that provides Alpamayo-1.5-10B's model effect (), which can be used instantly with this nvidia Alpamayo-1.5-10B model. huggingface.co supports a free trial of the Alpamayo-1.5-10B model, and also provides paid use of the Alpamayo-1.5-10B. Support call Alpamayo-1.5-10B model through api, including Node.js, Python, http.

Alpamayo-1.5-10B huggingface.co Url

https://huggingface.co/nvidia/Alpamayo-1.5-10B

nvidia Alpamayo-1.5-10B online free

Alpamayo-1.5-10B huggingface.co is an online trial and call api platform, which integrates Alpamayo-1.5-10B's modeling effects, including api services, and provides a free online trial of Alpamayo-1.5-10B, you can try Alpamayo-1.5-10B online for free by clicking the link below.

nvidia Alpamayo-1.5-10B online free url in huggingface.co:

https://huggingface.co/nvidia/Alpamayo-1.5-10B

Alpamayo-1.5-10B install

Alpamayo-1.5-10B is an open source model from GitHub that offers a free installation service, and any user can find Alpamayo-1.5-10B on GitHub to install. At the same time, huggingface.co provides the effect of Alpamayo-1.5-10B install, users can directly use Alpamayo-1.5-10B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Alpamayo-1.5-10B install url in huggingface.co:

https://huggingface.co/nvidia/Alpamayo-1.5-10B

Url of Alpamayo-1.5-10B

Alpamayo-1.5-10B huggingface.co Url

Provider of Alpamayo-1.5-10B huggingface.co

nvidia
ORGANIZATIONS

Other API from nvidia

huggingface.co

Total runs: 1.6M
Run Growth: 1.5M
Growth Rate: 91.37%
Updated:August 27 2026
huggingface.co

Total runs: 875.6K
Run Growth: -515.6K
Growth Rate: -58.88%
Updated:August 31 2026
huggingface.co

Total runs: 232.6K
Run Growth: 214.6K
Growth Rate: 92.28%
Updated:September 10 2025
huggingface.co

Total runs: 180.0K
Run Growth: -111.4K
Growth Rate: -61.91%
Updated:August 27 2026
huggingface.co

Total runs: 128.4K
Run Growth: 24.0K
Growth Rate: 18.70%
Updated:January 15 2025
huggingface.co

Total runs: 96.5K
Run Growth: -42.1K
Growth Rate: -43.63%
Updated:August 27 2026
huggingface.co

Total runs: 77.1K
Run Growth: -67.8K
Growth Rate: -87.92%
Updated:November 15 2023
huggingface.co

Total runs: 76.7K
Run Growth: 59.4K
Growth Rate: 77.48%
Updated:September 10 2025
huggingface.co

Total runs: 57.6K
Run Growth: 33.7K
Growth Rate: 58.45%
Updated:August 06 2022