Skip to content

Commit 811fb86

Browse files
Merge pull request #8416 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-10 23:05 UTC
2 parents 0cabe08 + 26352f1 commit 811fb86

File tree

14 files changed

+320
-721
lines changed

14 files changed

+320
-721
lines changed

articles/ai-foundry/agents/concepts/model-region-support.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ ms.custom: azure-ai-agents, references_regions
1414

1515
# Models supported by Azure AI Foundry Agent Service
1616

17-
Agents are powered by a diverse set of Azure OpenAI models with different capabilities and price points. Model availability varies by region and cloud. Certain tools and capabilities require the latest models. The following models are available in the REST API and SDKs.
17+
In this article, you learn about the diverse set of Azure OpenAI models that power Agents in Azure AI Foundry Service. These models have different capabilities and price points.
18+
19+
> [!NOTE]
20+
> If you'd like to see a selection of Azure AI Foundry Models sold directly by Azure, along with their capabilities, see [Foundry Models sold directly by Azure](../../foundry-models/concepts/models-sold-directly-by-azure.md).
21+
22+
Model availability varies by region and cloud. Certain tools and capabilities require the latest models. The following models are available in the REST API and SDKs.
1823

1924
- **Standard** is offered with a global deployment option, routing traffic globally to provide higher throughput.
2025
- **Provisioned** is also offered with a global deployment option, allowing customers to purchase and deploy provisioned throughput units across Azure global infrastructure.

articles/ai-foundry/concepts/encryption-keys-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ On your Azure AI Foundry resource, data is encrypted and decrypted by using [FIP
3939
4040
## Use CMKs with Azure Key Vault
4141

42-
You must use Azure Key Vault to store your CMKs. You can either create your own keys and store them in a key vault or use the Key Vault APIs to generate keys. Your Azure resources and the Key Vault resources must be in the same region and in the same Microsoft Entra tenant. You can use different subscriptions for the resources. For more information about Key Vault, see [What is Azure Key Vault?](/azure/key-vault/general/overview).
42+
You must use Azure Key Vault to store your CMKs. You can either create your own keys and store them in a key vault or use the Key Vault APIs to generate keys. You can use different subscriptions for the resources. For more information about Key Vault, see [What is Azure Key Vault?](/azure/key-vault/general/overview).
4343

4444
- Enable **Soft-delete** and **Purge protection** on the key vault.
4545
- Allow trusted Microsoft services to access the key vault if you use the [Key Vault firewall](/azure/key-vault/general/access-behind-firewall).

articles/ai-foundry/foundry-models/concepts/models-from-partners.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ To learn more about attributes of Foundry Models from partners and community, se
3030

3131
> [!NOTE]
3232
> For a list of models sold directly by Azure, see [Foundry Models sold directly by Azure](models-sold-directly-by-azure.md).
33+
>
34+
> For a list of Azure OpenAI models that are supported by the Azure AI Foundry Agent Service, see [Models supported by Azure AI Foundry Agent Service](../../agents/concepts/model-region-support.md).
3335
3436
## Cohere
3537

articles/ai-foundry/foundry-models/concepts/models-sold-directly-by-azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ zone_pivot_groups: models-sold-directly-by-azure
2121

2222
# Foundry Models sold directly by Azure
2323

24-
This article lists a selection of Azure AI Foundry Models sold directly by Azure along with their capabilities, [deployment types, and regions of availability](deployment-types.md), excluding [deprecated and legacy models](../../concepts/model-lifecycle-retirement.md#deprecated).
25-
Models sold directly by Azure include all Azure OpenAI models and specific, selected models from top providers.
24+
This article lists a selection of Azure AI Foundry Models sold directly by Azure along with their capabilities, [deployment types, and regions of availability](deployment-types.md), excluding [deprecated and legacy models](../../concepts/model-lifecycle-retirement.md#deprecated). To see a list of Azure OpenAI models that are supported by the Azure AI Foundry Agent Service, see [Models supported by Azure AI Foundry Agent Service](../../agents/concepts/model-region-support.md).
2625

26+
Models sold directly by Azure include all Azure OpenAI models and specific, selected models from top providers.
2727
[!INCLUDE [models-list-introduction](../includes/models-list-introduction.md)]
2828

2929
To learn more about attributes of Foundry Models sold directly by Azure, see [Explore Azure AI Foundry Models](../../concepts/foundry-models-overview.md#models-sold-directly-by-azure).

articles/ai-foundry/openai/includes/global-batch-limits.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The table shows the batch quota limit. Quota values for global batch are represe
3535
| `gpt-35-turbo` | 10B | 1B | 100M | 2M | 50K |
3636
| `o3-mini`| 15B | 1B | 50M | 90K | N/A |
3737
| `o4-mini` | 15B | 1B | 50M | 90K | N/A |
38+
| `gpt-5`| 5B | 200M | 50M | 90K | N/A |
3839

3940
B = billion | M = million | K = thousand
4041

@@ -47,3 +48,4 @@ B = billion | M = million | K = thousand
4748
| `gpt-4o` | 500M | 30M | 30M | 90K | N/A|
4849
| `gpt-4o-mini` | 1.5B | 100M | 50M | 90K | N/A |
4950
| `o3-mini` | 1.5B | 100M | 50M | 90K | N/A |
51+
| `gpt-5`| 5B | 200M | 50M | 90K | N/A |

0 commit comments

Comments
 (0)