Analyze images with vision models, generate new visuals from text, and manage image files across your workspace.
Visual Analysis
Text-to-Image
File Management
Batch Friendly
_image_analysis
Name | Definition | Format |
---|---|---|
file_name | Full local path to the image to analyze. | String |
query | Natural language question about the image content. | String |
ImageAnalysis
(alternative analysis with OpenAI file id support)Name | Definition | Format |
---|---|---|
file_name | Full local path to the image to analyze. | String |
openai_file_id | OpenAI file id of the image if already uploaded. | String |
query | Natural language question about the image content. | String |
image_generation
Name | Definition | Format |
---|---|---|
prompt | Text description of the image to create. | String |
find_image_path_in_download_folder
Name | Definition | Format |
---|---|---|
file_name | File name to locate in the downloads. | String |
GetImage
Name | Definition | Format |
---|---|---|
file_name | Name of the stored image file to retrieve. | String |
openai_file_id
for images already uploaded to a model store.