Google AI Pro – Quota and Resource Exhausted Issue Across Multiple Models

Hello Google AI Team,

I am a Google AI Pro subscriber and I am experiencing several issues related to model quotas and cooldown behavior that appear inconsistent with the expected limits.

Over the past few days, I mainly used Claude for conversations. After reaching the usage limit, the platform indicated that I needed to wait for a cooldown period of approximately 5 hours, which is what I understand to be the expected cooldown for Pro users.

However, in my case the cooldown period did not reset after 5 hours. Instead, it effectively lasted more than three days. I waited patiently for the system to refresh.

After waiting for this extended period, I tried to send just a single prompt, but the system immediately returned a “Resource Exhausted” error. Following this, not only Claude but also other models such as Gemini and GPT became unavailable or locked, even though I had barely used them.

This situation is confusing because:

  • I primarily used Claude, not the other models.

  • The expected 5-hour cooldown appears to be extending to multiple days.

  • After waiting for the cooldown, even one prompt triggers a “Resource Exhausted” error.

  • Other models that I have barely used are also placed into a locked or cooldown state.

  • In some cases the interface still shows remaining quota, yet prompts are still blocked.

I would also like to clarify that I have not used any API calls, scripts, or automated tools. My usage has only been normal conversational prompts.

Because of these inconsistencies, I would appreciate clarification on the following:

  1. Whether there is a shared quota or shared cooldown across Claude, Gemini, and GPT models.

  2. Why the cooldown period appears to extend from the expected 5 hours to several days.

  3. Why the system returns “Resource Exhausted” immediately after the cooldown period.

  4. Why other models become locked even though they were barely used.

  5. Whether this could be a quota calculation or platform issue affecting my account.

This issue is currently preventing me from using my Pro subscription reliably, so I would appreciate any clarification or assistance you can provide.

Thank you for your time and support.

Best regards,

14 Likes

Same issue here, I woke up this morning to see that all my quotas (except flash) were exhausted (I didn’t used it and 10 hours before everything was full). Also a pro user.

Exactly! Understadble if at least I send a single prompt. But NO! I didn’t even use it and last night both were at 100% quota but today both are at 0? How can this be?!

I’ll just add another response to similar thread, as this happened to me(pro plan user) as well. I only started to use antigravity yesterday… woke up today to exhausted quotas… Curently waiting for chat with support as I consider this a BUG not a deliberate quota (I hope)

I have 2nd pro account That I have not yet used, this account limits also changed from 5 h to 7 days… not a single prompt was run just logged on(details below)

1 Like

I am also experiencing the same issue.

1 Like

same problem here all my quota is finished by doing nothing!

2 Likes

same issue here, wtf? Last time used was 24 hours ago, forcing us go to Codex? refund maybe?

1 Like

Same here. All my claude quotas went from 100% to 0 today on their own. Now it says I have to wait 5 days for them to reset.

Exactly same problem here…

I have the same problem with my account.

Good to hear it’s not only me. Was surprised to learn that I suddenly had no quotas left anywhere except the flash model (which to be frank likes to hallucinate functions that never existed). I understand all this is cutting edge from Google, but the amount of jank is beyond what I have experienced before from them. I think more clear information about usage and what Pro users are paying for would at least be in order?

This is crazy! How is it possible that you need to wait a week for the quota to reset, wow!

Same issue here, my quota was 0 out of nowhere then I waited 3 days s and it was supposed to reset yesterday and now I have 7 days of no quota again.

I have the same issue (Pro plan User) when I started to use Antigravity after a few days instead of the 5 hour cooldown period it my quota was frozen for 7 days and due to refresh on the 13th ( yesterday) but when I opened Antigravity yesterday instead of refreshing it has added ANOTHER 7 days? now it says quota will refresh on the 20th? Gemini Flash remain unaffected - it only applies to Gemini pro and Claude models. apparently “other users have experienced the same thing and our engineers are working on it” I’m hardly expected to wait 2 weeks for my quota to refresh though, what’s the point of the Pro Subscription if I will be unable to use the main models for 2 weeks?

same issue here and several days passed

is google sleeping?

me too

. its making me crazy lol

I experience the same issue after investigation it seems that planner_generation.go does unbounded retries and just works its way through the models.

2. Evidence (Log Snippets)

Unbounded Retry and Context Growth

In session 20260316T150123, window 6, the planner entered a loop triggered by an artifact metadata error. Note the message count growth:

15:02:51 — Requesting planner with 7 chat messages (attempt 1)

15:02:53 — streamGenerateContent call

15:03:09 — ERROR: artifact metadata is required when IsArtifact is true

15:03:09 — Requesting planner with 15 messages (retry attempt 2)

15:03:13 — ERROR: internal: internal error

15:03:13 — Requesting planner with 17 messages

15:03:35 — Requesting planner with 25 messages

15:08:11 — HTTP 429: RESOURCE_EXHAUSTED