I try to follow the document for edits OpenAI API
but get an error like this:
{
"error": {
"message": "The model: `text-davinci-edit-001` does not exist",
"type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
}
It was still working a few days ago but not anymore?
Is there any change on this API?
Thanks,
sps
2
Hi @kylenguyen
The list models endpoint can be used to know what models are available for the given api key.
I made a call using my api key and couldn’t find any edit models. Maybe they have been discontinued - but I haven’t received any communication from OpenAI regarding this.
UPDATE: The edits model text-davinci-edit-001 is back on the API
I’m answering on my phone so double-checking is a little tricky but see this post. I think it will help Is Edit endpoint Documentation incorrect? - #2 by paul.armstrong
And welcome to the community.
seem have some guys to have similar issues, but I have also found some tips on the link you sent to solve my problem.
but hopefully, they can bring the text-davinci-edit-001 model get back
thanks for your info @paul.armstrong , @sps 
1 Like