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