Google DeepMind Ships Three Physical AI Models For Whole Body Control, Dexterity And Multi Robot Collaboration Google DeepMind released Gemini Robotics 2, a set of three physical AI models for whole-body control, dexterous manipulation, and multi-robot collaboration, moving beyond table-top tasks to full humanoid control. The models include a vision-language-action (VLA) model, an embodied reasoning (ER) model based on Gemini 3.5 Flash, and an on-device VLA optimized for local execution. The ER 2 model is available in public preview, while the VLA and on-device models remain gated, and a new safety benchmark, ASIMOV-Agentic, was released on Hugging Face under CC-BY-4.0. Google DeepMind has released Gemini Robotics 2 https://deepmind.google/blog/gemini-robotics-2-brings-whole-body-intelligence-to-robots/ , the intelligence layer for its next generation of robots. The release moves the stack past table-top manipulation into whole body control, five finger dexterity and multi robot teamwork. It ships as three separate models with three different access tiers. Most robots today are pre-programmed or tele-operated for narrow, repetitive task sequences. They do not adapt to unpredictable environments, and skills rarely transfer between robot bodies. Gemini Robotics 2 targets all three limits at once. TL;DR - Three models ship together: a VLA, an embodied reasoning VLM, and an on-device VLA. - One checkpoint drives Apollo 2 with two different hands plus a Franka Duo gripper. - Gemini Robotics ER 2 is public preview; the VLA and on-device models stay gated. - Multi-finger dexterity is still the weak axis, ranging from 32% to 92%. - ASIMOV-Agentic, a new safety benchmark, is on Hugging Face under CC-BY-4.0. 3 Models and What They Do Gemini Robotics 2 https://deepmind.google/models/gemini-robotics/vla Gemini Robotics 2 https://deepmind.google/models/gemini-robotics/vla Gemini Robotics 2 is the vision-language-action VLA model. It converts vision and language input into motor control. It can drive full humanoids from feet to fingertips, and other bi-arm robots. It also handles dexterous manipulation on both multi-finger hands and parallel grippers. Gemini Robotics ER 2 https://deepmind.google/models/gemini-robotics/embodied-reasoning Gemini Robotics ER 2 https://deepmind.google/models/gemini-robotics/embodied-reasoning Gemini Robotics ER 2 is the embodied reasoning ER model. It is a vision language model that acts as the high level brain. It communicates with humans, understands the physical world, and plans multi-step tasks lasting several minutes. Per its model card https://deepmind.google/models/model-cards/gemini-robotics-er-2 , ER 2 is based on Gemini 3.5 Flash. It accepts interleaved text, image, video and audio with a context window of up to 128k, and emits text up to 64K tokens. Gemini Robotics On-Device 2 https://deepmind.google/models/gemini-robotics/on-device Gemini Robotics On-Device 2 https://deepmind.google/models/gemini-robotics/on-device Gemini Robotics On-Device 2 is the efficient VLA optimized to run locally on the robot. Its model card https://deepmind.google/models/model-cards/gemini-robotics-on-device-2 states it is built on Gemini Robotics 1.5 technology and Google’s on-device Gemma models. Inputs are text, images and robot proprioception as numerical values. Outputs are robot actions as numerical values. The division of labor matters for system design. ER 2 plans and tracks the task, then hands motor execution to a VLA declared as a tool. Developers register low level control interfaces, such as VLA models or navigation APIs, as callable tools. They then stream multimodal video, audio or text directly into the model. Whole body control on Apptronik Apollo 2 Previous Gemini Robotics models controlled only the humanoid’s upper body for table-top tasks. Gemini Robotics 2 extends control to whole body motion for the first time. The worked example uses Apptronik’s Apollo 2 https://apptronik.com/apollo/apollo-2 . Given the instruction “put the watering can into the green bin in the bottom shelf,” Apollo walks to the table and picks up the watering can. It then takes a few steps to the shelves and places the object at its destination. Google DeepMind is direct about the remaining gap. It states that its robots have more to advance in movement speed. Dexterity across hands and grippers Gemini Robotics 2 can control the five-fingered, 22 degree-of-freedom SharpaWave hand on Apollo 2. Reported actions include tying knots and sealing a ziplock bag. The same model also operates standard two-fingered parallel grippers on a Franka Duo platform https://franka.de/fr3-duo for tasks like tight packing. The reported success rates come from one model checkpoint controlling three embodiments: Apollo 2 with SharpaWave hands, Apollo 2 with Inspire hands, and Franka Duo with a Robotiq gripper. | Category | Embodiment | Task | Success | |---|---|---|---| | General whole body manipulation | Apollo 2 + Inspire hands | Pick up from shelf | 76.3% | | General whole body manipulation | Apollo 2 + Inspire hands | Pick up from table | 68.4% | | General whole body manipulation | Apollo 2 + Inspire hands | Pick up from floor | 45.7% | | Multi-finger dexterity | Apollo 2 + Sharpa hands | Unscrew bulb | 92% | | Multi-finger dexterity | Apollo 2 + Sharpa hands | Tie trash bag | 44% | | Multi-finger dexterity | Apollo 2 + Sharpa hands | Ziplock | 40% | | Multi-finger dexterity | Apollo 2 + Sharpa hands | Screw bulb | 36% | | Multi-finger dexterity | Apollo 2 + Sharpa hands | Dustpan | 32% | | Gripper dexterity | Franka Duo | Precise insertion tasks | 89.6% | | Gripper dexterity | Franka Duo | Diverse tool kitting | 78.9% | | Gripper dexterity | Franka Duo | General pick and place | 74.2% | ER 2: Temporal Intelligence and Tool Orchestration The developer X post https://blog.google/innovation-and-ai/models-and-research/google-deepmind/gemini-robotics-er-2/ focuses on a problem that rarely gets benchmarked: knowing when a task is actually done. Progress classification : Each frame in a video feed is assigned to one of five progress levels, from 0-20% through 80-100%. Gemini Robotics ER 2 reaches 57.4% accuracy on this task. Google DeepMind reports this outperforms previous generation models and competing frontier models. Moment finding : This measures whether the model can identify the exact frame where a critical event occurs. An example is the moment to stop pouring coffee into a cup. ER 2 reaches 91.3% accuracy with a 0.96 second mean absolute distance. Google DeepMind reports it competing closely with much larger model categories at 4x the execution speed. Tool orchestration: ER 2 is evaluated across three control modes: real VLA, sim VLA, and human tele-op. It outperforms Gemini Robotics ER 1.6 https://deepmind.google/blog/gemini-robotics-er-1-6/ on all three. ER 2 integrates with the Gemini Live API https://ai.google.dev/gemini-api/docs/live-api through a bidirectional streaming endpoint. The stated purpose is removing the stop-and-think pauses that break multi-step execution. It can also natively call tools like Google Search or any user-defined function. Three spatial capabilities were upgraded. Success and failure detection now runs on raw video feeds instead of static snapshots, which catches mid-execution spills and slips. General instrument reading extends beyond circular dials to digital displays, linear scales, rulers and liquid thermometers, tested across 10 instrument types. Spatial visual question answering improves through Gemini’s multimodal advances. Google DeepMind built a demo with Spot https://bostondynamics.com/products/spot/ from Boston Dynamics https://bostondynamics.com/ , using ER 2 to orchestrate Spot navigation and manipulator APIs. Sample code is available in the robotics-samples repository https://github.com/google-gemini/robotics-samples/tree/main/live-api . Multi-Robot Collaboration Gemini Robotics 2 introduces collaboration between different robot types. The reasoning is that no single robot fits every task. A wheeled rover suits indoor work, while a humanoid handles uneven terrain better. Robots communicate through a shared semantic understanding to hand off subtasks. The demonstrated pairing is Apptronik’s Apollo 2 with a Franka F3 Duo https://franka.de/mobile-fr3-duo . On-Device 2: Adapting to New Robot Bodies Gemini Robotics On-Device 2 targets applications that cannot rely on network latency or connectivity. It is natively multi-embodiment and inherits the motion transfer techniques from Gemini Robotics 1.5 https://deepmind.google/blog/gemini-robotics-15-brings-ai-agents-into-the-physical-world/ . Google DeepMind reports adaptation to new bi-arm embodiments in a few hours, typically with fewer than 200 examples. This holds for embodiments with drastically different shapes, sensors and degrees of freedom. Demonstrated platforms include Dexmate, SO101 and Trossen. The model card publishes a data scaling comparison against On-Device 1 on platforms introduced only during post-training: | Platform | Model | Start | End | |---|---|---|---| | SO101 | On-Device 2 | 6.7% | 53.3% | | SO101 | On-Device 1 | 0.0% | 6.7% | | Dexmate | On-Device 2 | 24.4% | 75.6% | | Dexmate | On-Device 1 | 13.3% | 33.3% | The SO101 result is the sharper one. On-Device 1 barely leaves the floor, while On-Device 2 crosses 50%. The model card also lists limits. On-Device 2 is limited in generalizing to out-of-distribution tasks and in controlling high-degree-of-freedom robots. Availability | Model | Access | |---|---| | Gemini Robotics ER 2 | Public preview via | The AI Studio launch link uses the model string gemini-robotics-er-2-preview . Getting-started notebooks are in the robotics-samples repository https://github.com/google-gemini/robotics-samples/blob/main/Getting%20Started/gemini robotics er.ipynb . Interactive explainer Sources: Gemini Robotics 2 announcement https://deepmind.google/blog/gemini-robotics-2-brings-whole-body-intelligence-to-robots/ , Gemini Robotics ER 2 developer post https://blog.google/innovation-and-ai/models-and-research/google-deepmind/gemini-robotics-er-2/ , ER 2 model card https://deepmind.google/models/model-cards/gemini-robotics-er-2 , On-Device 2 model card https://deepmind.google/models/model-cards/gemini-robotics-on-device-2 , ASIMOV-Agentic dataset https://huggingface.co/datasets/google/asimov agentic and Safety Technical Report https://storage.googleapis.com/deepmind-media/gemini-robotics/Gemini-Robotics-2-Safety.pdf . Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.