Skip to content

Commit 8aea176

Browse files
authored
Adding spatial understanding cookbook (#958)
* Adding spatial understanding demo * formatting * formatting * Adding orchestration example * lint * lint * readme updates * readme
1 parent cbd2630 commit 8aea176

File tree

3 files changed

+7230
-0
lines changed

3 files changed

+7230
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Here are the recent additions and updates to the Gemini API and the Cookbook:
2121

2222
* **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.
2323
* **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.).
2425
* **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.
2526
* **LiveAPI**: Get started with the [multimodal Live API](./quickstarts/Get_started_LiveAPI.ipynb) and unlock new interactivity with Gemini.
2627
* **Recently Added Guides:**

quickstarts/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Finally, these guides will deep-dive into specific capabilities of the Gemini mo
4141
| -------- | ----------- | ---- |
4242
| [Grounding](./Grounding.ipynb) | Learn how to use diffrent ways (Google Search, Youtube, url context) to ground your answers with external sources. | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Grounding.ipynb) |
4343
| [Search Grounding](./Search_Grounding.ipynb) | Deep-dive into the Google search grounding capabilities. | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Search_Grounding.ipynb) |
44+
| [Gemini Robotics-ER 1.5 Preview](./gemini-robotics-er.ipynb) | Learn how to use the Gemini Robotics Embodied Reasoning model for spatial understanding and reasoning| [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/gemini-robotics-er.ipynb) |
4445
| [Batch-mode](./Batch_mode.ipynb) | Use Batch-mode to send large volume of non-time-sensitive requests to the model and get a 50% discount. | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Batch_mode.ipynb) |
4546
| [Function Calling](./Function_calling.ipynb) | Discover how to have Gemini call you own function and enhaced its capabilites. | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Function_calling.ipynb) |
4647
| [Image-out](./Image_out.ipynb) | Get to know how the Gemini model can directly output images and edit them through multi-turn discussion. | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Image_out.ipynb) |

0 commit comments

Comments
 (0)