Google Launches Gemini Robotics ER 2: An AI Brain for Robots
Product launch

Google Launches Gemini Robotics ER 2: An AI Brain for Robots

The new embodied reasoning model improves video understanding, tool orchestration, and multi-robot collaboration.

4 min read
Based on original reporting byDeepMindTranslated, summarized and given business context by our systemHow we work

Executive summary

Key Takeaways

  • The new Gemini Robotics ER 2 model acts as a high-level robotic "brain" that passes execution commands to lower-level motor VLA models.

  • Significant achievements in task tracking, reaching 57.4% accuracy in classifying five levels of progress and 91.3% accuracy in precision moment-finding.

  • The model was evaluated across three control modes (real VLA, simulation VLA, and human tele-operation), consistently outperforming the ER 1.6 model.

  • The model's safety system is capable of detecting human proximity and automatically halting a humanoid robot until the area is cleared.

Google Launches Gemini Robotics ER 2: An AI Brain for Robots

  • The new Gemini Robotics ER 2 model acts as a high-level robotic "brain" that passes...
  • Significant achievements in task tracking, reaching 57.4% accuracy in classifying five levels of progress and...
  • The model was evaluated across three control modes (real VLA, simulation VLA, and human tele-operation),...
  • The model's safety system is capable of detecting human proximity and automatically halting a humanoid...

According to an official announcement published by Steven Hansen (Senior Staff Software Engineer) and Peng Xu (Staff Software Engineer) from Google DeepMind, Google has announced the launch of Gemini Robotics ER 2. This model is defined as the company's most advanced Embodied Reasoning model for robotics, developed to serve as a high-level "brain" for robots. It introduces a step change in robots' capabilities to operate in the physical world through video understanding, task orchestration, and multi-robot collaboration.

For robots assisting humans in everyday environments, accurate spatial reasoning is not enough on its own. Robots must think quickly, time their decisions, and execute reasoning processes at speeds that match the real-time pace of the physical world. Gemini Robotics ER 2 was developed for this purpose. The model enables robots to chat with humans, understand the physical world, and plan complex, multi-step tasks. After planning the task at a high level, the model hands off the actual physical motor execution to any given lower-level Vision-Language-Action (VLA) model.

The new model represents a significant upgrade over the company's previous model, Gemini Robotics ER 1.6. By watching continuous streaming video, robots can now track their own progress, adapt and correct their actions if something goes wrong, and know exactly when to transition to the next step of the task. Additionally, the model allows native calling of external tools; it is capable of naturally calling tools like Google Search to find information, or executing any other user-defined function. The model's architecture is designed so that the robot can "think" about its next step while simultaneously executing its current physical actions.

Improved Tool Orchestration and Latency-Free Integration

Most tasks in the physical world are complex and require multiple steps to complete. Gemini Robotics ER 2 acts as a physical agent that manages workflows for the robot, allowing it to self-correct and adapt to new, unfamiliar situations. To build an agentic setup, developers can declare low-level control interfaces—such as VLA models or navigation APIs—as tools, and stream multimodal video, audio, or text directly into the model.

The performance of Gemini Robotics ER 2 in tool orchestration was evaluated by the company in simulations, real-world physical robot control, and even in combination with a human operator controlling the robot remotely (human tele-operation). According to Google's testing data, the new model consistently outperforms the ER 1.6 model in tool orchestration across the three evaluated control modes: real VLA in the physical world, simulation VLA, and remote control by a human operator.

In robotics, high-level reasoning depends directly on execution speed. Gemini Robotics ER 2 integrates directly into the Gemini Live API, using a bidirectional streaming endpoint optimized specifically for latency-sensitive tasks. This integration enables smooth and fluid orchestration: the model passes commands to action models and the robot's APIs without needing prolonged "stop-and-think" pauses between steps.

To demonstrate this capability, Google built a demo together with its project partner Boston Dynamics, using the Spot robot. The developers used Gemini Robotics ER 2 to coordinate and manage Spot's APIs, including navigation and robot arm movement (manipulator movement). This integration created an interactive robot capable of fetching objects for the user; for example, the system prompted Spot to fetch a popcorn snack following a natural language voice command. The code for this demo and additional examples have been open-sourced on GitHub.

Task Progress Tracking and Precision Moment-Finding

