If I try to open generated images with Gnome Image Viewer, I usually get a “Not a PNG file” error. However, I can see the image if I open it in GIMP or Firefox.
I’m using the python openai library. I set up image generation like this:
I have noticed the same thing. When b64_json is decoded, it seems to be in webp format. When I use the response_format as url, the image returned is a PNG.