list_models | R Documentation |
List the models available in the API. You can refer to the [Models documentation](https://platform.openai.com/docs/models) to understand what models are available and the differences between them.
list_models(api_key = NULL)
api_key |
set the API key. If NULL, looks for the env OPENAI_API_KEY. |
A tibble with available models
## Not run:
completions_api("The quick brown fox")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.