Image editing for image_edit_oai - gpt-image-1 tool #9040
Unanswered
mansiibm
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have enabled the gpt-image-1 tool for my instance and using - v0.8.0-rc2. I am using the model from azure and able to generate the image but not edit it.
On the playground when I try to edit it works but in the application it fails.
and on the playground-
The image can be edited on the playground but not in the application.
I tried setting up an agent using gpt-4.1 from azure openAI and use the tool.
Logs-
2025-08-13T09:19:46.026358284Z {"data":{"error":{"code":"404","message":"Resource not found"}},"headers":{"apim-request-id":"c4cfc8ea-f5ca-4f8e-abfe-b449e53b67f2","content-length":"56","content-type":"application/json","date":"Wed, 13 Aug 2025 09:19:45 GMT","strict-transport-security":"max-age=31536000; includeSubDomains; preload","x-content-type-options":"nosniff"},"level":"error","message":"[image_edit_oai] Problem editing the image: The server responded with status 404: Request failed with status code 404","stack":"AxiosError: Request failed with status code 404\n at settle (/app/node_modules/axios/dist/node/axios.cjs:2031:12)\n at IncomingMessage.handleStreamEnd (/app/node_modules/axios/dist/node/axios.cjs:3148:11)\n at IncomingMessage.emit (node:events:536:3...","status":404,"timestamp":"2025-08-13T09:19:46.026Z"}
Even if I use 4.1 from openai it fails with 404.
Beta Was this translation helpful? Give feedback.
All reactions