One of the most complex challenges in robotics is the machine's ability to identify when a task has been fully completed. Gemini Robotics ER 2 presents significant progress in video understanding and progress tracking capabilities, allowing it to verify that complex tasks—such as tightening a light bulb or tying a trash bag—are completed exactly to the required specification before transitioning to the next task in line. Within this update, Google introduced a breakthrough in two foundational capabilities for task progress understanding:

First, Continuous progress classification: this refers to the robot's ability to evaluate and quantify its progress toward task completion. In the evaluations conducted by the developers, the model assigned each individual frame from the continuous video feed to one of five defined progress levels: 0-20%, 20-40%, 40-60%, 60-80%, and 80-100%. By quantifying task progress, the model provides robots with real-time situational awareness, enabling them to adjust actions on the fly or retry failed steps without having to restart the entire workflow from the beginning. In these tasks, Gemini Robotics ER 2 achieved an accuracy of 57.4%, a result that outperforms previous-generation models and leading competitor models in the market.

Second, Precision moment-finding: this metric evaluates the model's ability to identify the specific video frame where a critical event takes place (for example, detecting the exact moment when coffee pouring into a cup should stop). Gemini Robotics ER 2 demonstrates a significant improvement in performance on these tasks, with 91.3% accuracy and a mean absolute distance of only 0.96 seconds. The model manages to compete closely with much larger model categories, but delivers this high precision at a fraction of the compute cost and 4x the execution speed—enabling the sub-second latency required to safely operate robots in the physical world.

Multi-Robot Collaboration and Improved Spatial Intelligence

Since no single robot fits every task perfectly—a wheeled robot might excel at moving indoors, while a humanoid robot may excel at navigating uneven terrain—the new model enables collaboration between multiple different robots. Gemini Robotics ER 2 allows diverse machines to communicate with each other based on a shared semantic understanding, thereby handing off tasks and workflows from one to another to complete complex projects that a single robot could not perform alone. Google demonstrated this capability through a collaboration between Apptronik's Apollo 2 robot and the Franka F3 Duo robot, working together in a shared space.

In addition to collaboration, Gemini Robotics ER 2 features improvements in its core spatial intelligence, as measured by three defined benchmarks:

  • Success or failure detection: The model now operates on raw video feeds instead of relying on static snapshots, thereby enabling it to detect failures that occur mid-execution, such as spills, slips, or misalignments and positional deviations.
  • General instrument reading: The model's instrument reading capability has been expanded beyond circular dials and standard sight glasses, and now also includes digital displays, linear scales, rulers, and liquid thermometers. The company tested this capability across 10 different types of measuring instruments.
  • Enhanced spatial visual question answering (VQA): A significant improvement in visual question answering capabilities, thanks to the general progress of Gemini models in multimodal understanding.

Advanced Safety and New Benchmarks

Another key aspect of the model's development is safety. Gemini Robotics ER 2 is defined as Google's safest model in this field to date, achieving significant improvements in Safety Instruction Following performance tests and Human Proximity benchmarks. These tests evaluate how the model adheres to defined physical constraints during reasoning tasks, and its spatial awareness for detecting human presence in its environment.

During testing, it was found that the model successfully halts a humanoid robot immediately and safely when a person approaches, and autonomously resumes work only once the area is completely cleared. To advance the field of safety for physical agents, Google is introducing a completely new evaluation benchmark. This benchmark evaluates a foundation model's ability to act as a safe VLA orchestrator by testing its capacity to enforce safety constraints, actively monitor the physical environment, assess the physical feasibility of actions, and request clarification from a human operator in case of uncertainty. Full details on these capabilities appear in Google's technical report on safety.

According to the announcement from Google's development team, future plans include the continued development of these models toward solving even more complex tasks, aiming to accelerate the development of useful assistant robots and broadly support the global robotics community.

Questions & Answers

FAQ

This article was produced by our AI-assisted system: translation, summarization and business context based on original reporting by DeepMind. Read about our editorial process. Link to the original source.

Enjoyed the article?

Subscribe to our newsletter for the latest AI updates straight to your inbox

More from DeepMind

All articles from DeepMind
גוגל משקיעה 40 מיליון דולר במשימת ג'נסיס הלאומית של ארה"ב
חדשות
3 דקות
מ־DeepMind

גוגל משקיעה 40 מיליון דולר במשימת ג'נסיס הלאומית של ארה"ב

