Skip to main content
Lists the currently available models, and provides basic information about each one such as the owner and availability.
External DocumentationTo 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 LibraryPreview this Workflow on desktop
I