Skip to content

Commit 6bd68de

Browse files
logankilpatrickallenhutchison
authored andcommitted
Update README.md (google-gemini#2729)
Co-authored-by: Allen Hutchison <[email protected]>
1 parent e687d96 commit 6bd68de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ With the Gemini CLI you can:
3838

3939
You are now ready to use the Gemini CLI!
4040

41-
### For advanced use or increased limits:
41+
### Use a Gemini API key:
4242

43-
If you need to use a specific model or require a higher request capacity, you can use an API key:
43+
The Gemini API provides a free tier with [100 requets per day](https://ai.google.dev/gemini-api/docs/rate-limits#free-tier) using Gemini 2.5 Pro, control over which model you use, and access to higher rate limits (with a paid plan):
4444

4545
1. Generate a key from [Google AI Studio](https://aistudio.google.com/apikey).
4646
2. Set it as an environment variable in your terminal. Replace `YOUR_API_KEY` with your generated key.
@@ -49,6 +49,8 @@ If you need to use a specific model or require a higher request capacity, you ca
4949
export GEMINI_API_KEY="YOUR_API_KEY"
5050
```
5151

52+
3. (Optionally) Upgrade your Gemini API project to a paid plan on the API key page (will automatically unlock [Tier 1 rate limits](https://ai.google.dev/gemini-api/docs/rate-limits#tier-1))
53+
5254
For other authentication methods, including Google Workspace accounts, see the [authentication](./docs/cli/authentication.md) guide.
5355

5456
## Examples

0 commit comments

Comments
 (0)