Okay then I would check you logs to see what example is getting passed through to OpenAI. I don’t append the “JSON safe” to the way I got mine working.
Workflow error - The service Open_AI - Vision_API just returned an error (HTTP 400). Please consult their documentation to ensure your call is setup properly. Raw error: { "error": { "message": "Invalid image.", "type": "invalid_request_error", "param": null, "code": null } }
Yeah, somewhere the URL for your image isn’t being formatted in a way OpenAI want’s it. So maybe use step by step in the debugger and when the workflow triggering this happens, look at what is really being passed to the API