Get a list of available models
The Chat Completion API (aka. Messages API) requires that you know the id
for the model that you want to use.
Run the following script in python to get a list of available models.
NOTE: Before running any of the examples in this tutorial, be sure to update
PLACE_KEY_HERE
with your API Key.