Skip to content

Commit 382cde9

Browse files
committed
whats new
1 parent b4f25c1 commit 382cde9

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

articles/ai-services/agents/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ items:
1212
href: ./concepts/model-region-support.md
1313
- name: Pricing
1414
href: https://azure.microsoft.com/pricing/details/ai-studio/
15+
- name: What's new
16+
href: ./whats-new.md
1517
- name: FAQ
1618
href: faq.yml
1719
- name: Quickstart
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: What's new in Azure AI Agent Service?
3+
titleSuffix: Azure AI services
4+
description: Learn about new feature updates and additions for your AI Agents.
5+
manager: nitinme
6+
author: aahill
7+
ms.author: aahi
8+
ms.service: azure
9+
ms.topic: overview
10+
ms.date: 12/11/2024
11+
recommendations: false
12+
---
13+
14+
# What's new in Azure AI Agent Service
15+
16+
This article provides a summary of the latest releases and major documentation updates for Azure AI Agent Service.
17+
18+
## December 2024
19+
20+
### Azure AI Service public preview
21+
22+
Azure AI Service is now available in preview. The service builds off of the [Assistants API](../openai/how-to/assistant.md) in Azure OpenAI, and offers several additional features, such as:
23+
24+
* Several [additional tools](./how-to/tools/overview.md) to enhance your AI agents' functionality, such as the ability to use Bing as a knowledge source and call function specified by the OpenAPI 3.0 spec.
25+
* The ability to use non Azure OpenAI [models](./concepts/model-region-support.md#additional-models):
26+
* Llama 3.1-70B-instruct
27+
* Mistral-large-2407
28+
* Cohere command-r+
29+
* Enterprise ready security with secure data handling, keyless authentication, and no public egress.
30+
* The ability to either use Microsoft-managed storage, or bring your own.
31+
* SDK support for:
32+
* [.NET](./quickstart.md?pivots=programming-language-csharp)
33+
* [The Azure Python SDK](./quickstart.md?pivots=programming-language-python-azure)
34+
* [The OpenAI Python SDK](./quickstart.md?pivots=programming-language-python-openai)
35+
* Debugging support using [tracing with Application Insights](./concepts/tracing.md)
36+
37+
## Next steps
38+
39+
Use the [quickstart article](./quickstart.md) to get started creating a new AI Agent.

0 commit comments

Comments
 (0)