Skip to content

Commit d59cbfc

Browse files
committed
updating conceptual article
1 parent 332460a commit d59cbfc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/ai-services/openai/concepts/assistants.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure OpenAI Service Assistants API concepts
33
titleSuffix: Azure OpenAI Service
44
description: Learn about the concepts behind the Azure OpenAI Assistants API.
55
ms.topic: conceptual
6-
ms.date: 08/21/2024
6+
ms.date: 02/04/2025
77
ms.service: azure-ai-openai
88
manager: nitinme
99
author: aahill
@@ -13,7 +13,7 @@ recommendations: false
1313

1414
# Azure OpenAI Assistants API (Preview)
1515

16-
Assistants, a new feature of Azure OpenAI Service, is now available in public preview. 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.
16+
Assistants, a feature of Azure OpenAI Service, 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.
1717

1818
* Assistants can call Azure OpenAI’s [models](../concepts/models.md) with specific instructions to tune their personality and capabilities.
1919
* Assistants can access **multiple tools in parallel**. These can be both Azure OpenAI-hosted tools like [code interpreter](../how-to/code-interpreter.md) and [file search](../how-to/file-search.md), or tools you build, host, and access through [function calling](../how-to/function-calling.md).
@@ -38,6 +38,10 @@ Assistants API is built on the same capabilities that power OpenAI’s GPT produ
3838
> [!IMPORTANT]
3939
> 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).
4040
41+
## Available models
42+
43+
To see a list of Azure OpenAI models that you can use with assitants, see the [Models](./models.md#assistants-preview) article.
44+
4145
## Assistants playground
4246

4347
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

Comments
 (0)