Hey @KyleBehrend,
the OpenAI App does not have a specific module for this yet but you can use the Make an API Call Module.
{
"model": "gpt-4-vision-preview",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "PROMPT TEXT"
},
{
"type": "image_url",
"image_url": {
"url": "IMG_URL"
}
}
]
}
],
"max_tokens":3000
}