today i got an update from the support:
Hello Michael,
Thank you for your patience as we look into this issue. We’re currently investigating the inability to delete fine-tuned models created within projects, specifically the missing “api.delete” scope.
Our technical team is actively working on it, and we’ll provide you with further updates as soon as we have more information.
Thank you again for your understanding, and we’re here if you have any other questions in the meantime.,
Best,
Shuarem
this gives me hope that something is actually happening …
this is related to:
You need to send all headers to ensure clarity and success.
Here are the instructions to input and send the headers in Postman using hardcoded credentials:
Open Postman and create a new request (GET, POST, or in this case DELETE).
In the “Headers” tab, add the following headers:
Key: Authorization
Value: Bearer sk-1234567890abcdef1234
(Replace sk-1234567890abcdef1234 with your actual API key associated with the default project, following the format sk- + alphanumeric characters.)
K…
Are you deleting the checkpoints as well with the models? or just deleting the finetuned model? If you’ve deleted the model, can you check chat playground or the assistant playground and hit the dropdown to see if your model is available there?
I am encountering an issue while trying to delete some fine-tuned models in one of our projects. I received the following error message:
***NFO:httpx:HTTP Request: DELETE https://api.openai.com/v1/models/{*model-ID*} “HTTP/1.1 403 Forbidden” ERROR:root:An error occurred while deleting model ft:gpt-3.5-turbo-0125:nova-consulting:bidfood-ld-500:9c72dSF8: Error code: 403 - {‘error’: {‘message’: “You have insufficient permissions for this operation. Missing scopes: api.delete. Check that you have t…
Hello,
I’ve created a project in my account, I’m the account owner. I’ve created an API key related to this account and I’m the only user of it. By default, this API key has all the permissions and as I’m the owner I also have all the permissions.
I’ve trained 3 FT models yesterday and reached my quota. But I can’t delete any of the models.
client.models.delete(my_model_id)
PermissionDeniedError: Error code: 403 - {'error': {'message': "You have insufficient permissions for this operation. M…
2 Likes