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.
Usage
list_models(api_key = NULL)
Value
A tibble with available models
Arguments
api_key
set the API key. If NULL, looks for the env OPENAI_API_KEY.