You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/agents/how-to/tools/openapi-spec.md
+28-5Lines changed: 28 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,13 @@ added security, making it ideal for integrating with existing infrastructure or
24
24
OpenAPI Specified tool improves your function calling experience by providing standardized,
25
25
automated, and scalable API integrations that enhance the capabilities and efficiency of your agent.
26
26
[OpenAPI specifications](https://spec.openapis.org/oas/latest.html) provide a formal standard for
27
-
describing HTTP APIs. This allows people to understand how an API works, how a sequence of APIs
28
-
work together, generate client code, create tests, apply design standards, and more. Currently, we support three authentication types with the OpenAPI 3.0 specified tools: `anonymous`, `API key`, `managed identity`.
27
+
describing HTTP APIs. This allows people to understand how an API works, how a sequence of APIs works together, generate client code, create tests, apply design standards, and more. Currently, we support three authentication types with the OpenAPI 3.0 specified tools: `anonymous`, `API key`, `managed identity`.
29
28
30
29
### Usage support
31
30
32
31
|Azure AI foundry support | Python SDK | C# SDK | REST API | Basic agent setup | Standard agent setup |
1. Ensure you've completed the prerequisites and setup steps in the [quickstart](../../quickstart.md).
@@ -128,10 +127,34 @@ To set up authenticating with Managed Identity:
128
127
129
128
1. Click **Finish**.
130
129
131
-
1. Once the setup is done, you can continue by using the tool through the SDK or REST API. Use the tabs at the top of this article to see code samples.
130
+
1. Once the setup is done, you can continue by using the tool through the Foundry Portal, SDK, or REST API. Use the tabs at the top of this article to see code samples.
132
131
133
-
::: zone-end
132
+
## Add OpenAPI spec tool in the Azure AI Foundry portal
133
+
134
+
You can add the Grounding with Bing Search tool to an agent programatically using the code examples listed at the top of this article, or the [Azure AI Foundry portal](https://ai.azure.com/). If you want to use the portal:
135
+
136
+
1. in the **Create and debug** screen or **Agent playground**, select your agent.
137
+
1. Scroll down the **Setup** pane on the right to **action**. Then select **Add**.
138
+
139
+
:::image type="content" source="../../media/tools/action-tools.png" alt-text="A screenshot showing the available tool categories in the Azure AI Foundry portal." lightbox="../../media/tools/action-tools.png":::
140
+
141
+
1. Select **OpenAPI 3.0 specified tool**.
142
+
143
+
:::image type="content" source="../../media/tools/action-tools-list.png" alt-text="A screenshot showing the available action tools in the Azure AI Foundry portal." lightbox="../../media/tools/action-tools-list.png":::
144
+
145
+
1. Give your tool a name (required) and a description (optional). The description will be used by the model to decide when and how to use the tool.
134
146
147
+
:::image type="content" source="../../media/tools/open-api-details.png" alt-text="A screenshot showing the openAPI tool details in the Azure AI Foundry portal." lightbox="../../media/tools/open-api-details.png":::
148
+
149
+
1. Click Next and select your authentication method. Choose `connection` for `API key`.
150
+
1. If you choose `connection`, you need to select the custom keys connection you have created before.
151
+
1. If you choose `managed identity`, you need to input the audience to get your token. An example of an audience would be `https://cognitiveservices.azure.com/` to connect to Azure AI Services. Make sure you have already set up authentication and role assignment (as described in the [section](#authenticating-with-managed-identity-microsoft-entra-id) above).
152
+
153
+
1. Copy and paste your OpenAPI specification in the text box.
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/model-retirements.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
4
4
description: Learn about the model deprecations and retirements in Azure OpenAI.
5
5
ms.service: azure-ai-openai
6
6
ms.topic: conceptual
7
-
ms.date: 03/11/2025
7
+
ms.date: 03/24/2025
8
8
ms.custom:
9
9
manager: nitinme
10
10
author: mrbullwinkle
@@ -100,9 +100,9 @@ These models are currently available for use in Azure OpenAI Service.
100
100
|`gpt-4`<br>`gpt-4-32k`| 0314 | June 6, 2025 |`gpt-4o`|
101
101
|`gpt-4`<br>`gpt-4-32k`| 0613 | June 6, 2025 |`gpt-4o`|
102
102
|`gpt-4`| turbo-2024-04-09 | No earlier than June 6, 2025 |`gpt-4o`|
103
-
|`gpt-4`| 1106-preview | To be upgraded to **`gpt-4o` version: `2024-11-20`**, starting no sooner than March 10, 2025 **<sup>1</sup>** <br>Retirement date: May 1, 2025 |`gpt-4o`|
104
-
|`gpt-4`| 0125-preview |To be upgraded to **`gpt-4o` version: `2024-11-20`**, starting no sooner than March 10, 2025 **<sup>1</sup>** <br>Retirement date: May 1, 2025 |`gpt-4o`|
105
-
|`gpt-4`| vision-preview | To be upgraded to **`gpt-4o` version: `2024-11-20`**, starting no sooner than March 10, 2025 **<sup>1</sup>** <br>Retirement date: May 1, 2025 |`gpt-4o`|
103
+
|`gpt-4`| 1106-preview | To be upgraded to **`gpt-4o` version: `2024-11-20`**, starting no sooner than April 17, 2025 **<sup>1</sup>** <br>Retirement date: May 1, 2025 |`gpt-4o`|
104
+
|`gpt-4`| 0125-preview |To be upgraded to **`gpt-4o` version: `2024-11-20`**, starting no sooner than April 17, 2025 **<sup>1</sup>** <br>Retirement date: May 1, 2025 |`gpt-4o`|
105
+
|`gpt-4`| vision-preview | To be upgraded to **`gpt-4o` version: `2024-11-20`**, starting no sooner than April 17, 2025 **<sup>1</sup>** <br>Retirement date: May 1, 2025 |`gpt-4o`|
106
106
|`gpt-4o`| 2024-05-13 | No earlier than June 30, 2025 <br><br>Deployments set to [**Auto-update to default**](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#auto-update-to-default) will be automatically upgraded to version: `2024-08-06`, starting on March 17, 2025. ||
107
107
|`gpt-4o`| 2024-08-06 | No earlier than August 6, 2025 ||
108
108
|`gpt-4o`| 2024-11-20 | No earlier than November 20, 2025 ||
0 commit comments