בבלוג הרשמי של גוגל קלאוד הוכרז על הרחבת התמיכה של החברה במשימת ג'נסיס (Genesis Mission) הלאומית של ארצות הברית, באמצעות הקצאה של 40 מיליון דולר באסימוני בינה מלאכותית ובקרדיטים לענן. גוגל תעניק למעבדות הלאומיות של משרד האנרגיה האמריקאי (DOE) גישה לכלי בינה מלאכותית מתקדמים מבית Google DeepMind, בהם AlphaEvolve, AlphaFold 3 ו-AlphaGenome, לצד רישיונות שימוש ב-Gemini for Government למשך שנה עבור עשרות אלפי עובדים. הכלים כבר משולבים במעבדות כגון PNNL ו-NLR, ומסייעים בקיצור זמני כיול חומרה ובמיפוי מערכות מתמטיות מורכבות.

קרא עוד
גוגל מציגה את דגמי Gemini 3.6 Flash ו-3.5 Flash-Lite
מוצר חדש
5 דקות
מ־DeepMind

גוגל מציגה את דגמי Gemini 3.6 Flash ו-3.5 Flash-Lite

חברת גוגל הכריזה על השקת דגמי בינה מלאכותית חדשים בסדרת פלאש: Gemini 3.6 Flash, Gemini 3.5 Flash-Lite ו-Gemini 3.5 Flash Cyber. הדגמים מיועדים לפיתוח סוכני AI בייצור ומציעים שיפור ביעילות הטוקנים, מהירות וחיסכון בעלויות. דגם 3.6 Flash מפחית ב-17% את צריכת טוקני הפלט בהשוואה לגרסה הקודמת, ודגם 3.5 Flash-Lite פועל במהירות של 350 טוקני פלט לשנייה. כמו כן, דגם הסייבר הייעודי 3.5 Flash Cyber ישולב במערכת CodeMender ויופץ בשלב זה במתכונת פיילוט מוגבלת לממשלות ולשותפים מהימנים בלבד לצורך זיהוי ותיקון חולשות אבטחה.

קרא עוד
העצמת דור העתיד של הממציאים בהודו באמצעות ATL Saathi
חדשות
4 דקות
מ־DeepMind

העצמת דור העתיד של הממציאים בהודו באמצעות ATL Saathi

גוגל דיפמיינד וארגון Atal Innovation Mission (AIM) הכריזו על השקת פיילוט חי של ATL Saathi – אפליקציית רשת המופעלת על ידי מודל Gemini, המשמשת כעוזרת תכנון והכשרה אישית הזמינה 24/7 עבור מורים ומחנכים במעבדות Atal Tinkering Labs (ATL) ברחבי הודו. היוזמה, המיושמת בשלב ראשון ב-100 בתי ספר, נועדה להקל על העומס המנהלי של המורים, לייצר עבורם רעיונות לפרויקטים מותאמי-גיל ולימודים, ולספק הוראות הרכבה ודיאגרמות חיווט מדויקות לניסויים.

קרא עוד
יצירת תמונות ווידאו באמצעות API לעסקים: גוגל משיקה מודלים חדשים
מוצר חדש
4 דקות
מ־DeepMind

יצירת תמונות ווידאו באמצעות API לעסקים: גוגל משיקה מודלים חדשים

חברת Google DeepMind (חטיבת הבינה המלאכותית של גוגל) השיקה שני מודלים חדשים למפתחים: Nano Banana 2 Lite ליצירת תמונות מהירה במיוחד ו-Gemini Omni Flash ליצירת וידאו ועריכה שיחתית. לפי הנתונים הרשמיים, Nano Banana 2 Lite מייצר תמונות בתוך 4 שניות בלבד בעלות של 0.034 דולר ל-1,000 תמונות, ומחליף את מודל הדור הקודם gemini-2.5-flash-image. במקביל, Gemini Omni Flash מאפשר יצירת סרטוני וידאו של עד 10 שניות בעלות תחרותית של 0.10 דולר לשנייה. שני המודלים זמינים כעת ב-Google AI Studio ובממשק ה-Gemini API, ומאפשרים לעסקים למכור ולייצר תוכן ויזואלי אינטראקטיבי ואוטומטי בקנה מידה רחב.

קרא עוד

More articles you might like

All articles
אפליקציית Hint לניהול הבית הושקה בשיתוף מרתה סטיוארט
מוצר חדש
4 דקות
מ־TechCrunch

אפליקציית Hint לניהול הבית הושקה בשיתוף מרתה סטיוארט

