GCP: Google AI Studio
Master Google AI Studio: prototype prompts, tune model settings, compare models, and export working Python code to build production Gemini applications.
About This Course
Course Curriculum
8 Lessons
GCP: Introduction to Google AI Studio
Explore Google AI Studio — the browser-based interface for prototyping Gemini prompts. Learn the workspace layout, prompt types, model settings, and how to export working code directly to Python.
GCP: Prototyping with AI Studio
Use Google AI Studio hands-on to prototype prompts, tune model settings, and export working Python code into VS Code. You'll build a structured few-shot classifier and a multi-turn chat prompt, then run the exported code in your VS Code environment.
GCP: Advanced AI Studio — System Instructions & Evaluation
Deep dive into AI Studio's advanced features: system instructions for persistent model behavior, the prompt gallery for inspiration, model comparison, and using AI Studio's built-in evaluation tools to test prompt robustness.
GCP: AI Studio to VS Code — Building a Prompt Pipeline
Use advanced AI Studio features hands-on: write system instructions, compare models, save prompts to your library, then export and extend the code in VS Code to build a reusable prompt pipeline with parameterization and error handling.
GCP: AI Image Generation — Nano Banana 2 and Pro
Learn how Google's Nano Banana image generation models work — Nano Banana 2 (gemini-3.1-flash-image-preview) for fast, high-volume generation and Nano Banana Pro (gemini-3-pro-image-preview) for maximum quality with built-in thinking. Understand the image generation API, response_modalities, ImageConfig parameters, and when to choose each model.
GCP: Hands-On Image Generation with Nano Banana
Use the Gemini image generation API in VS Code to generate images from text prompts, edit reference images, build a multi-turn image editing session, and compare the quality output of Nano Banana 2 versus Nano Banana Pro. All exercises use the new google-genai SDK.
GCP: AI Studio Tools — Search, Code Execution & Structured Output
Learn Google AI Studio's four most powerful built-in tools: Grounding with Google Search for real-time facts, Code Execution for in-browser Python running, Structured Output for guaranteed JSON responses, and Function Calling for API integration. Also covers multimodal file uploads — PDF documents, audio, and video.
GCP: Using AI Studio Tools in Python
Implement all four AI Studio power tools in VS Code using the google-genai SDK: Grounding with Google Search, Code Execution, Structured Output with JSON schemas, and Function Calling. Also covers uploading PDF and audio files to the Gemini Files API for long-document and audio analysis.