GEMINI LABJP
NANOLITE — Nano Banana 2 Lite is here: Google's fastest and most cost-efficient Gemini Image model, made for running lightweight image generation cheaplyOMNIFLASH — Gemini Omni Flash is in public preview, a natively multimodal model that lets enterprises and developers build custom, dynamic video workflowsAGENTS — Managed Agents expand with background: true for async server-side runs and polling, remote MCP server integration, and refreshing credentials across interactionsMEMORY — The Memory Bank IngestEvents API is generally available, decoupling event ingestion from memory generation so you can stream content continuouslyTHROUGHPUT — Provisioned Throughput now lets you submit up to seven pending orders for the same model and regionDEPRECATE — Image generation models shut down on August 17, and the Grok 4.1 family on the Gemini Enterprise Agent Platform on August 20NANOLITE — Nano Banana 2 Lite is here: Google's fastest and most cost-efficient Gemini Image model, made for running lightweight image generation cheaplyOMNIFLASH — Gemini Omni Flash is in public preview, a natively multimodal model that lets enterprises and developers build custom, dynamic video workflowsAGENTS — Managed Agents expand with background: true for async server-side runs and polling, remote MCP server integration, and refreshing credentials across interactionsMEMORY — The Memory Bank IngestEvents API is generally available, decoupling event ingestion from memory generation so you can stream content continuouslyTHROUGHPUT — Provisioned Throughput now lets you submit up to seven pending orders for the same model and regionDEPRECATE — Image generation models shut down on August 17, and the Grok 4.1 family on the Gemini Enterprise Agent Platform on August 20
TAG

google-workspace

7 articles
Back to all tags
Related:
gemini3apps-script3automation2productivity2gemini-api2files-api1resumable-upload1trigger1notebooklm1gemini-gems1workflow1function-calling1
Workspace/2026-07-10Advanced

Resuming Large Gemini Files API Uploads Across the Apps Script 6-Minute Limit

Sending a few hundred megabytes from Drive to the Gemini Files API through Apps Script means fighting a 6-minute execution cap and payload limits. Here is how to decompose resumable upload into start, upload, query and finalize so a killed run never loses progress.

Workspace/2026-06-29Advanced

When Apps Script Time-Driven Triggers Quietly Run Out: Consolidating Gemini Automations into One Dispatcher

Apps Script caps you at 20 triggers per user and a daily total trigger-runtime budget. Here is how to stop your Gemini automations from silently dying as you add more, using a single dispatcher, a schedule table, and an external heartbeat.

Workspace/2026-05-06Beginner

NotebookLM vs Gemini Gems: What I Learned After 3 Months of Using Both

Both NotebookLM and Gemini Gems run on Gemini, but they're built for completely different jobs. After 3 months of daily use, here's my honest take on when to use which — including a two-phase workflow that eliminated most of my tool-switching confusion.

Gemini API/2026-05-03Advanced

A Personal Secretary AI on Gemini API and Google Workspace — Auth, Orchestration, and Approval Gates

Designing a personal secretary AI across Gmail and Google Calendar with the Gemini API: OAuth2 scope design, Function Calling orchestration, approval gates for write tools, and ninety days of measured production cost, with full Python code.

Workspace/2026-04-09Advanced

Google Forms × Gemini API: Automated Response Analysis — Sentiment Analysis, Theme Extraction & Report Generation

Learn how to connect Google Forms with the Gemini API to automatically perform sentiment analysis, theme extraction, and report generation on survey responses. Includes complete Apps Script and Python implementation code you can deploy today.

Workspace/2026-03-29Beginner

Fixing Gemini Workspace Integration Issues — Troubleshooting for Docs, Sheets, and Gmail

Step-by-step guide to troubleshooting Gemini integration with Google Workspace. Learn why Gemini isn't appearing in Docs, Sheets, and Gmail, and how to check admin settings, license requirements, and regional availability.

Gemini Dev/2026-03-14Beginner

Gemini in Google Workspace 2026: New Features in Docs, Sheets, Slides & Drive

A deep dive into Google's March 2026 Gemini Workspace update — covering Help me create, Ask Gemini in Drive, Match writing style, and AI-powered Sheets. Includes code samples for developers.