X-AIO_FrameX-AIO
Models

Show Specific Model

GET
/v1/models/{modelid}

Retrieves a model and basic information about it, such as its owner and permissions.

AuthorizationBearer <token>

In: header

Path Parameters

modelid*string

The ID of the model to use for this request.

Header Parameters

Authorization?string

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"}