Skip to main content

Get Model

Retrieves a model instance, providing basic information about the model such as the owner and permissioning.

Parameters

ParameterDescription
ModelID of the model. You can use the List Models action to see all of your available models, or see the Model overview for descriptions of them.

Example Output

{
"created": 0,
"id": "string",
"object": "string",
"owned_by": "string"
}

Automation Library Example

Get Model with Openai and Send Results Via Email

Automation LibraryPreview this Automation on desktop