I am making an application where I want to know which models are available for fine-tuning.
When I use the API call “List models” and look in the “allow-fine-tuning” inside “permission” in the response it says that ada, danvinci, curie and babbage is not allowed. However mdoels like if-davinci:3.0.0, davinci-if:3.0.0 and davinci-instruct-beta:2.0.0 are allowed.
This seems to contrast openai’s current documentation that says only davinci
, curie
, ada
, and babbage
are available: OpenAI API.