Skip to content

Commit c4f0684

Browse files
Merge pull request #7523 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-07 17:11 UTC
2 parents d4dbe4f + e361c2c commit c4f0684

17 files changed

+138
-123
lines changed

articles/ai-foundry/openai/how-to/prompt-caching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Prompt caching is supported for:
7272

7373
|**Caching supported**|**Description**|**Supported models**|
7474
|--------|--------|--------|
75-
| **Messages** | The complete messages array: system, developer, user, and assistant content | `gpt-4o`<br/>`gpt-4o-mini`<br/>`gpt-4o-realtime-preview` (version 2024-12-17)<br/>`gpt-4o-mini-realtime-preview` (version 2024-12-17)<br>`gpt-realtime` (version 2025-08-28)<br> `o1` (version 2024-12-17) <br> `o3-mini` (version 2025-01-31) |
75+
| **Messages** | The complete messages array: system, developer, user, and assistant content | `gpt-4o`<br/>`gpt-4o-mini`<br/>`gpt-4o-realtime-preview` (version 2024-12-17)<br/>`gpt-4o-mini-realtime-preview` (version 2024-12-17)<br>`gpt-realtime` (version 2025-08-28)<br> `gpt-realtime-mini` (version 2025-10-06)<br>`o1` (version 2024-12-17) <br> `o3-mini` (version 2025-01-31) |
7676
| **Images** | Images included in user messages, both as links or as base64-encoded data. The detail parameter must be set the same across requests. | `gpt-4o`<br/>`gpt-4o-mini` <br> `o1` (version 2024-12-17) |
77-
| **Tool use** | Both the messages array and tool definitions. | `gpt-4o`<br/>`gpt-4o-mini`<br/>`gpt-4o-realtime-preview` (version 2024-12-17)<br/>`gpt-4o-mini-realtime-preview` (version 2024-12-17)<br>`gpt-realtime` (version 2025-08-28)<br> `o1` (version 2024-12-17) <br> `o3-mini` (version 2025-01-31) |
77+
| **Tool use** | Both the messages array and tool definitions. | `gpt-4o`<br/>`gpt-4o-mini`<br/>`gpt-4o-realtime-preview` (version 2024-12-17)<br/>`gpt-4o-mini-realtime-preview` (version 2024-12-17)<br>`gpt-realtime` (version 2025-08-28)<br>`gpt-realtime-mini` (version 2025-10-06)<br> `o1` (version 2024-12-17) <br> `o3-mini` (version 2025-01-31) |
7878
| **Structured outputs** | Structured output schema is appended as a prefix to the system message. | `gpt-4o`<br/>`gpt-4o-mini` <br> `o1` (version 2024-12-17) <br> `o3-mini` (version 2025-01-31) |
7979

8080
To improve the likelihood of cache hits occurring, you should structure your requests such that repetitive content occurs at the beginning of the messages array.

