Image Analyzer
Example Action
Once you have set up at least one provider and have at least one camera in Home Assistant, you can test LLM Vision:
Action Reference
The provider
id will not be the same for you. Switch to UI mode and select one of your configurations
For all available models see: Choosing the right model
Parameter Reference
provider
Yes
The AI provider configuration
model
No
Model used for processing the image(s).
message
Yes
The prompt to send along with the image(s).
remember
No
Remember the analyzed event
false
use_memory
No
Use information stored in memory to provide additional context. Memory must be set up.
false
image_file
No*
The path to the image file(s). Each path must be on a new line.
image_entity
No*
An alternative to image_file
for providing image input.
include_filename
Yes
Whether to include the filename in the request.
false
target_width
No
Width to downscale the image to before encoding.
1280
max_tokens
Yes
The maximum number of response tokens to generate.
100
temperature
Yes
Randomness of the output.
0.5
expose_images
No
Save key frame to /www/llmvision. File path is included in response as key_frame
. If used together with remember
images will be deleted after retention_time
set in Timeline. Otherwise this folder will use a lot of disk space!
false
generate_title
No
Generate a title. (Used for notifications and remembered events)
false
Last updated
Was this helpful?