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

audio

7 articles
Back to all tags
Related:
gemini-api4python3multimodal3text-to-speech2image2video2tutorial2gemini2gemini-3.1-flash-tts1podcast1cost-optimization1Gemini API1
Gemini API/2026-06-25Intermediate

Turning Articles into Audio with the Gemini 3.1 Flash TTS Preview: Splitting Long Text, Stitching It Back, and What It Actually Costs

The Gemini 3.1 Flash TTS preview launched today. Here is a single-narrator pipeline that converts a written article into clean audio, including how to split long text, stitch PCM without ugly seams, keep one voice steady, and estimate the real per-article cost.

Gemini API/2026-06-03Beginner

Gemini Live API Audio Sounds Sped Up — Fixing the Sample Rate Mismatch

When Gemini Live API responses sound high-pitched and sped up, or come back full of noise, the cause is almost always that the 24kHz output is being played at a different sample rate. Here are the concrete fixes for both the browser and iOS.

Gemini Advanced/2026-05-06Advanced

Building a Paid Service with the Gemini Multimodal API: Image, Audio, and Video Processing

A complete implementation guide for paid services built on Gemini's multimodal capabilities — covering image analysis, audio transcription, video processing, PDF Q&A, Stripe Metered Billing integration, and production error handling.

Gemini API/2026-05-01Intermediate

Speaker Diarization with Gemini API: Meetings and Podcasts

Use the Gemini API's multimodal audio understanding to label who said what in meeting recordings and podcasts — with a working Python example and prompt design tips.

Gemini API/2026-03-30Intermediate

How to Build an Audio Transcription and Summarization App with Gemini API and Python

Learn how to build an audio transcription and auto-summarization app using Gemini API's multimodal capabilities and Python, with step-by-step code examples.

Gemini API/2026-03-26Advanced

Gemini API Multimodal Techniques in Practice — Mastering Image, Video, Audio, and PDF Processing

Advanced implementation guide for integrating all 4 modalities (image, video, audio, PDF) with Gemini API. Learn streaming pipelines and Function Calling integration for production-ready multimodal AI systems.

Gemini Advanced/2026-03-12Intermediate

Putting Gemini's TTS to Real Work — Voices, Pacing, and What It Costs to Run

Field notes on adding Gemini's text-to-speech to a solo-developer app: calling it with the google-genai SDK, the raw-PCM-to-WAV gotcha, choosing voices and pacing, and how the costs actually add up.