Skip to content

Commit 5750df9

Browse files
authored
Merge pull request #8970 from MicrosoftDocs/main
[Publishing] [Out of Band Publish] azure-ai-docs-pr - ASAP
2 parents e3abc1f + 02a85af commit 5750df9

File tree

6 files changed

+40
-33
lines changed

6 files changed

+40
-33
lines changed

articles/ai-foundry/openai/how-to/codex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: nitinme
55
ms.service: azure-ai-foundry
66
ms.subservice: azure-ai-foundry-openai
77
ms.topic: how-to
8-
ms.date: 11/13/2025
8+
ms.date: 12/04/2025
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
monikerRange: 'foundry-classic || foundry'
@@ -31,7 +31,7 @@ OpenAI’s [Codex CLI](https://github.com/openai/codex) is the same coding agent
3131
## Deploy a model in Foundry
3232

3333
1. Go to [Foundry](https://ai.azure.com) and create a new project.
34-
2. From the [model catalog](https://ai.azure.com/catalog/) select a [reasoning model](./reasoning.md) such as `gpt-5.1-codex`, `gpt-5.1-codex-mini`, [`gpt-5-codex`](https://ai.azure.com/catalog/models/gpt-5-codex), [`gpt-5`](https://ai.azure.com/catalog/models/gpt-5), [`gpt-5-mini`](https://ai.azure.com/catalog/models/gpt-5-mini), or [`gpt-5-nano`](https://ai.azure.com/catalog/models/gpt-5-nano).
34+
2. From the [model catalog](https://ai.azure.com/catalog/) select a [reasoning model](./reasoning.md) such as `gpt-5.1-codex-max`, `gpt-5.1-codex`, `gpt-5.1-codex-mini`, [`gpt-5-codex`](https://ai.azure.com/catalog/models/gpt-5-codex), [`gpt-5`](https://ai.azure.com/catalog/models/gpt-5), [`gpt-5-mini`](https://ai.azure.com/catalog/models/gpt-5-mini), or [`gpt-5-nano`](https://ai.azure.com/catalog/models/gpt-5-nano).
3535
3. To deploy the model from the model catalog select **Use this model**, or if using the Azure OpenAI **Deployments** pane select **deploy model**.
3636
4. Copy the endpoint **URL** and the **API Key**.
3737

articles/ai-foundry/openai/how-to/function-calling.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-foundry
88
ms.subservice: azure-ai-foundry-openai
99
ms.custom: devx-track-python
1010
ms.topic: how-to
11-
ms.date: 11/14/2025
11+
ms.date: 12/04/2025
1212
manager: nitinme
1313
monikerRange: 'foundry-classic || foundry'
1414
---
@@ -791,7 +791,8 @@ To learn more about our recommendations on how to use Azure OpenAI models respon
791791
* `gpt-5.1` (`2025-11-13`)
792792
* `gpt-5.1-chat` (`2025-11-13`)
793793
* `gpt-5.1-codex` (`2025-11-13`)
794-
* `gpt-5.1-codex mini` (`2025-11-13`)
794+
* `gpt-5.1-codex-mini` (`2025-11-13`)
795+
* `gpt-5.1-codex-max` (`2025-12-04`)
795796

796797
Support for parallel function was first added in API version [`2023-12-01-preview`](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2023-12-01-preview/inference.json)
797798

0 commit comments

Comments
 (0)