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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,19 @@ The Google AI Python SDK is the easiest way for Python developers to build with
9
9
## Get started with the Gemini API
10
10
1. Go to [Google AI Studio](https://aistudio.google.com/).
11
11
2. Login with your Google account.
12
-
3.[Create](https://aistudio.google.com/app/apikey) an API key.
12
+
3.[Create](https://aistudio.google.com/app/apikey) an API key. Note that in Europe the free tier is not available.
13
13
4. Try a Python SDK [quickstart](https://github.com/google-gemini/gemini-api-cookbook/blob/main/quickstarts/Prompting.ipynb) in the [Gemini API Cookbook](https://github.com/google-gemini/gemini-api-cookbook/).
14
14
5. For detailed instructions, try the
15
15
[Python SDK tutorial](https://ai.google.dev/tutorials/python_quickstart) on [ai.google.dev](https://ai.google.dev).
16
16
17
17
## Usage example
18
18
See the [Gemini API Cookbook](https://github.com/google-gemini/gemini-api-cookbook/) or [ai.google.dev](https://ai.google.dev) for complete code.
19
19
20
-
Install from [PyPI](https://pypi.org/project/google-generativeai).
20
+
1.Install from [PyPI](https://pypi.org/project/google-generativeai).
0 commit comments