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.

List all deployed models.

Parameters

ParameterDescription
Project NameThe name of the Azure AI Foundry project.

Example Output

{
	"value": [
		{
			"name": "gpt-5.4-nano",
			"type": "ModelDeployment",
			"modelName": "gpt-5.4-nano",
			"modelVersion": "2026-03-17",
			"modelPublisher": "OpenAI",
			"capabilities": {
				"chat_completion": "true"
			},
			"sku": {
				"name": "GlobalStandard",
				"capacity": 75000
			}
		}
	]
}

Workflow Library Example

List Deployments with Azure Foundry and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop