Support for Glimpse-v1, New Action & API Improvements #655
valentinfrlch
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v1.7.0 RC 1 Release Notes
We’ve released our own AI model, Glimpse-v1! While general multi-modal LLMs can describe images well, they often miss the contextual intent behind a scene. Sending every motion event to a cloud LLM is slow, costly, and exposes private footage to third parties.
We solved this by post-training Gemma 3 with reinforcement learning on thousands of reward-labeled samples. Through this process, our model has learned that “a person wearing a blue uniform carrying a package, with a gray van parked near the driveway”, is actually an “Amazon delivery”. Glimpse also understands the difference between a false positive (triggered by motion), and an actual event.
Additionally, the model was trained to generate event title and description in a single call. This significantly reduces inference time, so notifications can be sent more quickly.
We believe privacy is fundamental to smart homes. As such, we encourage everyone to run the AI models needed for LLM Vision on a local machine. By building specialized, compact models that can run locally on hardware with limited memory and compute resources, we aim to make local AI accessible to everyone.
While we’re excited what’s possible in the future, this is the first release of our model. As such, there will be limitations. For example, the model can currently only generate English responses.
We need your help! Models like these need a lot of training data to understand different situations well. You can help make Glimpse better for everyone by submitting feedback through the LLM Vision Card.
Check out Glimpse-v1 on our website: https://llmvision.org/glimpse/
Feedback is entirely optional and never happens without your explicit permission. We do not collect personal data. See our privacy policy.
Contributors
A huge thank you to our contributors
Integration
✨ Features
startandendparameters to query the timeline with a precise range. The limit has also been increased to 10’000. (by @wysie)🔧 Fixes
gemini-3.1-flash-lite-preview(by @valentinfrlch) ([Google] Invalid API key #622)claude-haiku-4-5(by @valentinfrlch) (Cannot create Anthropic provider – always “Invalid API key” #475)/chat/completionsendpoint) (by @haocn-ops) (Custom OpenAI provider validation fails with any non-OpenAI endpoint — endpoint URL used verbatim, /chat/completions not appended #649)🌐 Languages
This discussion was created from the release Support for Glimpse-v1, New Action & API Improvements.
Beta Was this translation helpful? Give feedback.
All reactions