Something went wrong when trying to edit the image. The OpenAI API may be unavailable: Error Message: Request failed with status code 404 #7227
Replies: 3 comments 2 replies
-
The problem in most cases is in front of the computer. It was a config issue. Fixed it now everything works nicely. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Same issue. What should I do to solve the problem? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
i also had this issue, in my case i was using an older api_version (switched now to 2025-04-01-preview and it's fine) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI
I defined an agent for image creation and image editing using gpt-image-1 in Azure. Image generation works fine, but when I try to edit an uploaded image I always get the following error inside the App, I am running LibreChat v0.7.8-rc1.
image generation works fine.
in the logs I have these records:
LibreChat | 2025-05-05T19:06:45.770Z error: [image_edit_oai] Problem editing the image: The server responded with status 404: Request failed with status code 404
LibreChat | 2025-05-05T19:06:56.428Z error: [image_edit_oai] Problem editing the image: The server responded with status 404: Request failed with status code 404
LibreChat | 2025-05-05T19:07:01.012Z error: [image_edit_oai] Problem editing the image: The server responded with status 404: Request failed with status code 404
LibreChat | 2025-05-05T19:07:05.294Z error: [image_edit_oai] Problem editing the image: The server responded with status 404: Request failed with status code 404
LibreChat | 2025-05-05T19:07:09.896Z error: [image_edit_oai] Problem editing the image: The server responded with status 404: Request failed with status code 404
LibreChat | 2025-05-05T19:07:13.313Z debug: [spendTokens] conversationId: 4d0643f5-402d-45f6-b302-04c5db1407d3 | Context: message | Token usage:
LibreChat | {
LibreChat | promptTokens: 26626,
LibreChat | completionTokens: 126,
LibreChat | }
LibreChat | 2025-05-05T19:07:13.314Z debug: [spendTokens] conversationId: 4d0643f5-402d-45f6-b302-04c5db1407d3 | Context: message | Token usage:
LibreChat | {
LibreChat | promptTokens: 26790,
LibreChat | completionTokens: 119,
LibreChat | }
Any hint highly appreciated
Beta Was this translation helpful? Give feedback.
All reactions