Use base64 encoded images or urls within prompts?

See https://platform.openai.com/docs/guides/vision/managing-images where it states the following:

For long running conversations, we suggest passing images via URL’s instead of base64.

What’s your usecase? I’d use image URLs for most projects since they’re easier for me to work with and if users provides URLs instead of files, I wouldn’t need to upload the files to my server, which would save me bandwidth.

3 Likes