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