List Models
Lists the currently available models, and provides basic information about each one such as the owner and availability.
Example Output
{
"data": [
{
"created": 0,
"id": "string",
"object": "string",
"owned_by": "string"
}
],
"object": "string"
}
Workflow Library Example
List Models with Openai and Send Results Via Email
Preview this Workflow on desktop