Skip to content

Commit 4647e79

Browse files
authored
Avoid making recommendations about regions in README (#538)
The region coverage is subject to change as we are rolling out AI Studio to more regions like the UK and EU. Users will be pointed to https://ai.google.dev/gemini-api/docs/available-regions if they are located in a region that is not yet supported. We won't be able to maintain outdated documents on READMEs moving forward, so please either don't mention some of the operational details that are subject to change or provide a link to the official docs.
1 parent e0928fc commit 4647e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Google AI Python SDK is the easiest way for Python developers to build with
99
## Get started with the Gemini API
1010
1. Go to [Google AI Studio](https://aistudio.google.com/).
1111
2. Login with your Google account.
12-
3. [Create](https://aistudio.google.com/app/apikey) an API key. Note that in Europe the free tier is not available.
12+
3. [Create](https://aistudio.google.com/app/apikey) an API key.
1313
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/).
1414
5. For detailed instructions, try the
1515
[Python SDK tutorial](https://ai.google.dev/tutorials/python_quickstart) on [ai.google.dev](https://ai.google.dev).

0 commit comments

Comments
 (0)