SmolVLA
A compact (450M), open-source Vision-Language-Action model for robotics, trained on LeRobot community data. Runs on consumer hardware and generates continuous robot actions.
โ Activeโ Public accessโ Open sourceVision-Language-Action modelRobotics foundation model
Parameters
450M
parameters
Release date
3 June 2025
Access:DownloadDeployment:๐ป Localโ Cloud๐ฑ On-device
Overview
Classification
Vision-Language-Action modelRobotics foundation model
Applications
Access & deployment
Download
LocalCloudOn-device
Weights: Open source
Key parameters
๐งฉ Parameters: 450M
โ Fine-tuning
๐ฅ Input: image, robot state data, text
Robotics
Robot manipulationRobot controlVisual grounding
Technical specification
Parameters
450M
parameters
Hardware requirements
Small enough to run on CPU, train on a single consumer GPU, or even a MacBook.
Features:โ Fine-tuning
Modalities
โฌ Input
imagerobot_state_datatext
โฌ Output
robot_actionsmotion_trajectories
Capabilities and applications
Native model capabilities
Vision-language-action grounding
The ability of a VLA model to ground visual perception and a language instruction into a concrete physical robot action. The model understands the scene and intent, then generates an executable action sequence, closing the loop from observation to motion.
Category: robotics
Cross-embodiment transfer
The ability of a single model to control robots with different morphologies (humanoids, dual-arm rigs, mobile platforms) without training a separate model per platform. Intelligence is decoupled from embodiment, so the same policy runs on hardware with different kinematics and dynamics.
Category: robotics
Real-time inference
The model's ability to generate responses with very low latency (>1000 tokens/sec) on specialized inference hardware (e.g. Cerebras WSE), enabling interactive, turn-by-turn collaboration with a human.
Category: coding
Image understanding
Analysing and interpreting the content of images.
Category: vision
Multimodal understanding
Category: multimodal
Robotics
Robot manipulationRobot controlVisual grounding
Application domains
Benchmark results
2 benchmarks
SO100 (real-world manipulation)
task success rate ยท after pretraining on LeRobot community datasets
78.3%%
๐ Hugging Face SmolVLA blog / technical report (arXiv:2506.01844)
Without pretraining on community data, the model reaches 51.7% success on SO100. Pretraining raises it to 78.3% (+26.6pp).
SO100 (asynchronous vs synchronous inference)
task success rate ยท comparison of synchronous and asynchronous inference
~78%%
๐ Hugging Face SmolVLA blog / technical report (arXiv:2506.01844)
Both modes achieve similar success (โ78%), but asynchronous inference completes tasks ~30% faster (9.7s vs 13.75s) and enables 2x more completions in a fixed time window (19 vs 9 cubes).
Technical architecture
Core Architecture
Model Form