Skip to content

Commit 46cfc51

Browse files
committed
docs(readme): update readme to reflect new models and accurate rate-limit values
1 parent a33de39 commit 46cfc51

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,25 @@ compared to typically-used tools such as tesseract.
2828
### Google Gemini Flash 2.5
2929

3030
- A fast and efficient model for text extraction
31-
- Free tier available with generous rate limits. See: [Rate Limits](https://ai.google.dev/gemini-api/docs/rate-limits)
31+
- Free tier available with generous rate limits. See: [Rate Limits](https://ai.google.dev/gemini-api/docs/rate-limits#current-rate-limits)
32+
- Requires [Google API key](https://aistudio.google.com/apikey)
33+
34+
### Gemini 2.5 Flash-Lite Preview
35+
36+
- A fast and lightweight model for text extraction
37+
- Free tier available with especially generous rate limits. See: [Rate Limits](https://ai.google.dev/gemini-api/docs/rate-limits#current-rate-limits)
38+
- Requires [Google API key](https://aistudio.google.com/apikey)
39+
40+
### Gemini 2.5 Pro
41+
42+
- A slower but extremely accurate model for text extraction
43+
- Requires a paid tier API account. See: [Pricing](https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro)
3244
- Requires [Google API key](https://aistudio.google.com/apikey)
3345

3446
> [!TIP]
3547
> At this time the Google Gemini Flash 2.5 free tier (no credit card required)
36-
> has a rate limit of 10,000 requests per minute and **no** daily limits.
37-
> It's unlikely anyone using this plugin will ever exceed the rate limit.
48+
> has a rate limit of 250 RPD (requests per day).
49+
> If that is insufficient for your needs, Flash-Lite has a 1,000 RPD limit.
3850
> For that reason, Gemini is the recommended model for most users
3951
> as it is effectively free to use.
4052

0 commit comments

Comments
 (0)