אפליקציית Hint, סטארטאפ בינה מלאכותית חדש שהוקם בשיתוף אושיית הבית והאירוח מרתה סטיוארט, הושקה רשמית במטרה לסייע לבעלי בתים בניהול ותחזוקת הנכס. האפליקציה, שגייסה 10 מיליון דולר ממשקיעים מובילים, מאפשרת למשתמשים להזין את כתובתם כדי לבנות פרופיל נכס אוטומטי מבוסס נתונים ציבוריים, ולהעלות מסמכים אישיים כמו פוליסות ביטוח וחשבוניות. בעזרת עוזר בינה מלאכותית מובנה, המבוסס על ספריות של OpenAI ו-Gemini, המשתמשים יכולים לתשאל את מסמכי הבית, לקבל לוחות זמנים מותאמים אישית לתחזוקת מכשירי חשמל, ולעקוב אחר מדד איכות ניהול הנכס.

קרא עוד
AMD קוראת תיגר על Nvidia עם מערכת המסד Helios למחשוב AI
מוצר חדש
3 דקות
מ־TechCrunch

AMD קוראת תיגר על Nvidia עם מערכת המסד Helios למחשוב AI

לפי דיווח של TechCrunch, חברת השבבים AMD משיקה את מערכת ה-Helios, מערכת שרתים שלמה במסד (rack-scale system) המיועדת להתחרות ישירות במובילת השוק Nvidia. המערכת החדשה, שתוכננה עבור מעבדות ה-AI הגדולות בעולם כדי לאמן ולהריץ את מודלי הקצה התובעניים ביותר, כבר גייסה רשימה של לקוחות ענק הכוללת את מיקרוסופט, OpenAI, Meta, Oracle ו-Anthropic. מיקרוסופט מתכננת להרחיב את תשתית הענן Azure באמצעותה, ואילו Anthropic הכריזה על שיתוף פעולה לפריסת עד שני גיגוואט של מעבדים גרפיים. בנוסף, AMD הציגה את מעבד ה-Venice-X המיועד למרכזי נתונים שיושק ב-2027. מנכ"לית AMD, ד"ר ליסה סו, מעריכה כי העלייה בביקוש למחשוב המונעת על ידי בינה מלאכותית סוכנתית (agentic AI) תוביל את שוק מאיצי ה-AI לשווי של כ-1.4 טריליון דולר עד שנת 2030.

קרא עוד
Runway משיקה מנתב מודלים של בינה מלאכותית למדיה גנרטיבית
מוצר חדש
4 דקות
מ־TechCrunch

Runway משיקה מנתב מודלים של בינה מלאכותית למדיה גנרטיבית

חברת הסטארט-אפ Runway משיקה את Runway Media Router, כלי חדש המאפשר למפתחים לנתב באופן אוטומטי בקשות יצירת תמונה, וידאו ואודיו למודל המתאים ביותר. הכלי, שהושק באמצעות פלטפורמת המפתחים Runway Dev, מנתב את הבקשות על פי העדפות המפתח לגבי איכות, מהירות או עלות. המהלך מסמן את שאיפתה של Runway להפוך לשכבת תשתית ואורקסטרציה עבור תעשיית המדיה הגנרטיבית, בתקופה שבה השוק נעשה צפוף ותחרותי במיוחד והחברה מתמודדת עם תחרות עזה מצד ענקיות טכנולוגיה כמו גוגל, בייטדאנס ועליבאבא.

קרא עוד
גוגל מציגה את דגמי Gemini 3.6 Flash ו-3.5 Flash-Lite
מוצר חדש
5 דקות
מ־DeepMind

גוגל מציגה את דגמי Gemini 3.6 Flash ו-3.5 Flash-Lite

חברת גוגל הכריזה על השקת דגמי בינה מלאכותית חדשים בסדרת פלאש: Gemini 3.6 Flash, Gemini 3.5 Flash-Lite ו-Gemini 3.5 Flash Cyber. הדגמים מיועדים לפיתוח סוכני AI בייצור ומציעים שיפור ביעילות הטוקנים, מהירות וחיסכון בעלויות. דגם 3.6 Flash מפחית ב-17% את צריכת טוקני הפלט בהשוואה לגרסה הקודמת, ודגם 3.5 Flash-Lite פועל במהירות של 350 טוקני פלט לשנייה. כמו כן, דגם הסייבר הייעודי 3.5 Flash Cyber ישולב במערכת CodeMender ויופץ בשלב זה במתכונת פיילוט מוגבלת לממשלות ולשותפים מהימנים בלבד לצורך זיהוי ותיקון חולשות אבטחה.

קרא עוד