Can i enable GenAI with frigate add-on? #20418
Replies: 2 comments 4 replies
-
Yes, you can enable GenAI with the Frigate add-on(1). The error you're seeing suggests the model name may not be available or supported in the API version Frigate is using. For Google Gemini, the supported vision-capable models include genai:
enabled: True
provider: gemini
api_key: "{FRIGATE_GEMINI_API_KEY}"
model: gemini-1.5-flash Make sure you have a valid API key from Google AI Studio(1). The free tier allows 15 queries per minute, which should be sufficient for typical Frigate usage(1). If you continue to see 404 errors, verify that the model name matches exactly what's listed in Google's documentation(1), as model availability can vary by region or API version. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
I've been using the "gemini-2.5-flash" model in frigate for about a month now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i tried to setup genai and used the default gemini-1.5-flash but when it runs i get the following error message -
"Gemini returned an error: 404 models/gemini-1.5-flash is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods"
Beta Was this translation helpful? Give feedback.
All reactions