Get a model instance.

External Documentation

To learn more, visit the OpenAI documentation.

Parameters

ParameterDescription
ModelThe model to use. You can use the List models action to get all of your available models, or visit OpenAI’s 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