Skip to content

Commit c415add

Browse files
author
Jill Grant
authored
Merge pull request #1948 from aahill/agents
Model availability
2 parents cdab346 + 1eb7620 commit c415add

File tree

8 files changed

+83
-30
lines changed

8 files changed

+83
-30
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@ recommendations: false
1515

1616
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 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.
1717

18-
| Region | `gpt-35-turbo (0613)` | `gpt-35-turbo (1106)`| `fine tuned gpt-3.5-turbo-0125` | `gpt-4 (0613)` | `gpt-4 (1106)` | `gpt-4 (0125)` | `gpt-4o (2024-05-13)` | `gpt-4o-mini (2024-07-18)` |
19-
|-----|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
20-
| Australia East ||| ||| | | |
21-
| East US || | | | ||||
22-
| East US 2 | | |||| || |
23-
| France Central ||| ||| | | |
24-
| Japan East || | | | | | | |
25-
| Norway East | | | | || | | |
26-
| Sweden Central |||||| || |
27-
| UK South | || | ||| | |
28-
| West US | || | || || |
29-
| West US 3 | | | | || || |
18+
## Azure OpenAI models
19+
20+
Azure AI Agent service supports the same models as the chat completions API in Azure OpenAI, in the following regions.
21+
22+
| **Region** | **o1-preview**, **2024-09-12** | **o1-mini**, **2024-09-12** | **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**, **vision-preview** | **gpt-4**, **turbo-2024-04-09** | **gpt-4-32k**, **0613** | **gpt-35-turbo**, **0301** | **gpt-35-turbo**, **0613** | **gpt-35-turbo**, **1106** | **gpt-35-turbo**, **0125** | **gpt-35-turbo-16k**, **0613** |
23+
|:-----------------|:------------------------------:|:---------------------------:|:--------------------------:|:--------------------------:|:-------------------------------:|:-------------------:|:---------------------------:|:---------------------------:|:-----------------------------:|:-------------------------------:|:-----------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:------------------------------:|
24+
| eastus | ||||| - | - || - || - ||| - || |
25+
| francecentral | - | - | - | - | - ||| - | - | - ||||| - | |
26+
| japaneast | - | - | - | - | - | - | - | - || - | - | - || - || |
27+
| uksouth | - | - | - | - | - | - | | | - | - | - || ||| |
28+
| westus || ||| | - || - ||| - | - | - ||| - |
29+
3030

3131
## Additional models
3232

3333
In addition to the supported Azure OpenAI models, you can also use the following 3rd party models with Azure AI Agent Service.
3434

3535
* Llama 3.1-70B-instruct
3636
* Mistral-large-2407
37-
* Cohere command-r+
37+
* Cohere command R+
3838

