You exceeded your current quota, please check your plan and billing details

Hello, I have an issue with the API limits where I’m getting a 429 RESOURCE_EXHAUSTED despite the fact that I’m a paid user and the limits are not being reached. Not even close. I’ve attached the error and also adding some screenshots from the AI Studio with the usage. Even though my usage is at 0 TPM at this moment, it got stuck at 977k and all the requests that are more than the 23k tokens get discarded with the 429 error.

google.genai.errors.ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: ``https://ai.google.dev/gemini-api/docs/rate-limits``. To monitor your current usage, head to: ``https://ai.dev/usage?tab=rate-limit``. \n* Quota exceeded for metric: ``generativelanguage.googleapis.com/generate_content_paid_tier_input_token_count``, limit: 1000000, model: gemini-2.5-flash\nPlease retry in 33.470052706s.', 'status': 'RESOURCE_EXHAUSTED', 'details': [{'@type': '``type.googleapis.com/google.rpc.Help``', 'links': [{'description': 'Learn more about Gemini API quotas', 'url': '``https://ai.google.dev/gemini-api/docs/rate-limits``'}]}, {'@type': '``type.googleapis.com/google.rpc.QuotaFailure``', 'violations': [{'quotaMetric': '``generativelanguage.googleapis.com/generate_content_paid_tier_input_token_count``', 'quotaId': 'GenerateContentPaidTierInputTokensPerModelPerMinute', 'quotaDimensions': {'location': 'global', 'model': 'gemini-2.5-flash'}, 'quotaValue': '1000000'}]}, {'@type': '``type.googleapis.com/google.rpc.RetryInfo``', 'retryDelay': '33s'}]}}"