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.

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