OpenAIModelListResponse

OpenAIModelListResponse
OpenAIModelListResponse

OpenAI API compatible (AI) Model response

ref: https://platform.openai.com/docs/api-reference/models/list

NOTE: A model listing in the OpenAI world is actually more closely related to a list of Endpoints in the PAIS ecosystem.

JSON Example
{
    "object": "string",
    "data": [
        {
            "id": "string",
            "object": "string",
            "created": 0,
            "owned_by": "string",
            "model_type": "string",
            "model_engine": "string"
        }
    ]
}
string
object
Optional
Constraints: default: list

Object type, which is always list.

array of OpenAIModel
data
Required

List of model endpoints.

Returned By