Actions
List Deployments
List all deployed models.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Project Name | The name of the Microsoft Foundry project. |
{
"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
}
}
]
}
Was this page helpful?