To list the available models: ```sh curl https://api.openai.com/v1/models \ -H 'Authorization: Bearer YOUR_API_KEY' ```
To list the available models:
curl https://api.openai.com/v1/models \ -H 'Authorization: Bearer YOUR_API_KEY'