Usage
Learn how to use LLM Vision
Last updated
Was this helpful?
Learn how to use LLM Vision
Last updated
Was this helpful?
LLM Vision exposes five actions (previously called services):
: Analyzes image files, image and camera entities
: Analyzes video files and Frigate events
: Records and analyzes camera entities
: Updates a sensor value based on images
: Store custom events in LLM Vision Timeline
image_analyzer
, video_analyzer
and stream_analyzer
will return a response value:
Depending on your configuration, not all keys may be present. Refer to the parameter reference of each action to learn more.
To access it, set response_variable
in your automation or script to e.g. response
.
To get e.g. the generated title use {{response.title}}
.