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
@@ -31,7 +31,7 @@ This article provides a summary of the latest releases and major documentation u
31
31
32
32
### New version of model-router
33
33
34
-
- Model router nows supports GPT-5 series models.
34
+
- Model router now supports GPT-5 series models.
35
35
36
36
- The latest version of model router is currently limited access only. You can request access using the `gpt-5 access` form: [gpt-5 limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required.
37
37
@@ -81,7 +81,7 @@ The Realtime API (preview) now supports WebRTC, enabling real-time audio streami
81
81
82
82
### GPT-image-1 released (preview, limited access)
83
83
84
-
GPT-image-1 (2025-04-15) is the latest image generation model from Azure OpenAI. It features major improvements over DALL-E, including:
84
+
GPT-image-1 (`2025-04-15`) is the latest image generation model from Azure OpenAI. It features major improvements over DALL-E, including:
85
85
- Better at responding to precise instructions.
86
86
- Reliably renders text.
87
87
- Accepts images as input, which enables the new capabilities of image editing and inpainting.
@@ -144,25 +144,25 @@ For more information on model capabilities, and region availability see the [mod
144
144
145
145
[Stored completions](./how-to/stored-completions.md#stored-completions-api) allow you to capture the conversation history from chat completions sessions to use as datasets for evaluations and fine-tuning.
146
146
147
-
### o3-mini datazone standard deployments
147
+
### o3-mini data zone standard deployments
148
148
149
149
`o3-mini` is now available for global standard, and data zone standard deployments for registered limited access customers.
150
150
151
151
For more information, see our [reasoning model guide](./how-to/reasoning.md).
152
152
153
153
### gpt-4o mini audio released
154
154
155
-
The `gpt-4o-mini-audio-preview` (2024-12-17) model is the latest audio completions model. For more information, see the [audio generation quickstart](./audio-completions-quickstart.md).
155
+
The `gpt-4o-mini-audio-preview` (`2024-12-17`) model is the latest audio completions model. For more information, see the [audio generation quickstart](./audio-completions-quickstart.md).
156
156
157
-
The `gpt-4o-mini-realtime-preview` (2024-12-17) model is the latest real-time audio model. The real-time models use the same underlying GPT-4o audio model as the completions API, but is optimized for low-latency, real-time audio interactions. For more information, see the [real-time audio quickstart](./realtime-audio-quickstart.md).
157
+
The `gpt-4o-mini-realtime-preview` (`2024-12-17`) model is the latest real-time audio model. The real-time models use the same underlying GPT-4o audio model as the completions API, but is optimized for low-latency, real-time audio interactions. For more information, see the [real-time audio quickstart](./realtime-audio-quickstart.md).
158
158
159
159
For more information about available models, see the [models and versions documentation](./concepts/models.md#audio-models).
160
160
161
161
## January 2025
162
162
163
163
### o3-mini released
164
164
165
-
`o3-mini` (2025-01-31) is the latest reasoning model, offering enhanced reasoning abilities. For more information, see our [reasoning model guide](./how-to/reasoning.md).
165
+
`o3-mini` (`2025-01-31`) is the latest reasoning model, offering enhanced reasoning abilities. For more information, see our [reasoning model guide](./how-to/reasoning.md).
166
166
167
167
### GPT-4o audio completions
168
168
@@ -178,7 +178,7 @@ The `gpt-4o-audio-preview` model introduces the audio modality into the existing
178
178
The `gpt-4o-realtime-preview` model version 2024-12-17 is available for global deployments in [East US 2 and Sweden Central regions](./concepts/models.md#global-standard-model-availability). Use the `gpt-4o-realtime-preview` version 2024-12-17 model instead of the `gpt-4o-realtime-preview` version 2024-10-01-preview model for real-time audio interactions.
179
179
180
180
- Added support for [prompt caching](./how-to/prompt-caching.md) with the `gpt-4o-realtime-preview` model.
181
-
- Added support for new voices. The `gpt-4o-realtime-preview` models now support the following voices: "alloy", "ash", "ballad", "coral", "echo", "sage", "shimmer", "verse".
181
+
- Added support for new voices. The `gpt-4o-realtime-preview` models now support the following voices: `alloy`, `ash`, `ballad`, `coral`, `echo`, `sage`, `shimmer`, `verse`.
182
182
- 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.
183
183
184
184
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).
0 commit comments