diff --git a/docs/docs/integrations/providers/google-genai.ipynb b/docs/docs/integrations/providers/google-genai.ipynb index e69de29bb2d1d6..891a6548707fe1 100644 --- a/docs/docs/integrations/providers/google-genai.ipynb +++ b/docs/docs/integrations/providers/google-genai.ipynb @@ -0,0 +1,26 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Google GenAI\n", + "\n", + "> **What is `Google GenAI`?**\n", + "\n", + "> - Google GenAI brings generative AI to real-world experiences quickly, efficiently, and responsibly, powered by Google’s advanced models, including Gemini. \n", + "> - Developers can leverage tools like Vertex AI to build AI-powered solutions across Google Cloud’s ecosystem. \n", + "> - New customers can begin their AI journey with $300 in free credits.\n", + "\n", + "> Explore more about Google GenAI by visiting [their website](https://cloud.google.com/ai/generative-ai)." + ] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}