Skip to content

Commit 2d89503

Browse files
Merge pull request #3361 from aahill/model-update
adding text to models page
2 parents 2750951 + 653af53 commit 2d89503

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,28 @@ author: aahill
77
ms.author: aahi
88
ms.service: azure-ai-agent-service
99
ms.topic: conceptual
10-
ms.date: 01/29/2025
10+
ms.date: 03/05/2025
1111
ms.custom: azure-ai-agents
1212
---
1313

1414
# Models supported by Azure AI Agent Service
1515

16-
Agents are powered by a diverse set of 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 available SDKs. The following table is for pay-as-you-go. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../openai/concepts/provisioned-throughput.md) in the Azure OpenAI documentation. You can use [global standard models](../../openai/concepts/models.md#global-standard-model-availability) if they're supported in the regions listed here.
16+
Agents are powered by a diverse set of 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.
1717

1818
## Azure OpenAI models
1919

20+
Azure OpenAI provides customers with choices on the hosting structure that fits their business and usage patterns. The service offers two main types of deployment:
21+
22+
- **Standard** is offered with a global deployment option, routing traffic globally to provide higher throughput.
23+
- **Provisioned** is also offered with a global deployment option, allowing customers to purchase and deploy provisioned throughput units across Azure global infrastructure.
24+
25+
All deployments can perform the exact same inference operations, however the billing, scale, and performance are substantially different. To learn more about Azure OpenAI deployment types see our [deployment types guide](../../openai/how-to/deployment-types.md).
26+
2027
Azure AI Agent Service supports the same models as the chat completions API in Azure OpenAI, in the following regions.
2128

29+
> [!NOTE]
30+
> The following table is for pay-as-you-go. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../openai/concepts/provisioned-throughput.md) in the Azure OpenAI documentation. `GlobalStandard` customers also have access to [global standard models](../../openai/concepts/models.md#global-standard-model-availability).
31+
2232
| **Region** | **gpt-4o**, **2024-05-13** | **gpt-4o**, **2024-08-06** | **gpt-4o-mini**, **2024-07-18** | **gpt-4**, **0613** | **gpt-4**, **1106-Preview** | **gpt-4**, **0125-Preview** | **gpt-4**, **turbo-2024-04-09** | **gpt-4-32k**, **0613** | **gpt-35-turbo**, **0613** | **gpt-35-turbo**, **1106** | **gpt-35-turbo**, **0125** | **gpt-35-turbo-16k**, **0613** |
2333
|:--------------|:--------------------------:|:--------------------------:|:-------------------------------:|:-------------------:|:---------------------------:|:---------------------------:|:-------------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:------------------------------:|
2434
| australiaeast | - | - | - ||| -| - ||||||
@@ -39,7 +49,6 @@ Azure AI Agent Service supports the same models as the chat completions API in A
3949
The Azure AI Agent Service also supports the following models from the Azure AI Foundry model catalog.
4050

4151
* Meta-Llama-405B-Instruct
42-
* Mistral-large-2407
4352
* Cohere-command-r-plus
4453
* Cohere-command-r
4554

0 commit comments

Comments
 (0)