Gemini Robotics 2: What Whole-Body Control Changes for Product Teams
Gemini Robotics 2 moves Google DeepMind's robotics stack from upper-body manipulation to coordinated control from feet to fingertips. The commercial implication is larger than a humanoid learning one more trick. A robot can now combine locomotion, balance, reaching and manipulation while a separate reasoning model plans a multi-step job and checks whether each step worked.
The release does not make humanoid deployment plug and play. Google reports a 92% success rate for unscrewing a light bulb, but only 36% for screwing one in and 32% to 44% on several other multi-finger tasks. Direct-control models also remain limited to selected partners. The practical question is therefore not “can we buy a general-purpose robot worker?” It is which part of this stack can we test now, against which workflow, with which safety boundary?
This guide answers that decision. It separates the three models, reads the benchmark beyond its best number, explains current access and gives product teams a bounded pilot plan. For the broader rollout discipline, pair it with our 30/60/90-day AI agent pilot plan.
Need to turn a physical AI concept into a measurable software and robotics pilot?
Scope Your Physical AI PilotWhat is Gemini Robotics 2?
Gemini Robotics 2 is a family of three connected physical AI models, not one monolithic robot brain. Google DeepMind's official Gemini Robotics 2 release divides perception, planning and action across models with different deployment characteristics.
| Model | Role in the stack | Current access |
|---|---|---|
| Gemini Robotics 2 | Vision-language-action model that converts images and instructions into motor actions for full humanoids and bi-arm robots | Early-access partners |
| Gemini Robotics ER 2 | Embodied reasoning VLM that understands video, plans multi-step tasks, calls tools and tracks completion | Gemini API, Google AI Studio and private enterprise preview |
| Gemini Robotics On-Device 2 | Efficient VLA for local robot inference where network latency or connectivity is unacceptable | Trusted testers |
This separation matters. The reasoning model can run as the high-level orchestrator while a VLA, navigation API or conventional controller executes a bounded action. Teams can improve or replace one layer without pretending one foundation model should own every joint, safety stop and business decision.
Why whole-body control is the real jump
The previous generation mainly controlled a humanoid's upper body for tabletop tasks. Gemini Robotics 2 expands the learned action policy to the entire humanoid. In DeepMind's Apollo 2 demo, one instruction causes the robot to walk to a table, pick up a watering can, step toward shelving and place it in a lower bin. Every stage changes reach, balance and the next useful camera view.
That coordination is the bottleneck in environments built for people. A fixed arm can be highly capable inside a designed cell. A humanoid in a stockroom, lab or maintenance area must move between work surfaces, adjust its stance, avoid people and recover when an object is not where the plan expected it. Whole-body control reduces the handoffs between separately programmed locomotion and manipulation routines.
It does not remove the rest of the robotics stack. Hardware-specific control loops still own collision-free motion, balance, force limits and emergency behavior. The foundation model expands which goals the system can interpret and which movements it can compose. It should not become the only safety layer.
What does the 92% light-bulb result actually prove?
It proves meaningful task-specific dexterity, not general hand reliability. The launch evaluation reports individual success rates for five multi-finger tasks on Apollo 2 with a 22-degree-of-freedom hand.
| Task | Reported success | What a buyer should infer |
|---|---|---|
| Unscrew a light bulb | 92% | Strong performance on the best demonstrated multi-finger task |
| Screw in a light bulb | 36% | The reverse action is not equally solved |
| Tie a trash bag | 44% | Deformable objects remain difficult |
| Close a ziplock bag | 40% | Fine alignment and force control still fail often |
| Use a dustpan | 32% | Coordinated tool use is not yet reliable enough for unattended work |
Other release charts show 45.7% for picking an object from the floor with one Apollo configuration, compared with 68.4% from a table and 76.3% from a shelf. That is exactly why a pilot needs a representative task distribution rather than a highlight reel. Measure the awkward angles, dropped objects, clutter, lighting changes, people entering the workspace and recovery after partial failure.
How do the three models work together?
Gemini Robotics ER 2 acts as the high-level agent. It consumes continuous video and instructions, determines the steps, calls lower-level tools, observes progress and either continues, retries or asks for help. Google's developer release for Gemini Robotics ER 2 says developers can declare VLA models or navigation APIs as tools and stream video, audio or text through the Gemini Live API.
A production-minded control path should look like this:
- Observe: cameras, robot state and task context enter a time-stamped perception stream.
- Reason: ER 2 selects the next bounded step, checks constraints and decides whether clarification is required.
- Execute: a VLA or deterministic robot API performs the approved action.
- Guard: low-level controllers, safety-rated sensors and hardware interlocks can stop motion independently.
- Verify: video progress checks and deterministic task signals confirm the outcome.
- Escalate: uncertainty, repeated failure or a person entering the zone returns control to a human.
This is an agent architecture with physical consequences. Logging must preserve the instruction, observations, proposed tool call, constraint decision, executed motion, stop events and final verification. Without that trace, the team cannot explain a failure or decide whether a new model version improved the system.
Can a company use Gemini Robotics 2 today?
Yes for embodied reasoning experiments; usually not yet for the direct whole-body model. The Gemini Robotics ER 2 model card lists the Gemini API and AI Studio as distribution channels. It also tells users to use discretion in production, commercial or public environments and not to use the model for safety-critical applications.
| Your starting point | What to do now | What not to assume |
|---|---|---|
| No robot hardware | Prototype video understanding, tool orchestration and progress checks in simulation or recorded workflows | Simulation success will transfer unchanged to hardware |
| Existing robot with APIs | Place ER 2 above narrow, tested skills and keep human approval on motion | The reasoning model replaces certified safety logic |
| Bi-arm research platform | Apply for trusted-tester access and prepare task demonstrations, telemetry and baselines | Fewer than 200 examples guarantees a target success rate |
| Humanoid deployment plan | Run a workflow and safety discovery before hardware procurement | A polished Apollo demo is a general availability commitment |
If you are choosing between custom integration, a packaged platform and waiting, our custom software versus off-the-shelf decision guide provides the commercial framework. In robotics, add hardware availability, retraining data, safety ownership and vendor access to the usual cost and lock-in questions.
Why the on-device transfer result may matter most commercially
Cloud reasoning is useful when the network and response time fit the task. Motion control often cannot accept that dependency. Gemini Robotics On-Device 2 is designed to run locally and DeepMind says it can adapt to a new bi-arm embodiment with a few hours of data, typically fewer than 200 examples.
The On-Device 2 model card adds the boundary that headlines omit. The model is currently available only to trusted testers, is limited on out-of-distribution tasks and high-degree-of-freedom robots, and was evaluated mainly for standing bi-arm manipulation. Mobile and whole-body safety risks sit outside that model card's evaluation scope.
So “under 200 examples” is a data-efficiency starting point, not a deployment quote. A buyer still needs to ask how examples are collected, who labels success, how many failure and edge cases are included, which sensors change, what compute runs on the robot and what happens when the new body produces a state outside the adaptation set.
The safety result argues for layers, not autonomy
DeepMind's Gemini Robotics 2 safety report is useful precisely because it shows the trade-offs. In its human-proximity benchmark, no tested model achieved both near-zero missed hazards and near-zero unnecessary stops. Models tuned to interrupt less could miss more genuine hazards. The report recommends deterministic low-level safety guardrails alongside frontier-model perception.
For a commercial pilot, define four independent controls before the first live movement:
- Physical boundary: speed, force, workspace and payload limits enforced below the model.
- Semantic boundary: forbidden tasks, tool allowlists and required clarification for ambiguous instructions.
- Human boundary: visible stop authority and approval for new tasks, tools or operating zones.
- Evidence boundary: task-level success, collision, intervention, false-stop and recovery metrics recorded per run.
A model recognizing a nearby person is valuable. It is not a substitute for safety-rated sensing and machinery risk assessment.
A 90-day Gemini Robotics 2 pilot plan
- Days 0 to 30, select the workflow. Choose one repetitive task where variable scenes make fixed automation expensive. Record the human baseline, task frequency, intervention cost and unacceptable failure. Map every physical hazard and decide whether the pilot stays in simulation.
- Days 31 to 60, build the digital control boundary. Integrate ER 2 with mocked or sandboxed robot tools. Stream representative video, require structured tool calls, add ambiguity tests and log progress. Run a fixed evaluation set before any live control.
- Days 61 to 90, supervise limited motion. If the safety case permits, connect only reviewed skills at reduced speed inside a controlled zone. A human approves actions. Track completion, recovery, intervention, false stops, latency and cost per accepted task.
The day-90 decision is expand, redesign or stop. Do not scale because the robot completed the best demo once. Scale when the measured task distribution clears a pre-agreed threshold and the team can explain and recover from every important failure mode.
What should buyers ask a robotics AI partner?
- Which model is actually available to us today: ER 2 through the API, or a VLA through a partner program?
- Which benchmark task resembles our workflow, and what is the complete success distribution rather than the best result?
- What remains deterministic below the model, including balance, collision avoidance, force and emergency stop?
- How are adaptation examples collected, versioned and approved?
- What data leaves the site, and which inference remains on-device?
- How do we replay failures and compare model, prompt or controller versions?
- Who owns the integration, training data, telemetry and rollback path if model access changes?
Wavect's AI product engineering service can help turn the reasoning, integration and evaluation layer into a bounded pilot your team owns. Our Twinsoft AI case study shows the product and engineering discipline behind moving an AI system from concept to reliable workflow. If you need an independent feasibility decision before hardware spend, book a physical AI discovery call.
Frequently Asked Questions
What is Gemini Robotics 2?
What is whole-body control in Gemini Robotics 2?
Is Gemini Robotics 2 available to developers?
Did Gemini Robotics 2 achieve 92% success?
Can Gemini Robotics 2 adapt to a new robot with fewer than 200 examples?
Is Gemini Robotics 2 safe for production robots?
What is the best first commercial use of Gemini Robotics ER 2?
Primary sources and research boundary
- Google DeepMind, Gemini Robotics 2 release; model family, access, whole-body demos, dexterity benchmarks and adaptation claims.
- Google, Gemini Robotics ER 2 developer release; API access, tool orchestration, streaming and progress-evaluation details.
- Google DeepMind, Gemini Robotics ER 2 model card; distribution, intended use and production limitations.
- Google DeepMind, Gemini Robotics On-Device 2 model card; trusted-tester access, evaluation scope and known limitations.
- Google DeepMind, Gemini Robotics 2 safety report; human-proximity, uncertainty and layered-safety findings.
Status checked 7 August 2026. This analysis uses public release material, model cards and safety evaluations. We did not receive model access, operate Apollo 2 or independently reproduce the robotics benchmarks. Reported success rates are vendor evaluations, not Wavect test results.
Final thoughts
Gemini Robotics 2 matters because it moves the fast-changing part of robotics from isolated manipulation toward a layered control system that can reason, move and verify across a complete task. Whole-body coordination and rapid transfer could reduce the custom programming needed for every new robot and workflow.
The release also shows why buying decisions need the full benchmark. A 92% result can coexist with 32% to 44% on nearby tasks, public access to the reasoning layer can coexist with restricted access to the action models, and better semantic safety can coexist with a continuing need for deterministic guards. Pilot the narrow workflow, measure the complete distribution and let evidence earn every increase in physical autonomy.