articles/ai-foundry/openai/how-to/realtime-audio-webrtc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The GPT real-time models are available for global deployments in [East US 2 and
3434
- `gpt-4o-mini-realtime-preview` (2024-12-17)
3535
- `gpt-4o-realtime-preview` (2024-12-17)
3636
- `gpt-realtime` (version 2025-08-28)
37+
- `gpt-realtime-mini` (version 2025-10-06)
3738

3839
You should use API version `2025-04-01-preview` in the URL for the Realtime API. The API version is included in the sessions URL.
3940

@@ -45,7 +46,7 @@ Before you can use GPT real-time audio, you need:
4546

4647
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
4748
- An Azure OpenAI resource created in a [supported region](#supported-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](create-resource.md).
48-
- You need a deployment of the `gpt-4o-realtime-preview`, `gpt-4o-mini-realtime-preview`, or `gpt-realtime` model in a supported region as described in the [supported models](#supported-models) section in this article. You can deploy the model from the [Azure AI Foundry model catalog](../../../ai-foundry/how-to/model-catalog-overview.md) or from your project in Azure AI Foundry portal.
49+
- You need a deployment of the `gpt-4o-realtime-preview`, `gpt-4o-mini-realtime-preview`, `gpt-realtime`, or `gpt-realtime-mini` model in a supported region as described in the [supported models](#supported-models) section in this article. You can deploy the model from the [Azure AI Foundry model catalog](../../../ai-foundry/how-to/model-catalog-overview.md) or from your project in Azure AI Foundry portal.
4950

5051
## Connection and authentication
5152

articles/ai-foundry/openai/how-to/realtime-audio-websockets.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The GPT real-time models are available for global deployments in [East US 2 and
3131
- `gpt-4o-mini-realtime-preview` (2024-12-17)
3232
- `gpt-4o-realtime-preview` (2024-12-17)
3333
- `gpt-realtime` (version 2025-08-28)
34+
- `gpt-realtime-mini` (version 2025-10-06)
3435

3536
You should use API version `2025-04-01-preview` in the URL for the Realtime API.
3637

@@ -42,7 +43,7 @@ Before you can use GPT real-time audio, you need:
4243

4344
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
4445
- An Azure OpenAI resource created in a [supported region](#supported-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](create-resource.md).
45-
- You need a deployment of the `gpt-4o-realtime-preview`, `gpt-4o-mini-realtime-preview`, or `gpt-realtime` model in a supported region as described in the [supported models](#supported-models) section. You can deploy the model from the [Azure AI Foundry portal model catalog](../../../ai-foundry/how-to/model-catalog-overview.md) or from your project in Azure AI Foundry portal.
46+
- You need a deployment of the `gpt-4o-realtime-preview`, `gpt-4o-mini-realtime-preview`, `gpt-realtime`, or `gpt-realtime-mini` model in a supported region as described in the [supported models](#supported-models) section. You can deploy the model from the [Azure AI Foundry portal model catalog](../../../ai-foundry/how-to/model-catalog-overview.md) or from your project in Azure AI Foundry portal.
4647

4748
## Connection and authentication
4849

articles/ai-foundry/openai/how-to/realtime-audio.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The GPT real-time models are available for global deployments in [East US 2 and
2929
- `gpt-4o-mini-realtime-preview` (2024-12-17)
3030
- `gpt-4o-realtime-preview` (2024-12-17)
3131
- `gpt-realtime` (version 2025-08-28)
32+
- `gpt-realtime-mini` (version 2025-10-06)
3233

3334
You should use API version `2025-04-01-preview` in the URL for the Realtime API.
3435

@@ -40,10 +41,10 @@ Before you can use GPT real-time audio, you need:
4041

4142
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
4243
- An Azure OpenAI resource created in a [supported region](#supported-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](create-resource.md).
43-
- You need a deployment of the `gpt-4o-realtime-preview`, `gpt-4o-mini-realtime-preview`, or `gpt-realtime` model in a supported region as described in the [supported models](#supported-models) section. You can deploy the model from the [Azure AI Foundry portal model catalog](../../../ai-foundry/how-to/model-catalog-overview.md) or from your project in Azure AI Foundry portal.
44+
- You need a deployment of the `gpt-4o-realtime-preview`, `gpt-4o-mini-realtime-preview`, `gpt-realtime`, or `gpt-realtime-mini` model in a supported region as described in the [supported models](#supported-models) section. You can deploy the model from the [Azure AI Foundry portal model catalog](../../../ai-foundry/how-to/model-catalog-overview.md) or from your project in Azure AI Foundry portal.
4445

4546
Here are some of the ways you can get started with the GPT Realtime API for speech and audio:
46-
- For steps to deploy and use the `gpt-4o-realtime-preview`, `gpt-4o-mini-realtime-preview`, or `gpt-realtime` model, see [the real-time audio quickstart](../realtime-audio-quickstart.md).
47+
- For steps to deploy and use the `gpt-4o-realtime-preview`, `gpt-4o-mini-realtime-preview`, `gpt-realtime`, or `gpt-realtime-mini` model, see [the real-time audio quickstart](../realtime-audio-quickstart.md).
4748
- Try the [WebRTC via HTML and JavaScript example](./realtime-audio-webrtc.md#webrtc-example-via-html-and-javascript) to get started with the Realtime API via WebRTC.
4849
- [The Azure-Samples/aisearch-openai-rag-audio repo](https://github.com/Azure-Samples/aisearch-openai-rag-audio) contains an example of how to implement RAG support in applications that use voice as their user interface, powered by the GPT realtime API for audio.
4950

@@ -281,7 +282,7 @@ A user might want to interrupt the assistant's response or ask the assistant to
281282

282283
## Image input
283284

284-
The `gpt-realtime` model supports image input as part of the conversation. The model can ground responses in what the user is currently seeing. You can send images to the model as part of a conversation item. The model can then generate responses that reference the images.
285+
The `gpt-realtime` and `gpt-realtime-mini` models support image input as part of the conversation. The model can ground responses in what the user is currently seeing. You can send images to the model as part of a conversation item. The model can then generate responses that reference the images.
285286

286287
The following example json body adds an image to the conversation:
287288

articles/ai-foundry/openai/includes/models-azure-direct-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Details about maximum request tokens and training data are available in the foll
313313
|`gpt-4o-realtime-preview` (2025-06-03) <br> GPT-4o audio | Audio model for real-time audio processing. |Input: 128,000 <br> Output: 4,096 | October 2023 |
314314
|`gpt-4o-realtime-preview` (2024-12-17) <br> GPT-4o audio | Audio model for real-time audio processing. |Input: 128,000 <br> Output: 4,096 | October 2023 |
315315
|`gpt-4o-mini-realtime-preview` (2024-12-17) <br> GPT-4o audio | Audio model for real-time audio processing. |Input: 128,000 <br> Output: 4,096 | October 2023 |
316-
|`gpt-realtime` (2025-08-28) (GA)<br> GPT-4o audio | Audio model for real-time audio processing. |Input: 28,672 <br> Output: 4,096 | October 2023 |
316+
|`gpt-realtime` (2025-08-28) (GA)<br>`gpt-realtime-mini` (2025-10-06)<br> `gpt-audio`(2025-08-28)<br>`gpt-audio-mini`(2025-10-06) | Audio model for real-time audio processing. |Input: 28,672 <br> Output: 4,096 | October 2023 |
317317

318318
To compare the availability of GPT-4o audio models across all regions, refer to the [models table](#global-standard-model-availability).
319319

articles/ai-foundry/openai/includes/realtime-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 3/20/2025
1313
- An Azure subscription. <a href="https://azure.microsoft.com/free/ai-services" target="_blank">Create one for free</a>.
1414
- <a href="https://www.python.org/" target="_blank">Python 3.8 or later version</a>. We recommend using Python 3.10 or later, but having at least Python 3.8 is required. If you don't have a suitable version of Python installed, you can follow the instructions in the [VS Code Python Tutorial](https://code.visualstudio.com/docs/python/python-tutorial#_install-a-python-interpreter) for the easiest way of installing Python on your operating system.
1515
- An Azure OpenAI resource created in one of the supported regions. For more information about region availability, see the [models and versions documentation](../concepts/models.md#global-standard-model-availability).
16-
- Then, you need to deploy a `gpt-realtime` model with your Azure OpenAI resource. For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
16+
- Then, you need to deploy a `gpt-realtime` or `gpt-realtime-mini` model with your Azure OpenAI resource. For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
1717

1818
## Microsoft Entra ID prerequisites
1919

articles/ai-foundry/openai/quotas-limits.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,10 @@ During the preview, the rate limits for each `gpt-4o` realtime model deployment
252252
|`gpt-4o-mini-audio-preview` | Default | 2M | 1K |
253253
|`gpt-4o-mini-realtime-preview` | Default | 800K | 1K |
254254
|`gpt-audio` | Default | 100K | 30 |
255+
|`gpt-audio-mini` | Default | 100K | 30 |
255256
|`gpt-realtime` | Default | 100K | 30 |
257+
|`gpt-realtime-mini` | Default | 100K | 30 |
258+
256259

257260
## GPT-image-1 rate limits
258261

articles/ai-foundry/openai/realtime-audio-quickstart.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The GPT real-time models are available for global deployments.
3232
- `gpt-4o-realtime-preview` (version `2024-12-17`)
3333
- `gpt-4o-mini-realtime-preview` (version `2024-12-17`)
3434
- `gpt-realtime` (version `2025-08-28`)
35+
- `gpt-realtime-mini` (version `2025-10-06`)
3536

3637
See the [models and versions documentation](./concepts/models.md#audio-models) for more information.
3738

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
---
2-
title: "Azure AI Foundry docs: What's new for September 2025"
3-
description: Discover key changes and updates in Azure AI Foundry documentation for September 2025.
2+
title: "Azure AI Foundry docs: What's new for October 2025"
3+
description: Discover key changes and updates in Azure AI Foundry documentation for October 2025.
44
ms.author: smcdowell
55
author: skpmcdowell
66
ms.topic: whats-new
77
ms.subject: ai-foundry
88
ms.service: azure-ai-foundry
9-
ms.custom: September-2025
10-
ms.date: 09/02/2025
9+
ms.custom: October-2025
10+
ms.date: 10/06/2025
1111
---
1212

1313
# What's new in Azure AI Foundry documentation?
1414

15-
Welcome! This article highlights key changes and updates in Azure AI Foundry documentation for September 2025.
15+
Welcome! This article highlights key changes and updates in Azure AI Foundry documentation for October 2025.
1616

1717
## New articles
18-
- [Azure AI Foundry status dashboard](../ai-foundry/azure-ai-foundry-status-dashboard-documentation.md)
19-
- [Azure OpenAI in Azure AI Foundry Models v1 REST API reference](../ai-foundry/openai/latest.md)
20-
- [Browser Automation (preview)](../ai-foundry/agents/how-to/tools/browser-automation.md)
21-
- [How to use the Browser Automation tool (preview)](../ai-foundry/agents/how-to/tools/browser-automation-samples.md)
22-
- [Set up an Azure Key Vault connection in Azure AI Foundry (Preview)](../ai-foundry/how-to/set-up-key-vault-connection.md)
18+
- [Add Azure AI Foundry to a network security perimeter (preview)](../ai-foundry/how-to/add-foundry-to-network-security-perimeter.md)
19+
- [Azure AI Foundry Agent Service Computer Use Tool](../ai-foundry/agents/how-to/tools/computer-use.md)
20+
- [Built-in policy for model deployment in Azure AI Foundry portal (Preview)](../ai-foundry/how-to/model-deployment-policy.md)
21+
- [Codex with Azure OpenAI in Azure AI Foundry Models](../ai-foundry/openai/how-to/codex.md)
22+
- [Consolidated view for AI services in the Azure portal](../ai-foundry/concepts/ai-foundry-consolidated-view.md)
23+
- [Create a hub project for Azure AI Foundry](../ai-foundry/how-to/hub-create-projects.md)
24+
- [Create and manage connections in Azure AI Foundry hubs](../ai-foundry/how-to/hub-connections-add.md)
25+
- [Customer-managed keys for hub projects](../ai-foundry/concepts/hub-encryption-keys-portal.md)
26+
- [Data, privacy, and security for Azure AI Voice Live API](../ai-foundry/responsible-ai/speech-service/voice-live/data-privacy-security.md)
27+
- [Foundry Models sold directly by Azure](../ai-foundry/foundry-models/concepts/models-sold-directly-by-azure.md)
28+
- [GPT-5 vs GPT-4.1: choosing the right model for your use case](../ai-foundry/foundry-models/how-to/model-choice-guide.md)
29+
- [How to configure a private link for Azure AI Foundry](../ai-foundry/how-to/hub-configure-private-link.md)
30+
- [How to use the Computer Use Tool](../ai-foundry/agents/how-to/tools/computer-use-samples.md)
31+
- [Manage and increase quotas for hub resources](../ai-foundry/how-to/hub-quota.md)
32+
- [Plan and manage costs for Azure AI Foundry](../ai-foundry/concepts/manage-costs.md)
33+
- [Quickstart: Get started with Azure AI Foundry (Hub projects)](../ai-foundry/quickstarts/hub-get-started-code.md)
34+
- [Role-based access control for Azure AI Foundry (hub-focused)](../ai-foundry/concepts/hub-rbac-azure-ai-foundry.md)
35+
- [Upgrade from Azure OpenAI to Azure AI Foundry](../ai-foundry/how-to/upgrade-azure-openai.md)
36+
- [Use cases for Voice live](../ai-foundry/responsible-ai/speech-service/voice-live/transparency-note.md)
37+
- [Work with Azure AI Foundry Agent Service and MCP Server tools in Visual Studio Code (Preview)](../ai-foundry/how-to/develop/vs-code-agents-mcp.md)
38+
2339

2440
## Updated articles
2541

26-
- [Azure AI Agents function calling](../ai-foundry/agents/how-to/tools/function-calling.md)
27-
- [Azure OpenAI in Azure AI Foundry models](../ai-foundry/openai/concepts/models.md)
28-
- [Azure OpenAI in Azure AI Foundry Models quotas and limits](../ai-foundry/openai/quotas-limits.md)
29-
- [Azure OpenAI in Azure AI Foundry Models v1 REST API reference](../ai-foundry/openai/latest.md)
30-
- [Azure OpenAI reasoning models](../ai-foundry/openai/how-to/reasoning.md)
31-
- [Azure OpenAI Responses API](../ai-foundry/openai/how-to/responses.md)
32-
- [Capability hosts](../ai-foundry/agents/concepts/capability-hosts.md)
33-
- [Disable shared-key access for your hub's storage account (preview)](../ai-foundry/how-to/disable-local-auth.md)
34-
- [Generate synthetic and simulated data for evaluation (preview)](../ai-foundry/how-to/develop/simulator-interaction-data.md)
35-
- [How to deploy and infer with a managed compute deployment](../ai-foundry/how-to/deploy-models-managed.md)
36-
- [How to set up a managed network for Azure AI Foundry hubs](../ai-foundry/how-to/configure-managed-network.md)
37-
- [How to upload files using the file search tool](../ai-foundry/agents/how-to/tools/file-search-upload-files.md)
38-
- [How to use an existing Azure AI Search index with the Azure AI Search tool](../ai-foundry/agents/how-to/tools/azure-ai-search-samples.md)
39-
- [How to use Azure Functions with Azure AI Agents](../ai-foundry/agents/how-to/tools/azure-functions-samples.md)
40-
- [How to use Grounding with Bing Search](../ai-foundry/agents/how-to/tools/bing-code-samples.md)
41-
- [How to use the Browser Automation tool (preview)](../ai-foundry/agents/how-to/tools/browser-automation-samples.md)
42-
- [How to use the code interpreter tool](../ai-foundry/agents/how-to/tools/code-interpreter-samples.md)
43-
- [How to use the Model Context Protocol tool (preview)](../ai-foundry/agents/how-to/tools/model-context-protocol-samples.md)
44-
- [How to use the OpenAPI spec tool](../ai-foundry/agents/how-to/tools/openapi-spec-samples.md)
45-
- [Models supported by Azure AI Foundry Agent Service](../ai-foundry/agents/concepts/model-region-support.md)
46-
- [Reinforcement fine-tuning (RFT) with Azure OpenAI o4-mini (Preview)](../ai-foundry/openai/how-to/reinforcement-fine-tuning.md)
47-
- [Role-based access control for Azure AI Foundry](../ai-foundry/concepts/rbac-azure-ai-foundry.md)
42+
- [Azure AI Foundry Playgrounds](../ai-foundry/concepts/concept-playgrounds.md)
43+
- [Azure AI Search tool](../ai-foundry/agents/how-to/tools/azure-ai-search.md)
44+
- [Create a project for Azure AI Foundry (Foundry projects)](../ai-foundry/how-to/create-projects.md)
45+
- [Foundry Local CLI Reference](../ai-foundry/foundry-local/reference/reference-cli.md)
46+
- [Get started with Foundry Local](../ai-foundry/foundry-local/get-started.md)
47+
- [Plan to manage costs for Azure AI Foundry Models](../ai-foundry/foundry-models/how-to/manage-costs.md)

0 commit comments

Comments
 (0)