Models
Show Specific Model
Retrieves a model and basic information about it, such as its owner and permissions.
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
modelid*string
The ID of the model to use for this request.
Header Parameters
Response Body
application/json
curl -X GET "https://example.com/v1/models/babbage" \ -H "Authorization: Bearer {{YOUR_API_KEY}}"{ "id": "gpt-3.5-turbo-instruct", "object": "model", "created": 1686935002, "owned_by": "openai"}