GEMINI LABJP
VIDS — Gemini Omni is now built directly into Google Vids, so a text prompt can change style, color grading, or strip background noiseHOME — The Gemini for Home conversation memory window stretched to 15 minutes, so follow-ups no longer need the full context repeatedLIVE — Gemini Live reached the first-generation Google Home Mini and Nest Hub, and the July Nest Cam update is rolling out alongside itDOCS — Gemini-powered document creation and editing in Google Docs added 11 more languages, with context drawn from your Workspace dataLOGS — Since July 6, developer logs for supported Interactions API calls are viewable right in the AI Studio dashboardSAATHI — ATL Saathi, a Gemini-powered web app for educators, is piloting across 100 schools in IndiaVIDS — Gemini Omni is now built directly into Google Vids, so a text prompt can change style, color grading, or strip background noiseHOME — The Gemini for Home conversation memory window stretched to 15 minutes, so follow-ups no longer need the full context repeatedLIVE — Gemini Live reached the first-generation Google Home Mini and Nest Hub, and the July Nest Cam update is rolling out alongside itDOCS — Gemini-powered document creation and editing in Google Docs added 11 more languages, with context drawn from your Workspace dataLOGS — Since July 6, developer logs for supported Interactions API calls are viewable right in the AI Studio dashboardSAATHI — ATL Saathi, a Gemini-powered web app for educators, is piloting across 100 schools in India
TAG

instrumentation

4 articles
Back to all tags
Related:
Gemini API2gemini-api2Context Caching1cost optimization1usage_metadata1TTL1operations1google-ai-studio1troubleshooting1safety-filter1model-name1Qdrant1
Gemini API/2026-07-06Advanced

When Context Caching Didn't Lower My Gemini Bill — Field Notes on Measuring the Real Hit Rate

When Context Caching is enabled but the Gemini API bill barely drops, this field note measures the real hit rate from usage_metadata, separates TTL churn from fragmentation, and walks through a staged recovery.

Gemini API/2026-07-01Advanced

When a Prompt That Worked in AI Studio Quietly Breaks Over the API — Field Notes on Measuring the Difference

A prompt that behaves perfectly in AI Studio returns an empty string or a 404 the moment you call the Gemini API from your own code. Instead of eyeballing the two, here is a small harness that records the config diff plus finish_reason, token usage, and the model name the server actually resolved — so you can isolate the cause by layer.

Gemini API/2026-06-28Advanced

When Gemini × Qdrant Hybrid Search Was Quietly Losing Recall — Field Notes on Instrumenting RRF Weights and Sparse-Vector Drift

Run Gemini embeddings with Qdrant hybrid search in production and your dashboards stay green while recall quietly slips. These field notes show how to catch it with measurement — RRF weights, sparse-vector drift, missing payload indexes — and protect it with a quality budget.

Gemini API/2026-06-12Intermediate

Is Anyone Actually Using Your Gemini Feature? Measuring Acceptance, Regeneration, and Edit Distance

Token charts will not tell you whether users embrace a Gemini-powered feature. A practical design for measuring acceptance rate, regeneration rate, and edit distance with Swift and BigQuery, with two weeks of real numbers.