diff --git a/.github/scripts/helpers/gemini_client.py b/.github/scripts/helpers/gemini_client.py index 88cacea6..8607e65e 100644 --- a/.github/scripts/helpers/gemini_client.py +++ b/.github/scripts/helpers/gemini_client.py @@ -32,7 +32,7 @@ def get_client() -> "genai.Client": # --------------------------------------------------------------------------- # Model & rate-limit constants (Gemini 2.5 Flash – tier 1) # --------------------------------------------------------------------------- -MODEL_NAME = "gemini-2.5-flash-001" +MODEL_NAME = "gemini-2.5-flash-latest" RPM_LIMIT = 995 # Requests per minute TPM_LIMIT = 750_000 # Tokens per minute