How to increase daily request quota for Gemini API (GoogleGenerativeAI)?

I’m currently encountering the following error when trying to use the gemini-2.0-flash model:

javascript

CopiarEditar

[GoogleGenerativeAI Error]: Error fetching from https://monospace-pa.googleapis.com/v1/models/gemini-2.0-flash:streamGenerateContent?alt=sse: [429 Too Many Requests] Quota Exceeded for user 1015710594850 and group monospace-firebasestudio-freetier-prod. Please upgrade your plan.

I’m using Firebase Studio, but it seems I’ve hit the daily request limit for the free-tier account.
I’d like to know:

  • What is the proper way to request a daily quota increase?
  • Is there a specific form or dashboard in Firebase or Google Cloud to manage this?
  • Can I upgrade only the Gemini API quota without changing my entire Firebase plan?

I’d appreciate any guidance or shared experiences. Thanks in advance!