Skip to content

Commit 87c923c

Browse files
committed
updating whats new
1 parent a09c0df commit 87c923c

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

articles/ai-services/openai/whats-new.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- ignite-2023
1111
- references_regions
1212
ms.topic: whats-new
13-
ms.date: 05/01/2024
13+
ms.date: 05/13/2024
1414
recommendations: false
1515
---
1616

@@ -20,6 +20,51 @@ This article provides a summary of the latest releases and major documentation u
2020

2121
## May 2024
2222

23+
### Assistants v2 (preview)
24+
25+
A refresh of the Assistants API is now publicly available. It contains the following updates:
26+
27+
* [File search tool and vector storage](./how-to/file-search.md)
28+
* [Max completion and max prompt token support](./concepts/assistants.md#context-window-management) for managing token usage.
29+
* `tool_choice` [parameter](./assistants-reference-runs.md#run-object) for forcing the Assistant to use use a specified tool.
30+
You can now create messages with the [assistant](.//assistants-reference-messages.md#create-message) role to create custom conversation histories in Threads.
31+
* Support for `temperature`, `top_p`, `response_format` [parameters](./assistants-reference.md#create-an-assistant).
32+
* Streaming and polling support. You can use the helper functions in our Python SDK to create runs and stream responses. We have also added polling SDK helpers to share object status updates without the need for polling.
33+
* Experiment with Logic Apps and Function Calling using Azure OpenAI Studio. Import your REST APIs implemented in Logic Apps as functions and the studio invokes the function (as a Logic Apps workflow) automatically based on the user prompt.
34+
* AutoGen by Microsoft Research provides a multi-agent conversation framework to enable convenient building of Large Language Model (LLM) workflows across a wide range of applications. Azure OpenAI assistants are now integrated into AutoGen via `GPTAssistantAgent`, a new experimental agent that lets you seamlessly add Assistants into AutoGen-based multi-agent workflows. This enables multiple Azure OpenAI assistants, that could be task or domain specialized, to collaborate and tackle complex tasks.
35+
* Support for fine-tuned `gpt-3.5-turbo-0125` [models](./concepts/models.md#assistants-preview) in the following regions:
36+
* East US 2
37+
* Sweden Central
38+
* Expanded regional support for:
39+
* Japan East
40+
* UK South
41+
* West US
42+
* West US 3
43+
44+
### GPT-4o model general availability (GA)
45+
46+
GPT-4o ("o is for "omni") is the latest model from OpenAI launched on May 13, 2024.
47+
48+
- GPT-4o integrates text, and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions.
49+
- GPT-4o matches GPT-4 Turbo in English text and coding tasks while offering superior performance in non-English languages and in vision tasks, setting new benchmarks for AI capabilities.
50+
51+
For information on model regional availability, see the [models page](./concepts/models.md).
52+
53+
### Global standard deployment type (Preview)
54+
55+
Global deployments are available in the same Azure OpenAI resources as non-global offers but allow you to leverage Azure's global infrastructure to dynamically route traffic to the data center with best availability for each request. Global standard will provide the highest default quota for new models and eliminates the need to load balance across multiple resources.
56+
57+
For more information, see the [deployment types guide](https://aka.ms/aoai/docs/deployment-types).
58+
59+
### Fine-tuning updates
60+
61+
- GPT-4 fine-tuning is [now available](./concepts/models.md#fine-tuning-models).
62+
- Added support for seed, events, full validation statistics, and checkpoints as part of the `2024-05-01-preview` API release.
63+
64+
### 2024-05-01-preview API release
65+
66+
- For more information, see the [API version lifecycle](./api-version-deprecation.md).
67+
2368
### GPT-4 Turbo model general availability (GA)
2469

2570
[!INCLUDE [GPT-4 Turbo](./includes/gpt-4-turbo.md)]

0 commit comments

Comments
 (0)