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-foundry/openai/whats-new.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This article provides a summary of the latest releases and major documentation u
22
22
23
23
### Realtime API audio model GA
24
24
25
-
OpenAI's GPT-4o Real-Time and Audio models are now generally available on Azure AI Foundry Direct Models.
25
+
OpenAI's GPT-4o RealTime and Audio models are now generally available on Azure AI Foundry Direct Models.
26
26
27
27
Model improvements:
28
28
- Improved instruction following: Enhanced capabilities to follow tone, pacing, and escalation instructions more accurately and reliably. Can also switch languages.
@@ -63,7 +63,7 @@ Spillover is now Generally Available. Spillover manages traffic fluctuations on
63
63
64
64
-**[Registration is required for access to the gpt-5 model](https://aka.ms/oai/gpt5access).**
65
65
66
-
-`gpt-5-mini`, `gpt-5-nano`, and `gpt-5-chat`do not require registration.
66
+
-`gpt-5-mini`, `gpt-5-nano`, and `gpt-5-chat`don't require registration.
67
67
68
68
69
69
### New version of model-router
@@ -129,7 +129,7 @@ Follow the [image generation how-to guide](/en-us/azure/ai-foundry/openai/how-to
129
129
130
130
### o4-mini and o3 models released
131
131
132
-
`o4-mini` and `o3` models are now available. These are the latest reasoning models from Azure OpenAI offering significantly enhanced reasoning, quality, and performance. For more information, see the [getting started with reasoning models page](./how-to/reasoning.md).
132
+
`o4-mini` and `o3` models are now available. These are the latest reasoning models from Azure OpenAI offering enhanced reasoning, quality, and performance. For more information, see the [getting started with reasoning models page](./how-to/reasoning.md).
133
133
134
134
### GPT-4.1 released
135
135
@@ -149,9 +149,9 @@ For more information about available models, see the [models and versions docume
149
149
150
150
### Responses API & computer-use-preview model
151
151
152
-
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.
152
+
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.
153
153
154
-
**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.
154
+
**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 still need to request access for this model.
155
155
156
156
Request access: [`computer-use-preview` limited access model application](https://aka.ms/oai/cuaaccess)
157
157
@@ -216,7 +216,7 @@ The `gpt-4o-realtime-preview` model version 2024-12-17 is available for global d
216
216
217
217
- Added support for [prompt caching](./how-to/prompt-caching.md) with the `gpt-4o-realtime-preview` model.
218
218
- Added support for new voices. The `gpt-4o-realtime-preview` models now support the following voices: `alloy`, `ash`, `ballad`, `coral`, `echo`, `sage`, `shimmer`, `verse`.
219
-
- Rate limits are no longer based on connections per minute. Rate limiting is now based on RPM (requests per minute) and TPM (tokens per minute) for the `gpt-4o-realtime-preview` model. The rate limits for each `gpt-4o-realtime-preview` model deployment are 100K TPM and 1K RPM. During the preview, [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and APIs might inaccurately show different rate limits. Even if you try to set a different rate limit, the actual rate limit will be 100K TPM and 1K RPM.
219
+
- Rate limits are no longer based on connections per minute. Rate limiting is now based on RPM (requests per minute) and TPM (tokens per minute) for the `gpt-4o-realtime-preview` model. The rate limits for each `gpt-4o-realtime-preview` model deployment are 100 K TPM and 1 K RPM. During the preview, [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and APIs might inaccurately show different rate limits. Even if you try to set a different rate limit, the actual rate limit is 100 K TPM and 1 K RPM.
220
220
221
221
For more information, see the [GPT-4o real-time audio quickstart](realtime-audio-quickstart.md) and the [how-to guide](./how-to/realtime-audio.md).
222
222
@@ -260,7 +260,7 @@ For fine-tuning model region availability, see the [models page](./concepts/mode
260
260
261
261
### NEW data zone provisioned deployment type
262
262
263
-
Data zone provisioned deployments are available in the same Azure OpenAI resource as all other Azure OpenAI deployment types but allow you to leverage Azure global infrastructure to dynamically route traffic to the data center within the Microsoft defined data zone with the best availability for each request. Data zone provisioned deployments provide reserved model processing capacity for high and predictable throughput using Azure infrastructure within Microsoft specified data zones. Data zone provisioned deployments are supported on `gpt-4o-2024-08-06`, `gpt-4o-2024-05-13`, and `gpt-4o-mini-2024-07-18` models.
263
+
Data zone provisioned deployments are available in the same Azure OpenAI resource as all other Azure OpenAI deployment types but allow you to use Azure global infrastructure to dynamically route traffic to the data center within the Microsoft defined data zone with the best availability for each request. Data zone provisioned deployments provide reserved model processing capacity for high and predictable throughput using Azure infrastructure within Microsoft specified data zones. Data zone provisioned deployments are supported on `gpt-4o-2024-08-06`, `gpt-4o-2024-05-13`, and `gpt-4o-mini-2024-07-18` models.
264
264
265
265
For more information, see the [deployment types guide](https://aka.ms/aoai/docs/deployment-types).
0 commit comments