The model: `text-davinci-edit-001` does not exist

Double checking with the team on this, the models I am aware of that were removed are:

  • code-cushman:001
  • code-cushman:002
  • code-davinci:001
  • code-davinci:002
1 Like

It’s a Sunday so I don’t expect folks to get back to me until tomorrow.

4 Likes

I get this, so cushman appears as a model-id as it should and not bore as a subcomponent

curl https://api.openai.com/v1/models/cushman:2020-05-03\
-H “Authorization: Bearer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■c7fNG1wB”
{
“id”: “cushman:2020-05-03”,
“object”: “model”,
“created”: 1590625110,
“owned_by”: “system”,
“permission”: [
{
“id”: “snapperm-FAup8P1KqclNlTsunLDRiesT”,
“object”: “model_permission”,
“created”: 1590625111,
“allow_create_engine”: false,
“allow_sampling”: true,
“allow_logprobs”: true,
“allow_search_indices”: false,
“allow_view”: true,
“allow_fine_tuning”: true,
“organization”: “*”,
“group”: null,
“is_blocking”: false
}
],
“root”: “cushman:2020-05-03”,
“parent”: null
}

Many examples (such as SQL translate are still referencing code-davinci-002. Trying to use the example is giving an error - makes it a bit difficult for developers just starting out.

Does anyone have any updates on the matter? I didn’t find any news from openai

text-davinci-edit-001 is now back online, sorry for the delay here! Thanks for pointing this out, it was a misconfiguration on our side.

5 Likes