Authorization: Bearer ********************
curl --location --request GET 'https://api.openai.com/v1/models/babbage' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}'
{
"id": "gpt-3.5-turbo-instruct",
"object": "model",
"created": 1686935002,
"owned_by": "openai"
}