LIVE
All stories ›
AI IN LIFENEWS
Tools & AppsBusiness & DealsAI ModelsSocietyChips & ComputeResearchSafety & SecurityRegulation & PolicyRobotics OpenAIAnthropicGoogle & DeepMindAlibaba / QwenxAIMetaByteDance
HomeOpenAI › BUSINESS
BUSINESS

How OpenAI Scaled Habitat to One Billion ChatGPT Users

OpenAI says Habitat grew from a Python library into a globally distributed storage platform handling 22 million requests per second across its services.

How OpenAI Scaled Habitat to One Billion ChatGPT Users
Symbolic image: in a data center aisle, a technician pulls a drive tray from a storage rack while status lights blink across the bays.

In short

OpenAI has rebuilt its Habitat storage system from a Python library into a globally distributed platform that, by the company's own account, serves more than one billion ChatGPT users at 22 million requests per second.

At a glance

  • Habitat is OpenAI's online storage layer; it began as a Python library and is now a distributed platform.
  • OpenAI says the platform backs more than one billion ChatGPT users.
  • Stated load: 22 million requests per second; peak or average is not specified.
  • The source page did not load for us, so architecture and latency claims are unchecked.
  • All figures are self-reported by OpenAI, with no independent measurement.

OpenAI has rebuilt Habitat, its online storage layer, from a Python library into a globally distributed platform. The company says that platform now backs more than one billion ChatGPT users and absorbs 22 million requests per second.

Why a library stops working

A library ships inside every application that uses it. That is cheap at the start: no extra service to operate, no network hop, no separate team. It stops being cheap once many services depend on the same assumptions about where data lives and how failures behave, because changing any of those assumptions means changing every caller.

Turning the library into a platform moves that logic behind an interface. In the summary available to us, OpenAI does not spell out which components it chose, how many regions the platform spans, or what it replaced.

The number that matters is the load

Twenty-two million requests per second measures system load, not people typing. A single conversation can trigger several reads and writes depending on which features are in play, so the two figures OpenAI quotes describe different things and cannot be divided into one another.

In the material we could access, the company does not say whether 22 million is a peak or a sustained average, or over what window it was measured.

What we could not verify

The source URL marks this post as the first in a series. The page itself did not load when we tried to retrieve it, so the engineering detail behind the headline figures - storage engine, replication strategy, latency targets, failure behavior - remains unchecked on our side.

Every number here comes from OpenAI's own announcement. No outside party has confirmed it, and self-reported infrastructure figures carry no external audit.

◈ AI-GENERATED REPORT · SOURCES LINKED

FAQ

What is OpenAI's Habitat storage platform?

Habitat is the storage system behind OpenAI's online services. It started as a Python library embedded in applications and, according to the company, has been rebuilt as a globally distributed platform.

How many requests per second does OpenAI's storage handle?

OpenAI cites 22 million requests per second. The summary available to us does not say whether that is a peak or a sustained average, or over what measurement window it was recorded.

Has anyone verified OpenAI's storage numbers?

No. Both the one billion users and the 22 million requests per second come from OpenAI's own post. We found no independent measurement or third-party confirmation of either figure.

Sources

More reports