We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f5351 commit 0391d37Copy full SHA for 0391d37
1 file changed
.github/scripts/helpers/gemini_client.py
@@ -32,7 +32,7 @@ def get_client() -> "genai.Client":
32
# ---------------------------------------------------------------------------
33
# Model & rate-limit constants (Gemini 2.5 Flash – tier 1)
34
35
-MODEL_NAME = "gemini-2.5-flash-001"
+MODEL_NAME = "gemini-2.5-flash-latest"
36
37
RPM_LIMIT = 995 # Requests per minute
38
TPM_LIMIT = 750_000 # Tokens per minute
0 commit comments