looks that there is an issue with the davinci model
https://status.openai.com/
I am still receiving the same error when trying to access this endpoint!
I hate to add a “Me too”! but it is really distressing when something just ‘disappears’ for days and OpenAI doesn’t say anything? If it has been deprecated does anyone have a link to explain this?
Thanks!
Hey! I am also dealing with the same issue.
I was attempting to use the Edit API for the first time today, scratch that ![]()
Would love to see this back, it seems like exactly what I need
Sent a slack message to Logan. Couldn’t get it to come up either.
Docs still state that these models are valid for the endpoints. I was also surprised these models were removed, as the edit endpoint itself seems to still be in the API docs and wasn’t expressly deprecated.
Hi Fellow OpenAI commies,
This is Karl (EinstAI/EinsteinDB), and unfortunately this seems to be a prevalent bottleneck throughout the REPL abstraction. Either the module got its pointers removed, or during the re-organization of models, the fusion of the newer models has superseded quite incorrectly the getters and setters for the JS which allocates the indices for codex.
The model: code-davinci-002 does not exist
Even though I have the examples available on Playground, try calling the API with the secret key and see if you can fetch all 50+ models depending on your level of subscription/access
Cheers
Hey bud, The problem is in the fusion of DaVinci Models. A lot of the characteristics and programmatic traits which distinguish codex have seemingly been conjoined, not at the endpoint, but within the modularity of the scripts within Codex and Davinci; it begs the question whether Cushman codex remains untouched. I am sure DaVinci will provide you with the same functionality, but for production APIs you want codex to explicitly castigate non-code queries, and to effervescently procure the code completion you request. It’s a matter of time until OpenAI gets to this, limited time, scope, and staff are all relevant factors in our problems getting fixed. Patience is a virtue.
Sent another slack message to Logan, the OpenAI staff member that monitors this forum.
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
It’s a Sunday so I don’t expect folks to get back to me until tomorrow.
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.
AI service error: The model: code-davinci-002 does not exist (in dbeaver). Hopefully will resolve soon?
Just to confirm, is code-davinci-edit-001 not available as planned?