| list_models | R Documentation | 
Lists the currently available models, and provides basic information about each one such as the owner and availability. See this page for details.
list_models(
  openai_api_key = Sys.getenv("OPENAI_API_KEY"),
  openai_organization = NULL
)
| openai_api_key | required; defaults to  | 
| openai_organization | optional; defaults to  | 
For arguments description please refer to the official documentation.
Returns a list, an element of which is a data frame containing information about models.
Other model functions: 
retrieve_model()
## Not run: 
list_models()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.