Hello,
I’m a Google AI Pro user and expect my daily free quota on Gemini CLI to be 1500 requests. However it is only set at 250 for now (backout from the CLI usage left stats). I tried to issue a ticket on Google Cloud system but Support ticket was closed by GCP team, and i was directed here.
My main question is, does the ‘Google AI Pro’ consumer subscription ($20/mo) grant the 1,500 RPD entitlement for Gemini CLI, or is that limit restricted to ‘Gemini Code Assist’ enterprise licenses? I am stuck at 250 RPD now but the online document said 1500.
Hi @Xinyang_Bryan_Wang, welcome to the community!
The Gemini CLI does not automatically detect your Google One subscription status if the authentication token was generated before you upgraded, or if it’s cached. It needs to “refresh” to see the “Pro” entitlement.
Please try gcloud auth revoke and gcloud auth login to re-authenticate.
Thank you!
1 Like
Hi Srikanta,
Happy new year of 2026! Thanks for your help! I tried ‘gemini gcloud auth revoke’ in my terminal and it complained about not having access to the run_shell_command tool. Should I use –yolo to give it full access? Not sure what this command does and whether it’s safe to do so.
Hi @Xinyang_Bryan_Wang, apologies for the late response.
You don’t need to use Gemini; you can just directly run the revoke command.
Never use the --yolo command if you are unsure what the command is doing. This command will not ask for permission; it will execute immediately.
Thank you!