Retrieve model instances and provide basic information about the model, such as the owner and permissions.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET '/v1/models/babbage' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"id": "gpt-3.5-turbo-instruct",
"object": "model",
"created": 1686935002,
"owned_by": "openai"
}
Modified at 2025-07-23 10:01:53