From c6bec97554363ea780e27465e68fc3179156b79d Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Tue, 17 Dec 2024 14:21:05 -0800 Subject: [PATCH] Link to new SDK. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f05edb77b..ce801ddff 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ![Python support](https://img.shields.io/pypi/pyversions/google-generativeai) ![PyPI - Downloads](https://img.shields.io/pypi/dd/google-generativeai) +> ## Important: This SDK does not support any new Gemini-2 features, support for Gemini-2 is being developed in in the new [Google Gen AI SDK](https://github.com/googleapis/python-genai). + The Google AI Python SDK is the easiest way for Python developers to build with the Gemini API. The Gemini API gives you access to Gemini [models](https://ai.google.dev/models/gemini) created by [Google DeepMind](https://deepmind.google/technologies/gemini/#introduction). Gemini models are built from the ground up to be multimodal, so you can reason seamlessly across text, images, and code. ## Get started with the Gemini API