GPT-4 Vision API Internal server error (Something wrong processing one of your images)

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? :slightly_smiling_face:

Yeah, looks like it’s down :weary:

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. :man_shrugging: :man_facepalming: