II.
Provider JSON
Structured · liveprovider:azure-foundry
Azure AI Foundry json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "provider:azure-foundry",
"_kind": "Provider",
"_file": "compute/providers/from-agent-catalog.yaml",
"_cluster": "compute",
"attributes": {
"displayName": "Azure AI Foundry",
"versionRange": ">=2024-05-01",
"authMethods": [
"api-key",
"oauth"
],
"authMethodNotes": "Azure AI Foundry deployments authenticate with an Azure API key\nin the `api-key` header or a Microsoft Entra ID bearer token in\n`Authorization: Bearer <token>`. Per-deployment endpoints are of\nthe form `https://<resource>.services.ai.azure.com/models`.\n",
"endpoints": {
"chat_completions": "https://<resource>.services.ai.azure.com/models/chat/completions",
"models": "https://<resource>.services.ai.azure.com/models"
},
"pricing": "Per-model pay-as-you-go rates published in Azure Pricing\nCalculator; reserved-capacity (PTU) pricing also available.\n",
"pricingTiers": [
{
"name": "pay-as-you-go",
"rateLimit": "Per-deployment TPM/RPM quotas",
"priceMultiplier": 1,
"description": "Default per-token billing."
},
{
"name": "provisioned-throughput",
"rateLimit": "Reserved PTUs (provisioned throughput units)",
"priceMultiplier": 1,
"description": "Reserved-capacity throughput at fixed monthly cost."
}
],
"rateLimitSignalingProtocol": "Azure returns `x-ratelimit-remaining-requests`,\n`x-ratelimit-remaining-tokens`, and 429 with `retry-after`.\n",
"dataResidencyOptions": [
"us",
"eu",
"asia"
],
"vendorFeatures": [
"capability:supports-tool-use"
],
"slaTier": "azure-99.9",
"regions": [
"eastus",
"westus",
"westeurope",
"swedencentral",
"japaneast"
]
},
"outgoingEdges": [
{
"from": "provider:azure-foundry",
"to": "layer:2-provider",
"kind": "realizes",
"attributes": {}
},
{
"from": "provider:azure-foundry",
"to": "model:phi-3-medium@current",
"kind": "serves"
},
{
"from": "provider:azure-foundry",
"to": "model:phi-3-mini@current",
"kind": "serves"
}
],
"incomingEdges": [
{
"from": "model-transport:azure-foundry",
"to": "provider:azure-foundry",
"kind": "served_by"
},
{
"from": "model:phi-3-medium@current",
"to": "provider:azure-foundry",
"kind": "served_by"
},
{
"from": "model:phi-3-mini@current",
"to": "provider:azure-foundry",
"kind": "served_by"
}
]
}