GET
/models/{model}
curl \
--request GET 'https://api.openai.com/v1/models/gpt-4o-mini' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "string",
"created": 42,
"object": "model",
"owned_by": "string"
}