Merge 1ef547cbaa03fa6ed42aff122b47b6e6a8947c2a into 1d5c2466a8adda927424d982ec77a06dc2c7b02d

This commit is contained in:
ampersandru 2025-12-14 16:01:12 -08:00 committed by GitHub
commit 19d489e667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,11 +74,11 @@ genai:
## Google Gemini
Google Gemini has a free tier allowing [15 queries per minute](https://ai.google.dev/pricing) to the API, which is more than sufficient for standard Frigate usage.
Google Gemini has a free tier allowing [20 queries per DAY](https://ai.google.dev/pricing) to the API, which is likely not sufficient for standard Frigate usage.
### Supported Models
You must use a vision capable model with Frigate. Current model variants can be found [in their documentation](https://ai.google.dev/gemini-api/docs/models/gemini).
You must use a vision-capable model with Frigate. Current model variants can be found [in their documentation](https://ai.google.dev/gemini-api/docs/models/gemini). Current recommendation is [gemini-2.5-flash-lite](https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-flash-lite), as it is low-cost and fast.
### Get API Key
@ -96,7 +96,7 @@ genai:
enabled: True
provider: gemini
api_key: "{FRIGATE_GEMINI_API_KEY}"
model: gemini-2.0-flash
model: gemini-2.5-flash-lite
```
:::note