I just implemented my code to get a list of the available OpenAI models/engines. To my surprise the result contained (at this time) a whopping 866 models!
I have some questions:
-
- Is there any way to get just a list of the what are considered the “major” models?
-
- I know that snapshots can proliferate like bunnies as OpenAI development continues, but are there any gems/jewels in the snapshots that have utility value above the “major” models?
-
- If you have fine tuned models or other snapshots that you created, associated with your account, will they show up in the list returned by the OpenAI API call or not?
-
- Does the get models call cost anything or is it free?