Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get a model instance.
External DocumentationTo 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
Workflow LibraryPreview this Workflow on desktop