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/openai/concepts/assistants.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Azure OpenAI in Azure AI Foundry Models Assistants API concepts
3
3
titleSuffix: Azure OpenAI
4
4
description: Learn about the concepts behind the Azure OpenAI Assistants API.
5
5
ms.topic: conceptual
6
-
ms.date: 02/04/2025
6
+
ms.date: 05/20/2025
7
7
ms.service: azure-ai-openai
8
8
manager: nitinme
9
9
author: aahill
@@ -13,6 +13,9 @@ recommendations: false
13
13
14
14
# Azure OpenAI Assistants API (Preview)
15
15
16
+
> [NOTE]
17
+
> The [Azure AI Foundry Agent Service](../../agents/overview.md) is now Generally Available, which provides more tools and better enterprise features. We recommend migrating your workloads to the new service for the latest feature updates and improvements.
18
+
16
19
Assistants, a feature of Azure OpenAI in Azure AI Foundry Models, is available in public preview starting in the `2024-02-15-preview` API version. Assistants API makes it easier for developers to create applications with sophisticated copilot-like experiences that can sift through data, suggest solutions, and automate tasks.
17
20
18
21
* Assistants can call Azure OpenAI’s [models](../concepts/models.md) with specific instructions to tune their personality and capabilities.
@@ -38,12 +41,26 @@ Assistants API is built on the same capabilities that power OpenAI’s GPT produ
38
41
> [!IMPORTANT]
39
42
> Retrieving untrusted data using Function calling, Code Interpreter or File Search with file input, and Assistant Threads functionalities could compromise the security of your Assistant, or the application that uses the Assistant. Learn about mitigation approaches [here](https://aka.ms/oai/assistant-rai).
40
43
44
+
### Using assistants
45
+
46
+
For information on using assistants, see the following reference documentation.
To see a list of Azure OpenAI models that you can use with assitants, see the [Models](./models.md#assistants-preview) article.
44
56
45
57
## Assistants playground
46
58
59
+
Before using assistants, you need:
60
+
61
+
- A [compatable model](../concepts/models.md#assistants-preview) deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
62
+
- An [Azure AI project](../../../ai-foundry/how-to/create-projects.md) in Azure AI Foundry portal.
63
+
47
64
We provide a walkthrough of the Assistants playground in our [quickstart guide](../assistants-quickstart.md). This provides a no-code environment to test out the capabilities of assistants.
0 commit comments