Get Model
Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
Parameters
Parameter | Description |
---|---|
Model | ID 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"
}
Workflow Library Example
Get Model with Openai and Send Results Via Email
Preview this Workflow on desktop