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/whats-new.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,16 @@ This article provides a summary of the latest releases and major documentation u
21
21
22
22
## March 2025
23
23
24
+
### Responses API & computer-use-preview model
25
+
26
+
The [Responses API](./how-to/responses.md) is a new stateful API from Azure OpenAI. It brings together the best capabilities from the chat completions and assistants API in one unified experience. The Responses API also adds support for the new `computer-use-preview` model which powers the [Computer use](./how-to/computer-use.md) capability.
27
+
28
+
**For access to `computer-use-preview` registration is required, and access will be granted based on Microsoft's eligibility criteria**. Customers who have access to other limited access models will still need to request access for this model.
29
+
30
+
Request access: [`computer-use-preview` limited access model application](https://aka.ms/oai/cuaaccess)
31
+
32
+
For more information on model capabilities, and region availability see the [models documentation](./concepts/models.md#computer-use-preview).
33
+
24
34
### Provisioned spillover (preview)
25
35
26
36
Spillover manages traffic fluctuations on provisioned deployments by routing overages to a designated standard deployment. To learn more about how to maximize utilization for your provisioned deployments with spillover, see [Manage traffic with spillover for provisioned deployments (preview)](./how-to/spillover-traffic-management.md).
0 commit comments