vision-language-action model
A vision-language-action model, often shortened to VLA, is a single large learned system that takes in what a robot sees and what it is told in plain words, and directly puts out the movements to do the task. Show it a camera image of a cluttered table, tell it in everyday language to put the red mug in the sink, and it produces the stream of motor commands that drives the arm there — without separate hand-coded steps for recognizing the mug, planning a path, and gripping. Vision, language, and action are fused into one model that maps see-and-hear straight to move.
These are called robot foundation models because, like the large models behind modern chatbots, they are trained once on enormous and varied data and then reused across many tasks, rather than being built fresh for each chore. A VLA soaks up huge amounts of images, text, and robot demonstrations, learning broad common sense about objects, words, and how bodies move. The hope is that this shared base lets one model drive many different robots through many different jobs, and even handle instructions it was never explicitly trained on, simply by understanding language the way a capable generalist would.
Their great promise is generality: instead of programming a robot task by task, you can increasingly just ask it, in ordinary words, and lean on everything the model already learned. Their great difficulty is that the real world is unforgiving and physical — a chatbot that misreads a sentence writes a clumsy paragraph, but a VLA that misreads a scene can knock a glass off the counter. So these models still need careful testing, guardrails, and plenty of real and demonstrated robot data before they can be trusted to act safely outside the lab.
A kitchen robot running a VLA is shown the counter and simply told, in spoken English, to make space for the groceries; from that one image and sentence it figures out on its own to slide the fruit bowl aside and stack the loose plates.
One model turns a glance and a sentence into the whole chain of motions.
VLA is the action-producing cousin of the vision-language models behind image-understanding chatbots: same idea of fusing sight and words, but its final output is robot movement rather than text.