You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updating the Image-out notebook for the GA release of the Gemini 2.5 Image model
* Migrating the Book illustration notebook to use Gemini 2.5 Image instead of Imagen
* Updating the Gemini 2.5 flash model name to the GA one
* Adding direct links to colab for the notebooks
Copy file name to clipboardExpand all lines: README.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This cookbook provides a structured learning path for using the Gemini API, focu
9
9
10
10
This cookbook is organized into two main categories:
11
11
12
-
1.**[Quick Starts](https://github.com/google-gemini/cookbook/tree/main/quickstarts/):** Step-by-step guides covering both introductory topics ("[Get Started](./quickstarts/Get_started.ipynb)") and specific API features.
12
+
1.**[Quick Starts](https://github.com/google-gemini/cookbook/tree/main/quickstarts/):** Step-by-step guides covering both introductory topics ("[Get Started](./quickstarts/Get_started.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Get_started.ipynb)") and specific API features.
13
13
2.**[Examples](https://github.com/google-gemini/cookbook/tree/main/examples/):** Practical use cases demonstrating how to combine multiple features.
14
14
15
15
We also showcase **Demos** in separate repositories, illustrating end-to-end applications of the Gemini API.
@@ -19,15 +19,15 @@ We also showcase **Demos** in separate repositories, illustrating end-to-end app
19
19
20
20
Here are the recent additions and updates to the Gemini API and the Cookbook:
21
21
22
-
***Gemini 2.5 models:** Explore the capabilities of the latest Gemini 2.5 models (Flash and Pro)! See the [Get Started Guide](./quickstarts/Get_started.ipynb) and the [thinking guide](./quickstarts/Get_started_thinking.ipynb) as they'll all be thinking ones.
23
-
***Imagen and Veo**: Get started with our media generation model with this brand new [Veo guide](./quickstarts/Get_started_Veo.ipynb) and [Imagen guide](./quickstarts/Get_started_imagen.ipynb)!
24
-
***Gemini Robotics-ER 1.5**: Learn about this new Gemini model specifically for spatial understanding and reasoning for [robotics applications](./quickstarts/gemini-robotics-er.ipynb).
25
-
***Lyria and TTS**: Get started with podcast and music generation with the [TTS](./quickstarts/Get_started_TTS.ipynb) and [Lyria RealTime](./quickstarts/Get_started_LyriaRealTime.ipynb) models.
26
-
***LiveAPI**: Get started with the [multimodal Live API](./quickstarts/Get_started_LiveAPI.ipynb) and unlock new interactivity with Gemini.
22
+
***Gemini 2.5 models:** Explore the capabilities of the latest Gemini 2.5 models (Flash and Pro)! See the [Get Started Guide](./quickstarts/Get_started.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Get_started.ipynb) and the [thinking guide](./quickstarts/Get_started_thinking.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Get_started_thinking.ipynb) since they are all thinking ones.
23
+
***Gemini Image** (aka. nano banana): Use [Gemini's native image generation](./quickstarts/Image_out.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Image_out.ipynb) capabilities to edit images with high consistency or generate visual stories.
24
+
***Veo**: Get started with our video generation model with this [Veo guide](./quickstarts/Get_started_Veo.ipynb)! [](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Get_started_Veo.ipynb)
25
+
***Gemini Robotics-ER 1.5**: Learn about this new Gemini model specifically for spatial understanding and reasoning for [robotics applications](./quickstarts/gemini-robotics-er.ipynb). [](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/gemini-robotics-er.ipynb)
26
+
***Lyria and TTS**: Get started with podcast and music generation with the [TTS](./quickstarts/Get_started_TTS.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Get_started_TTS.ipynb) and [Lyria RealTime](./quickstarts/Get_started_LyriaRealTime.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Get_started_LyriaRealTime.ipynb) models.
27
+
***LiveAPI**: Get started with the [multimodal Live API](./quickstarts/Get_started_LiveAPI.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Get_started_LiveAPI.ipynb) and unlock new interactivity with Gemini.
27
28
***Recently Added Guides:**
28
-
*[Image-out](./quickstarts/Image_out.ipynb): Use Gemini's native image generation capabilities to edit images with high consistency or generate visual stories.
29
-
*[Grounding](./quickstarts/Grounding.ipynb): Discover different ways to ground Gemini's answer using different tools, from Google Search to Youtube and the new **url context** tool.
30
-
*[Batch-mode](./quickstarts/Batch_mode.ipynb): Use Batch-mode to send large volume of non-time-sensitive requests to the model and get a 50% discount.
29
+
*[Grounding](./quickstarts/Grounding.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Grounding.ipynb): Discover different ways to ground Gemini's answer using different tools, from Google Search to Youtube and the new **url context** tool.
30
+
*[Batch-mode](./quickstarts/Batch_mode.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Batch_mode.ipynb): Use Batch-mode to send large volume of non-time-sensitive requests to the model and get a 50% discount.
31
31
32
32
33
33
<br><br>
@@ -44,27 +44,27 @@ The [quickstarts section](https://github.com/google-gemini/cookbook/tree/main/qu
44
44
45
45
We recommend starting with the following:
46
46
47
-
*[Authentication](./quickstarts/Authentication.ipynb): Set up your API key for access.
48
-
*[**Get started**](./quickstarts/Get_started.ipynb): Get started with Gemini models and the Gemini API, covering basic prompting and multimodal input.
47
+
*[Authentication](./quickstarts/Authentication.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Authentication.ipynb): Set up your API key for access.
48
+
*[**Get started**](./quickstarts/Get_started.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Get_started.ipynb): Get started with Gemini models and the Gemini API, covering basic prompting and multimodal input.
49
49
<br><br>
50
50
51
51
Then, explore the other quickstarts tutorials to learn about individual features:
52
-
*[Get started with Live API](./quickstarts/Get_started_LiveAPI.ipynb): Get started with the live API with this comprehensive overview of its capabilities
53
-
*[Get started with Veo](./quickstarts/Get_started_Veo.ipynb): Get started with our video generation capabilities
54
-
*[Get started with Imagen](./quickstarts/Get_started_imagen.ipynb) and [Image-out](./quickstarts/Image_out.ipynb): Get started with our image generation capabilities
55
-
*[Grounding](./quickstarts/Search_Grounding.ipynb): use Google Search for grounded responses
56
-
*[Code execution](./quickstarts/Code_Execution.ipynb): Generating and running Python code to solve complex tasks and even ouput graphs
52
+
*[Get started with Live API](./quickstarts/Get_started_LiveAPI.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Get_started_LiveAPI.ipynb): Get started with the live API with this comprehensive overview of its capabilities
53
+
*[Get started with Veo](./quickstarts/Get_started_Veo.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Get_started_Veo.ipynb): Get started with our video generation capabilities
54
+
*[Get started with Imagen](./quickstarts/Get_started_imagen.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Get_started_imagen.ipynb)and [Native image generation](./quickstarts/Image_out.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Image_out.ipynb): Get started with our image generation capabilities
55
+
*[Grounding](./quickstarts/Grounding.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Grounding.ipynb): use Google Search for grounded responses
56
+
*[Code execution](./quickstarts/Code_Execution.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Code_Execution.ipynb): Generating and running Python code to solve complex tasks and even ouput graphs
57
57
* And [many more](https://github.com/google-gemini/cookbook/tree/main/quickstarts/)
58
58
<br><br>
59
59
60
60
## 2. Examples (Practical Use Cases)
61
61
62
62
These examples demonstrate how to combine multiple Gemini API features or 3rd-party tools to build more complex applications.
63
-
*[Browser as a tool](./examples/Browser_as_a_tool.ipynb): Use a web browser for live and internal (intranet) web interactions
64
-
*[Illustrate a book](./examples/Book_illustration.ipynb): Use Gemini and Imagen to create illustration for an open-source book
65
-
*[Animated Story Generation](./examples/Animated_Story_Video_Generation_gemini.ipynb): Create animated videos by combining Gemini's story generation, Imagen, and audio synthesis
66
-
*[Plotting and mapping Live](./examples/LiveAPI_plotting_and_mapping.ipynb): Mix *Live API* and *Code execution* to solve complex tasks live
67
-
*[3D Spatial understanding](./examples/Spatial_understanding_3d.ipynb): Use Gemini *3D spatial* abilities to understand 3D scenes
63
+
*[Browser as a tool](./examples/Browser_as_a_tool.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/examples/Browser_as_a_tool.ipynb): Use a web browser for live and internal (intranet) web interactions
64
+
*[Illustrate a book](./examples/Book_illustration.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/examples/Book_illustration.ipynb): Use Gemini to create illustration for an open-source book
65
+
*[Animated Story Generation](./examples/Animated_Story_Video_Generation_gemini.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/examples/Animated_Story_Video_Generation_gemini.ipynb): Create animated videos by combining Gemini's story generation, Imagen, and audio synthesis
66
+
*[Plotting and mapping Live](./examples/LiveAPI_plotting_and_mapping.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/examples/LiveAPI_plotting_and_mapping.ipynb): Mix *Live API* and *Code execution* to solve complex tasks live
67
+
*[3D Spatial understanding](./examples/Spatial_understanding_3d.ipynb)[](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/examples/Spatial_understanding_3d.ipynb): Use Gemini *3D spatial* abilities to understand 3D scenes
68
68
*[Gradio and live API](./examples/gradio_audio.py): Use gradio to deploy your own instance of the *Live API*
69
69
* And [many many more](https://github.com/google-gemini/cookbook/tree/main/examples/)
0 commit comments