ZadeNor AI
Back to Blog
Robotics & Automation

Physical Intelligence raises $600M to advance robot foundation models

November 27, 2025
5 min
2,226 views
By ZadeNor AI Team
Physical Intelligence raises $600M to advance robot foundation models

Physical Intelligence raises $600M to advance robot foundation models

Advancing Robot Foundation Models: Physical Intelligence Raises $600M

In a significant development for the field of robotics, Physical Intelligence, a San Francisco-based company, has raised $600 million in Series B funding. This investment will enable the company to further develop its foundation models for robots, allowing them to understand and interact with the physical world.

Faster, More Reliable Robots

Physical Intelligence's foundation models are designed to make it easier for robots to learn from a variety of inputs and generalize behaviors more quickly with smaller amounts of data than previous reinforcement learning (RL) approaches. This has significant implications for robot performance in unstructured environments, such as retail stores and households.

The company's approach involves streaming RGB-D camera images from any robot to its runtime, which tokenizes the visual stream along with the robot's movement history and feeds it to a 3 billion to 5 billion-parameter transformer model. Users can provide plain-language goals, such as "make a flat white" or "pack chocolates into this box." The model takes about 100 ms to predict the next 50 steps, and a hardware abstraction layer converts the tokens into robot-specific joint commands, within force and speed limits for safety.

Open-Source Code and Improved Performance

In February, Physical Intelligence made the code and weights for its π0 or Pi0 robotics algorithms open-source. Earlier this month, the company announced Version 0.6 of the vision-language-action (VLA) model. The startup used the RECAP (RL with Experience & Corrections via Advantage-conditioned Policies) approach to train a robot by demonstration, coach it through corrections, and improve from autonomous experience.

Physical Intelligence claims that this approach has doubled throughput on tasks such as inserting a filter into an espresso machine, folding previously unseen laundry, or assembling a cardboard box. It also decreased failure rates over hours of operation and proved superior to imitation learning alone.

Alphabet Leads Series B Round

CapitalG, Alphabet's growth fund, led Physical Intelligence's Series B round with Lux Capital. Bond, Redpoint, and Sequoia Capital also participated. Previous and returning investors include Jeff Bezos, the executive chairman of Amazon. OpenAI, Redpoint Ventures, T. Rowe Price, and Thrive Capital have also contributed.

Increased Competition in Physical AI

Physical Intelligence is not alone in pursuing physical AI. In September, Dyna Robotics closed a $120 million Series A round to develop its proprietary foundation model. Earlier this month, Archetype AI raised $35 million for "physical agents," and Foxglove raised $40 million to scale its data platform for robot developers.

Other companies are also racing to get the data and build the models for next-generation robot AI. For instance, Physical Intelligence partner AgiBot has deployed its Real-World Reinforcement Learning system in a manufacturing pilot with Longcheer Technology. 1X Technologies has been using teleoperation to train its NEO humanoid to conduct household chores. Skild AI said it is developing a general-purpose Skild Brain.

Conclusion

Physical Intelligence's $600 million Series B funding will enable the company to further develop its foundation models for robots, allowing them to understand and interact with the physical world. The company's approach has significant implications for robot performance in unstructured environments and has already shown improved performance on various tasks. With increased competition in the field of physical AI, it will be interesting to see how Physical Intelligence and other companies continue to develop and improve their models.

Code Examples

import torch
import torchvision
import torchvision.transforms as transforms

# Load the VLA model
model = torch.hub.load('physical_intelligence/vla', 'model')

# Define the input data
input_data = torch.randn(1, 3, 224, 224)

# Run the model
output = model(input_data)

print(output)
// Load the VLA model
const model = await import('physical_intelligence/vla');

// Define the input data
const input_data = new Float32Array(1, 3, 224, 224);

// Run the model
const output = await model(input_data);

console.log(output);

Source: https://www.therobotreport.com/physical-intelligence-raises-600m-advance-robot-foundation-models/

About the Author

ZadeNor AI Team is a leading expert in ROBOTICS & AUTOMATION, contributing to cutting-edge research and development in the field.

Related Posts

Video Friday: Atlas Versus a Fridge

Video Friday: Atlas Versus a Fridge

Video Friday is your weekly selection of awesome robotics videos, collected by your friends at IEEE Spectrum robotics. We also post a weekly calendar of upcoming robotics events for the next few months. Please send us your events for inclusion.ICRA 2026: 1–5 June 2026, VIENNARSS 2026: 13–17 July 2026, SYDNEYSummer School on Multi-Robot Systems: 29 July–4 August 2026, PRAGUEActuate 2026: 18–19 August 2026, SAN FRANCISCOEnjoy today’s videos! Just months after its debut, Atlas is proving why it is the world’s most capable and dynamic humanoid robot, ready for real work. Lifting a mini-fridge is a feat of strength, but the true breakthrough is in the underlying reinforcement learning and controls systems. The robot is learning to navigate real world adaptability: handling heavy objects by bracing and accounting for the mass and inertia; using whole-body control, not just hands to maneuver; and demonstrating superhuman range of motion and balance. This marks...

396
5 min
Home Robot Safety Is All About Relationships

Home Robot Safety Is All About Relationships

The International Organization for Standardization (ISO) is updating its 12-year-old safety requirements for personal care robots. A lot has happened since the last revision, both on the technology side and with researchers’ understanding of safety for humans collaborating with domestic robots. The proposed ISO update addresses hazard identification, risk assessment, and different use scenarios. It does not, however, set limits, propose testing methods, or have enforcement mechanisms that might address the complexities of human-robot collaboration. And that is a problem, argues technology policy researcher Jae-Seong Lee of the Electronics and Telecommunications Research Institute in Daejeon, South Korea.Why is the next revision of ISO 13482 a big deal?Jae-Seong Lee: The standard is moving into final approval at a moment when domestic humanoid robot makers are shifting from lab prototypes to products aimed at real homes, real caregivers, and real families. That matters because the standard does more than specify geometry and...

133
5 min
Video Friday: Extreme Omnidirectional Robot

Video Friday: Extreme Omnidirectional Robot

Video Friday is your weekly selection of awesome robotics videos, collected by your friends at IEEE Spectrum robotics. We also post a weekly calendar of upcoming robotics events for the next few months. Please send us your events for inclusion.ICRA 2026: 1–5 June 2026, VIENNARSS 2026: 13–17 July 2026, SYDNEYSummer School on Multi-Robot Systems: 29 July–4 August 2026, PRAGUEActuate 2026: 18–19 August 2026, SAN FRANCISCOEnjoy today’s videos! What is the right number of legs for a robot? Two? Four? No, the answer is obviously all of them. All of the legs.[ Argus ]Sigh, yet another skill that I as a soccer-playing human should have but a robot has instead: the rabona.[ Boston Dynamics ]Robots are rapidly becoming part of our everyday lives, from drones and industrial machines to home assistants and humanoid robots. As their presence continues to grow, an important question arises: How can we choose the right robot—not...

172
5 min