What problem does it solve?
Integrating Google's Gemini models into enterprise applications requires navigating SDK choices, authentication setup, model selection, and many API capabilities, and outdated legacy SDKs and deprecated model names often lead to broken or suboptimal implementations.
Core Features & Use Cases
- Unified Gen AI SDK Guidance: Provides correct installation and initialization patterns for Python, JavaScript/TypeScript, Go, Java, and C#, while steering away from deprecated SDKs like google-cloud-aiplatform.
- Full Capability Coverage: Reference guides for text and multimodal generation, embeddings, structured output, function calling, search grounding, image and video generation, Live API streaming, context caching, batch prediction, and model tuning.
- Use Case: A developer building an enterprise document-analysis app can follow this Skill to authenticate with Application Default Credentials, pick the right Gemini 3 model, cache a large PDF context, and generate structured JSON output with correct, current API calls.
Quick Start
Use the gemini-api-agent-platform skill to write a Python script that generates text with the Gemini API on Agent Platform using Application Default Credentials.