GSP1308

Overview
The Gemini API empowers developers and creators across various fields by providing advanced natural language processing and code generation capabilities. It enables the creation of intelligent chatbots, automated content generation tools, insightful data analysis platforms, and personalized learning experiences. Its versatility stems from its ability to understand context, generate creative text, analyze complex data, and adapt to diverse applications.
There are two Gemini models, Gemini Pro and Gemini Flash. In this lab, you will use the model.
Prerequisites
Before starting this lab, you should be familiar with:
- Basic Python programming.
- General API concepts.
- Running Python code in a Jupyter notebook on Vertex AI Workbench.
Objectives
In this lab, you will learn how to:
- Set up and authenticate the Gemini API.
- Make basic API calls to interact with Gemini models.
Task 1. Set your API Key
- In the Jupyter Notebook, copy the below API key into
API_KEY variable.
{{{project_0.startup_script.api_key|"API KEY"}}}
Task 2. Run through the notebook cells
- Once you have set your
API_KEY variable, please replace the __GEMINI_FLASH_MODEL_ID__ placeholder in the notebook with and follow instructions directly in the Jupyter Notebook.
Note: API calls to Gemini require processing time. Please allow a moment for the response to appear after executing a notebook cell.
Click Check my progress to verify the objective.
Generate Text from the Gemini API.
Click Check my progress to verify the objective.
Multi-Turn Conversations.
Congratulations!
Congratulations! In this lab, you learned how to use the Gemini API and make basic API calls to interact with Gemini models.
Next steps / learn more
Check out the following resources to learn more about Gemini:
Google Cloud training and certification
...helps you make the most of Google Cloud technologies. Our classes include technical skills and best practices to help you get up to speed quickly and continue your learning journey. We offer fundamental to advanced level training, with on-demand, live, and virtual options to suit your busy schedule. Certifications help you validate and prove your skill and expertise in Google Cloud technologies.
Manual Last Updated October 07, 2025
Lab Last Tested October 07, 2025
Copyright 2025 Google LLC. All rights reserved. Google and the Google logo are trademarks of Google LLC. All other company and product names may be trademarks of the respective companies with which they are associated.