OpenAIModel
OpenAI API compatible (AI) Model response
ref: https://platform.openai.com/docs/api-reference/models/object
NOTE: A model in the OpenAI world is mix of Model and Endpoint from the the PAIS ecosystem.
{
"id": "string",
"object": "string",
"created": 0,
"owned_by": "string",
"model_type": "string",
"model_engine": "string",
"status": "string"
}
Model endpoint identifier.
Object type, which is always model for available model endpoints. If the model endpoints is in the process of being deleted, it is model.deleted.
Unix timestamp (in seconds) when the model was created.
Organization that owns the model.
Type of the model.
Inference engine configured to serve the model.
Availability status of a model endpoint.