let's do some more back of the envelope estimates.
no company publishes the energy usage of their models, so as before we just have to do the best we can by making conservative extrapolations.
altman claimed in 2025 that ChatGPT uses 0.34Wh per prompt (this is lower than independent estimates, but let's go with it to be conservative).
Previously i had made the very conservative estimate that considering the "plain info" and retail use of the product bringing it down, the average prompt might be something like 3 paragraphs, or 300 tokens. Later models that use reasoning tokens use orders of magnitude more tokens per unit prompt (prompting Opus 5 (max) in claude code to estimate the average number of output tokens without writing code just now used ~2k). At the time of that blog post, the newest general purpose model would have been GPT-4.5, but the consumer model that would have made up the bulk of the average for the power estimate would have been the infamous GPT-4o, (rumored to be) a ~200B parameter model - neither of these are "reasoning" models, so lets keep our 300 token estimate.
So that would be 0.34Wh / 300 tokens = 0.00113 Wh/token.
According to ~ rumors and speculation ~, people believe that GPT-6 astra is a ~5T model, and that this internal model might be ~10T parameters. Parameter count is a very imprecise estimate of energy usage, because energy usage depends on a ton of things like hardware efficiency, the attention mechanism/MoE selecting how many of the params are active, and so on. But because we don't have any better information, we assume that energy usage is quasi-linear with number of parameters.
So then that would be (10 trillion / 200 billion) * (0.34 Wh / 300 tokens) = 0.0566Wh/token for the giant 10T internal model.
Then multiplying that through for 300 billion tokens yields us 17 GWh. That's roughly a third of LA county's daily residential energy use, a county of 10 million people.
@jonny
It would be very interesting to know what account tier they were using. Assuming it was one of the educational or business accounts, they very much do not have the right to use customer data. Presuming they were following the law, of course; I'm not sure that's particularly relevant here.