Skip to content

Bug Report: 429 Resource Exhausted (MODEL_CAPACITY_EXHAUSTED) in Gemini CLI #23362

Description

@zhangtaile

What happened?

I am use Gemini Pro account login, but keep met the following "Resource Exhausted" issue. if i use API key login, then dont have this issue.

How to check if my account be flagged abuse?

{
 "error": {
   "code": 429,
   "message": "No capacity available for model gemini-3.1-pro-preview on the server",
   "errors": [
     {
       "message": "No capacity available for model gemini-3.1-pro-preview on the server",
       "domain": "global",
       "reason": "rateLimitExceeded"
     }
   ],
   "status": "RESOURCE_EXHAUSTED",
   "details": [
     {
       "@type": "type.googleapis.com/google.rpc.ErrorInfo",
       "reason": "MODEL_CAPACITY_EXHAUSTED",
       "domain": "cloudcode-pa.googleapis.com",
       "metadata": {
         "model": "gemini-3.1-pro-preview"
       }
     }
   ]
 }
}

What did you expect to happen?

no 429 isse.

Client information

Client Information

Run gemini to enter the interactive CLI, then run the /about command.

> /about
# paste output here
 > /about

╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                                     │
│ About Gemini CLI                                                                                                                                                    │
│                                                                                                                                                                     │
│ CLI Version                                              0.34.0                                                                                                     │
│ Git Commit                                               49a86550c                                                                                                  │
│ Model                                                    gemini-3.1-pro-preview                                                                                     │
│ Sandbox                                                  no sandbox                                                                                                 │
│ OS                                                       linux                                                                                                      │
│ Auth Method                                              Signed in with Google (zhangtl@gmail.com)                                                                  │
│ Tier                                                     Gemini Code Assist in Google One AI Pro                                                                    │
│                                                                                                                                                                     │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

Login information

Google Account: zhangtl@gmail.com

Anything else we need to know?

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status
    Closed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions