try Base64 encoding of the image data, this worked for me if you aren’t already doing it.
Receiving the same errors issue during the last 30 min.
{‘error’: {‘message’: ‘Invalid image.’, ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: None}}
same, also getting this on all requests – base64 and not
If you show the part of the code including where you’re doing the encoding I can try to help?
Yeah, looks like it’s down
Our working production system is down, and the hello world example in the docs doesn’t work either, all cases give:
"error": {
"message": "Invalid image.",
"type": "invalid_request_error",
"param": null,
"code": null
}
I wonder if related to the Vision issues in ChatGPT today.