What problem does it solve? Integrating Google's Gemini models in enterprise environments requires navigating SDK choices, authentication methods, model selection, and a wide range of API capabilities, which is error-prone without up-to-date guidance. ## Core Features & Use Cases - Unified SDK Guidance: Enforces the Google Gen AI SDK (google-genai) across Python, JS/TS, Go, Java, and C#, while steering away from deprecated legacy SDKs. - Full Capability Coverage: Provides reference implementations for text generation, multimodal inputs, function calling, structured output, embeddings, Live API streaming, image/video generation, caching, batch prediction, and model tuning. - Use Case: A developer needs to build a Python service that summarizes PDF documents stored in Google Cloud Storage using Gemini on Agent Platform; this Skill supplies the correct SDK, authentication setup, model choice, and working code patterns. ## Quick Start Ask the assistant to write a Python script using the Gemini API on Agent Platform that generates text with the google-genai SDK.