3939
To use these models, you can use Azure AI Foundry portal to make a deployment, and then reference it in your agent.
4040

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
manager: nitinme
3+
author: aahill
4+
ms.author: aahi
5+
ms.service: azure
6+
ms.topic: include
7+
ms.date: 12/11/2024
8+
---
9+
10+
> [!TIP]
11+
> You can also find your connection string in the **overview** for your project in the [AI Foundry portal](https://ai.azure.com/), under **Project details** > **Project connection string**.
12+
> :::image type="content" source="../media/quickstart/portal-connection-string.png" alt-text="A screenshot showing the connection string in the Azure AI Foundry portal." lightbox="../media/quickstart/portal-connection-string.png":::

articles/ai-services/agents/includes/quickstart-csharp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Use the following code to create and run an agent. To run this code, you will ne
3838

3939
`<HostName>;<AzureSubscriptionId>;<ResourceGroup>;<ProjectName>`
4040

41+
[!INCLUDE [connection-string-portal](connection-string-portal.md)]
42+
4143
`HostName` can be found by navigating to your `discovery_url` and removing the leading `https://` and trailing `/discovery`. To find your `discovery_url`, run this CLI command:
4244

4345
```azurecli

articles/ai-services/agents/includes/quickstart-python-openai.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Use the following code to create and run an agent. To run this code, you will ne
4141

4242
`<HostName>;<AzureSubscriptionId>;<ResourceGroup>;<ProjectName>`
4343

44+
[!INCLUDE [connection-string-portal](connection-string-portal.md)]
45+
4446
`HostName` can be found by navigating to your `discovery_url` and removing the leading `https://` and trailing `/discovery`. To find your `discovery_url`, run this CLI command:
4547

4648
```azurecli

articles/ai-services/agents/includes/quickstart-python.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Use the following code to create and run an agent. To run this code, you will ne
4040

4141
`<HostName>;<AzureSubscriptionId>;<ResourceGroup>;<ProjectName>`
4242

43+
[!INCLUDE [connection-string-portal](connection-string-portal.md)]
44+
4345
`HostName` can be found by navigating to your `discovery_url` and removing the leading `https://` and trailing `/discovery`. To find your `discovery_url`, run this CLI command:
4446

4547
```azurecli
@@ -78,8 +80,8 @@ with project_client:
7880
# The CodeInterpreterTool needs to be included in creation of the agent
7981
agent = project_client.agents.create_agent(
8082
model="gpt-4o-mini",
81-
name="my-assistant",
82-
instructions="You are helpful assistant",
83+
name="my-agent",
84+
instructions="You are helpful agent",
8385
tools=code_interpreter.definitions,
8486
tool_resources=code_interpreter.resources,
8587
)

articles/ai-services/agents/index.yml

Lines changed: 46 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,51 @@ landingContent:
2020
# Cards and links should be based on top customer tasks or top subjects
2121
# Start card title with a verb
2222
# Card 1
23-
- title: Azure AI Agent OpenAI Service
24-
linkLists:
25-
- linkListType: overview
23+
- title: Azure AI Agent Service
24+
linkLists:
25+
- linkListType: overview
26+
links:
27+
- text: What is Azure AI Agent?
28+
url: overview.md
29+
- text: Models and region support
30+
url: ./concepts/model-region-support.md
31+
- text: Quotas and limits
32+
url: ./quotas-limits.md
33+
- linkListType: whats-new
34+
links:
35+
- text: What's new in Azure AI Agent Service?
36+
url: ./whats-new.md
37+
- linkListType: quickstart
38+
links:
39+
- text: Create an agent
40+
url: quickstart.md
41+
42+
#Card 2
43+
- title: Azure AI Agent Service concepts
44+
linkLists:
45+
- linkListType: concept
2646
links:
27-
- text: What is Azure OpenAI?
28-
url: overview.md
29-
- text: Models and region support
30-
url: ./concepts/model-region-support.md
31-
- linkListType: quickstart
47+
- text: What are agents?
48+
url: ./concepts/agents.md
49+
- text: Tracing with Application Insights
50+
url: ./concepts/tracing.md
51+
52+
#Card 3
53+
- title: Azure AI Agent Service tools
54+
linkLists:
55+
- linkListType: how-to-guide
3256
links:
33-
- text: Create an agent
34-
url: quickstart.md
35-
57+
- text: Tools overview
58+
url: ./how-to/tools/overview.md
59+
- text: Azure AI Search
60+
url: ./how-to/tools/azure-ai-search.md
61+
- text: Grounding with Bing Search
62+
url: ./how-to/tools/bing-grounding.md
63+
- text: File search
64+
url: ./how-to/tools/file-search.md
65+
- text: OpenAPI specified tools
66+
url: ./how-to/tools/openapi-spec.md
67+
- text: Function calling
68+
url: ./how-to/tools/function-calling.md
69+
- text: Code interpreter
70+
url: ./how-to/tools/code-interpreter.md
197 KB
Loading

articles/ai-services/agents/quotas-limits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ The following sections provide you with a guide to the default quotas and limits
2121

2222
| Limit Name | Limit Value |
2323
|--|--|
24-
| Max files per Assistant/thread | 10,000 when using the API or AI Studio. 20 when using Azure OpenAI Studio.|
25-
| Max file size for Assistants & fine-tuning | 512 MB |
26-
| Max size for all uploaded files for Assistants |100 GB |
27-
| Assistants token limit | 2,000,000 token limit |
24+
| Max files per agent/thread | 10,000 when using the API or AI Studio. 20 when using Azure OpenAI Studio.|
25+
| Max file size for agents & fine-tuning | 512 MB |
26+
| Max size for all uploaded files for agents |100 GB |
27+
| agents token limit | 2,000,000 token limit |
2828

2929
## Quotas and limits for Azure OpenAI models
3030

0 commit comments

Comments
 (0)