GEMINI LABJP
SUNSET — Five days until the imagen-4.0 family shuts down: imagen-4.0-generate-001 and two sibling models stop on August 17SAMPLING — Since July 21 the temperature, top_p, and top_k parameters are deprecated; no shutdown date yet, but worth auditing your callsAPI — The Interactions API is now generally available and is the recommended path to the latest models and featuresROBOTICS — gemini-robotics-er-1.6-preview shuts down on August 31; its successor, ER 2, has been in public preview since July 30ENTERPRISE — The Gemini Enterprise mobile app reached GA for organizations authenticating through third-party identity providersRENAME — NotebookLM Enterprise is now Gemini Notebook Enterprise, so the term to search the docs for has changed tooSUNSET — Five days until the imagen-4.0 family shuts down: imagen-4.0-generate-001 and two sibling models stop on August 17SAMPLING — Since July 21 the temperature, top_p, and top_k parameters are deprecated; no shutdown date yet, but worth auditing your callsAPI — The Interactions API is now generally available and is the recommended path to the latest models and featuresROBOTICS — gemini-robotics-er-1.6-preview shuts down on August 31; its successor, ER 2, has been in public preview since July 30ENTERPRISE — The Gemini Enterprise mobile app reached GA for organizations authenticating through third-party identity providersRENAME — NotebookLM Enterprise is now Gemini Notebook Enterprise, so the term to search the docs for has changed too
TAG

Spend Caps

2 articles
Back to all tags
Related:
Gemini API2Cost Management1Automation1Operations1Cost management1Architecture1Production1
Gemini API/2026-06-27Advanced

Stopping Runaway Costs Twice: Project Spend Caps Plus an App-Side Soft Limit

Pairing Gemini API Project Spend Caps (a monthly USD ceiling) with an app-side soft circuit breaker that trips before the hard cap. Includes a working Python and sqlite daily cost ledger.

Gemini API/2026-06-26Advanced

When your Gemini API spend cap trips, paying users go down too — isolating the blast radius with per-tier projects

A Project Spend Cap stops the entire project at once. To keep a runaway free tier from taking paying users down with it, this is a design note on isolating the cap's blast radius across per-tier projects and closing the ~10-minute delay with an application-side soft budget gate.