Sending base64 or url of an image to openAI using OpenAI block

Scenario:
------------------------------------------------
  • Typebot self hosted Version: 3.8.0
  • I want to OpenAI API to analyze a png image
    ------------------------------------------------
The OpenAI block is setted up as described below:
  • Create chat completion
  • Model: Gpt-4o
  • Message: Analyze the image and enter the calories for each food item, as well as the total calories and weight. Please, answer always in portuguese-br language. The url of the image is: {{imageNutri}}
  • Temperature: 1
  • Save Response: infoNutri
The request gives me the message "I'm sorry, but I can't parse images or access URLs."

Is it possible to OpenAI API analyse the image using only Typebot's blocks or I'll need to use n8n together?
Was this page helpful?