Lists the currently available models, and provides basic information about each one such as the owner and availability.

External Documentation

To learn more, visit the OpenAI documentation.

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

Workflow Library

Preview this Workflow on desktop