node-red-contrib-ai-vision-analyzer
v2.0.0
Published
Using the OpenAI Vision API to generate text from images
Maintainers
Readme
Overview
OpenAI Vision API - This is a node that performs image analysis and lets you choose which model to use. Enter the image you want to analyze in the payload and it will analyze the image according to the prompts.
Example: Can you tell me what is in this image?
Install
npm i node-red-contrib-ai-vision-analyzeror
Install from the Admin tab
How to use
Input items
|Item |Description | |--------------|----------------------------------------| |payload |Specify the image URL or base64 format. | |OpenAI API Key|Set the OpenAPI API key. | |prompt |Prompt to analyze | |Model |The OpenAI Modle to use |
Output items
|Item |Description | |-------|------------------------------------------------------------------| |payload|The image analysis results according to the prompts are returned. |
LINK
release
- 2023/12/13: 初回リリース(v1.0.0)- original version https://github.com/gaomar/node-red-contrib-simple-gpt-vision. Thanks to gaomar
- 2024/07/30: Forked version to fix error gpt4-preview not available. Now using gtp-4o
- 2025/04/25: Forked to make possible to change the OpenAI model being used.
