GEMINI LABJP
SUNSET — The image generation models shut down today, August 17: imagen-4.0-generate-001, ultra, fast, and the Gemini 3 Image family, and calls after that fail with a hard errorSCALE — Gemini crossed one billion monthly active users on August 11ASSISTANT — Starting September 4, Gemini replaces Google Assistant on Android and Wear OS, a rollout expected to take several weeks and one you cannot reverse on a deviceDEVICES — The change covers Android phones and tablets, Wear OS watches, Assistant-enabled headphones, and phone-projected Android Auto; cars with Google built-in keep workingSPARK — Since August 13, Gemini 3.7 Flash has powered Gemini Spark for AI Pro and Ultra subscribers across more than 160 countriesPRICE — Gemini 3.7 Flash carries introductory pricing of $0.75 per million input tokens and $3.75 output through December 31, moving to $1.50 and $7.50 after thatSUNSET — The image generation models shut down today, August 17: imagen-4.0-generate-001, ultra, fast, and the Gemini 3 Image family, and calls after that fail with a hard errorSCALE — Gemini crossed one billion monthly active users on August 11ASSISTANT — Starting September 4, Gemini replaces Google Assistant on Android and Wear OS, a rollout expected to take several weeks and one you cannot reverse on a deviceDEVICES — The change covers Android phones and tablets, Wear OS watches, Assistant-enabled headphones, and phone-projected Android Auto; cars with Google built-in keep workingSPARK — Since August 13, Gemini 3.7 Flash has powered Gemini Spark for AI Pro and Ultra subscribers across more than 160 countriesPRICE — Gemini 3.7 Flash carries introductory pricing of $0.75 per million input tokens and $3.75 output through December 31, moving to $1.50 and $7.50 after that
TAG

FastAPI

6 articles
Back to all tags
Related:
gemini-api4python4production3streaming2Gemini API1TTS1audio generation1gemini-live-api1twilio1voice-agent1websocket1media-streams1
Gemini Dev/2026-07-03Advanced

Stop Making Listeners Wait for the Whole File — Wiring Gemini TTS Streaming into Your Delivery Path

gemini-3.1-flash-tts-preview now streams audio via streamGenerateContent. A delivery path with 1.8s to first sound, covering PCM boundary handling, sentence-level resume, and a fallback for preview shutdown.

Gemini API/2026-04-30Advanced

Putting an AI That Answers Phones Into Production: Building a Phone Voice Agent With Gemini Live API and Twilio Media Streams

Bridge Twilio Voice and Gemini Live API over WebSocket to build a phone-answering AI agent that holds up in production. Full code, interruption handling, function calling, deployment notes, and per-minute cost math.

Gemini API/2026-04-15Advanced

Designing a Production Prompt Management System for Gemini API — Versioning, A/B Testing, and Canary Rollouts

A complete implementation guide for solving the prompt versioning, attribution, and safety challenges in production Gemini API deployments — using FastAPI, PostgreSQL, Redis, A/B testing, and canary rollouts.

Gemini API/2026-04-07Advanced

Gemini API × PostgreSQL Complete Implementation Guide — Building an AI-Driven Database Optimization System for Production

A complete production-ready guide to automating PostgreSQL optimization with Gemini 2.5 Pro — covering Text-to-SQL generation, EXPLAIN plan analysis, index recommendations, and schema reviews using Python and FastAPI.

Gemini API/2026-04-03Advanced

Building Event-Driven Async AI Pipelines with Gemini API — Pub/Sub, Webhooks, and Queue Integration for Production

A deep dive into designing event-driven asynchronous AI pipelines using Gemini API with Google Cloud Pub/Sub, webhooks, and Redis queues. Includes the design pitfalls and live cost/throughput numbers from running this stack across the four Dolice Labs sites and several iOS/Android apps.

Gemini API/2026-03-19Advanced

Gemini 2.5 Pro × FastAPI: Building a Production-Ready AI Backend

Learn how to build a production-ready AI backend by combining Gemini 2.5 Pro with FastAPI, covering streaming, rate limiting, Function Calling, cost optimization, and Docker deployment.