Skip to content

Commit 75a2b33

Browse files
committed
Add Important note in the top
1 parent d415d1a commit 75a2b33

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
![Python support](https://img.shields.io/pypi/pyversions/google-generativeai)
55
![PyPI - Downloads](https://img.shields.io/pypi/dd/google-generativeai)
66

7-
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.
7+
> [!IMPORTANT]
8+
> From Gemini 2.0 onwards this SDK will no longer be
9+
developing new features. Any new code should be written using the new SDK, `google-genai` ([github](https://github.com/googleapis/python-genai),
10+
[pypi](https://pypi.org/project/google-genai/)). See the migration guide below to upgrade to the new SDK.
11+
12+
The Google AI Python SDK is an easy 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.
813

914
## Get started with the Gemini API
1015
1. Go to [Google AI Studio](https://aistudio.google.com/).

0 commit comments

Comments
 (0)