Skip to content

Commit 80f0bea

Browse files
committed
update
1 parent 8ababc1 commit 80f0bea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This article provides a summary of the latest releases and major documentation u
3131

3232
### New version of model-router
3333

34-
- Model router nows supports GPT-5 series models.
34+
- Model router now supports GPT-5 series models.
3535

3636
- 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.
3737

@@ -81,7 +81,7 @@ The Realtime API (preview) now supports WebRTC, enabling real-time audio streami
8181

8282
### GPT-image-1 released (preview, limited access)
8383

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:
8585
- Better at responding to precise instructions.
8686
- Reliably renders text.
8787
- 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
144144

145145
[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.
146146

147-
### o3-mini datazone standard deployments
147+
### o3-mini data zone standard deployments
148148

149149
`o3-mini` is now available for global standard, and data zone standard deployments for registered limited access customers.
150150

151151
For more information, see our [reasoning model guide](./how-to/reasoning.md).
152152

153153
### gpt-4o mini audio released
154154

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).
156156

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).
158158

159159
For more information about available models, see the [models and versions documentation](./concepts/models.md#audio-models).
160160

161161
## January 2025
162162

163163
### o3-mini released
164164

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).
166166

167167
### GPT-4o audio completions
168168

@@ -178,7 +178,7 @@ The `gpt-4o-audio-preview` model introduces the audio modality into the existing
178178
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.
179179

180180
- 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`.
182182
- 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.
183183

184184
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

Comments
 (0)