How to see a list of my available fine-tuned models (not tasks)?

Hi

What can I do to get a list of my available models, just like the drop-down menu in playground?

I have used openai.FineTune.list(), but it just gives me all the fine tune “tasks”, instead of fine tuned “models”. For example, when I ran this function, I saw 2 different tasks with all the details, but the 2nd one is actually deleted by myself. So, in the playground, I can only see one fine-tuned model, not 2 of them. I just want to see the available ones, like what I see in playground. What can I do? Thanks!

1 Like

List models endpoint, where owned_by is your org

1 Like

It works! Thank you so much! :smiley: