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

python

142 articles
Back to all tags
Related:
gemini-api91production40Gemini API29gemini22troubleshooting20automation17cost-optimization13multimodal11indie-dev9structured-output6error6function-calling6
Gemini API/2026-03-24Advanced

Gemini API Context Caching— Cut Document Processing Costs by 90%

Learn how to use Gemini API's context caching to reduce repetitive document processing costs by up to 90%. Includes Python SDK implementation, caching strategies, and cost calculations.

Gemini API/2026-03-23Advanced

Running a Gemini + LINE Bot in Production — Reply Token Expiry, Duplicate Replies, and Cold-Start Latency

The first walls you hit putting Gemini behind a LINE Bot are the 30-second reply-token expiry, duplicate replies from webhook redelivery, and Cloud Run cold starts. This guide solves them with loading animations, push-message fallback, idempotency, and Firestore-backed history — with working code and measured numbers.

Gemini API/2026-03-22Advanced

Building an Autonomous Data Analysis Agent with Gemini 3 Pro and LangGraph

Learn how to build a multi-step data analysis agent that autonomously handles CSV parsing, visualization, and report generation using Gemini 3 Pro and LangGraph, with complete code examples.

Gemini API/2026-03-22Advanced

Generate SQL from Natural Language with Gemini API — A Practical Text-to-SQL Guide

Go beyond the demo: build a production-minded Text-to-SQL system with Gemini API. Measure accuracy by execution match, stop column-name hallucinations before execution, handle JOIN aggregation, and add observability — with working code and measured numbers.

Gemini Basics/2026-03-21Beginner

Learn Programming with Gemini — How to Turn AI into Your Coding Tutor

A beginner-friendly guide to learning programming with Google Gemini. From generating code and explaining errors to building custom study plans, discover how to use AI as your personal coding tutor.

Gemini API/2026-03-20Advanced

Build an AI Data Analysis Agent with Gemini API — Combining Code Execution, Function Calling, and Structured Output

Learn how to build a production-ready AI data analysis agent in Python that combines Gemini API's Code Execution, Function Calling, and Structured Output to automatically analyze CSV/Excel data, generate visualizations, and produce structured reports.

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.

Gemini Dev/2026-03-17Beginner

Running the Gemini API in Google Colab: Your First Working Notebook

Step-by-step guide to using the Gemini API in Google Colab. From API key setup to text generation, image analysis, and streaming — all with copy-paste Python code that works out of the box.

Gemini API/2026-03-14Advanced

Gemini Code Execution API: to AI-Generated Code Execution

Master the Gemini Code Execution API. Execute Python code generated by AI in a secure sandbox, perform complex calculations, and automate data analysis tasks.

Gemini API/2026-03-11Intermediate

Gemini API Quickstart — Getting Started with Python and TypeScript

Step-by-step guide to set up and use Gemini API with Python and TypeScript SDKs