Finetuned Created - Access By API?

Hello,

when I do fine-tuning via the OpenAI API, I can send the .jsonl file, create the fine-tuning, and check the fine-tuning status—all via the API.

However, when I try to use the model for chat-completion, it says it’s not available. I realized that the fine-tuned model is not being enabled by default for chat-completion, and I have to manually activate it from the model list in the OpenAI dashboard.

This makes it very rigid if I want to fully automate the process in my platform via API.

Is there a way to solve this and have the model enabled for chat-completion by default?

thanks!

{
“error”: {
“message”: “Project proj_PZUGVjOPVk8iSctnmcbkoIwV does not have access to model ft:gpt-4o-mini-2024-07-18:neurok-ai::Agh159Aw”,
“type”: “invalid_request_error”,
“param”: null,
“code”: “model_not_found”
}
}

after the finetuned created i run on postman with project apikey and return this for me…

i need do this on panel? even using api?