Skip to main content

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"
}

Automation Library Example

List Models with Openai and Send Results Via Email

Automation LibraryPreview this Automation on desktop