Skip to content

Commit a993e5d

Browse files
committed
update
1 parent c0af3af commit a993e5d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
2222

2323
| Models | Description |
2424
|--|--|
25-
| [codex-mini-latest](#o-series-models) | Fine-tuned version of o4-mini. |
25+
| [codex-mini](#o-series-models) | Fine-tuned version of o4-mini. |
2626
| [GPT-4.1 series](#gpt-41-series) | Latest model release from Azure OpenAI |
2727
| [model-router](#model-router) | A model that intelligently selects from a set of underlying chat models to respond to a given prompt. |
2828
| [computer-use-preview](#computer-use-preview) | An experimental model trained for use with the Responses API computer use tool. |
@@ -122,7 +122,7 @@ The Azure OpenAI o<sup>&#42;</sup> series models are specifically designed to ta
122122

123123
| Model ID | Description | Max Request (tokens) | Training Data (up to) |
124124
| --- | :--- |:--- |:---: |
125-
| `codex-mini-latest` (2025-05-16) | Fine-tuned version of o4-mini. <br> - [Responses API](../how-to/responses.md) <br>- Structured outputs<br> - Text, image processing <br> - Functions/Tools<br> [Full summary of capabilities](../how-to/reasoning.md) | Input: 200,000 <br> Output: 100,000 | May 31, 2024 |
125+
| `codex-mini` (2025-05-16) | Fine-tuned version of o4-mini. <br> - [Responses API](../how-to/responses.md) <br>- Structured outputs<br> - Text, image processing <br> - Functions/Tools<br> [Full summary of capabilities](../how-to/reasoning.md) | Input: 200,000 <br> Output: 100,000 | May 31, 2024 |
126126
| `o3-pro` (2025-06-10) | - [Responses API](../how-to/responses.md) <br>- Structured outputs<br> - Text, image processing <br> - Functions/Tools<br> [Full summary of capabilities](../how-to/reasoning.md) | Input: 200,000 <br> Output: 100,000 | May 31, 2024 |
127127
| `o4-mini` (2025-04-16) | - **NEW** reasoning model, offering [enhanced reasoning abilities](../how-to/reasoning.md). <br><br> - Chat Completions API <br> - [Responses API](../how-to/responses.md) <br>- Structured outputs<br> - Text, image processing <br> - Functions/Tools<br> [Full summary of capabilities](../how-to/reasoning.md) | Input: 200,000 <br> Output: 100,000 | May 31, 2024 |
128128
| `o3` (2025-04-16) | - **NEW** reasoning model, offering [enhanced reasoning abilities](../how-to/reasoning.md). <br> <br> - Chat Completions API <br> - [Responses API](../how-to/responses.md) <br> - Structured outputs<br> - Text, image processing <br> - Functions/Tools/Parallel tool calling <br> [Full summary of capabilities](../how-to/reasoning.md) | Input: 200,000 <br> Output: 100,000 | May 31, 2024 |
@@ -139,7 +139,7 @@ To learn more about the advanced `o-series` models see, [getting started with re
139139

140140
| Model | Region |
141141
|---|---|
142-
|`codex-mini-latest` | East US2 & Sweden Central (Global Standard) |
142+
|`codex-mini` | East US2 & Sweden Central (Global Standard) |
143143
|`o3-pro` | East US2 & Sweden Central (Global Standard) |
144144
|`o4-mini`| See the [models table](#model-summary-table-and-region-availability). |
145145
| `o3` | See the [models table](#model-summary-table-and-region-availability). |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Support for parallel function was first added in API version [`2023-12-01-previe
4848
### Basic function calling with tools
4949

5050
* All the models that support parallel function calling
51-
* `codex-mini-latest` (`2025-05-16`)
51+
* `codex-mini` (`2025-05-16`)
5252
* `o3-pro` (`2025-06-10`)
5353
* `o4-mini` (`2025-04-16`)
5454
* `o3` (`2025-04-16`)

articles/ai-services/openai/how-to/reasoning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
2929
| Model | Region | Limited access |
3030
|---|---|---|
3131
| `o3-pro` | East US2 & Sweden Central (Global Standard) | Request access: [o3 limited access model application](https://aka.ms/oai/o3access). If you already have `o3 access` no request is required for `o3-pro`. |
32-
| `codex-mini-latest` | East US2 & Sweden Central (Global Standard) | No access request needed. |
32+
| `codex-mini` | East US2 & Sweden Central (Global Standard) | No access request needed. |
3333
| `o4-mini` | [Model availability](../concepts/models.md#global-standard-model-availability) | No access request needed to use the core capabilities of this model.<br><br> Request access: [o4-mini reasoning summary feature](https://aka.ms/oai/o3access) |
3434
| `o3` | [Model availability](../concepts/models.md#global-standard-model-availability) | Request access: [o3 limited access model application](https://aka.ms/oai/o3access) |
3535
| `o3-mini` | [Model availability](../concepts/models.md#global-standard-model-availability). | Access is no longer restricted for this model. |
@@ -39,9 +39,9 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
3939

4040
## API & feature support
4141

42-
| **Feature** | **codex-mini-latest**, **2025-05-16** | **o3-pro**, **2025-06-10** | **o4-mini**, **2025-04-16** | **o3**, **2025-04-16** | **o3-mini**, **2025-01-31** |**o1**, **2024-12-17** | **o1-preview**, **2024-09-12** | **o1-mini**, **2024-09-12** |
42+
| **Feature** | **codex-mini**, **2025-05-16** | **o3-pro**, **2025-06-10** | **o4-mini**, **2025-04-16** | **o3**, **2025-04-16** | **o3-mini**, **2025-01-31** |**o1**, **2024-12-17** | **o1-preview**, **2024-09-12** | **o1-mini**, **2024-09-12** |
4343
|:-------------------|:--------------------------:|:------:|:--------|:-----:|:-------:|:--------------------------:|:-------------------------------:|:---:|
44-
| **API Version** | `2025-04-01-preview` | `2025-04-01-preview` | `2025-04-01-preview` | `2025-04-01-preview` | `2024-12-01-preview` or later <br> `2025-03-01-preview` (Recommended) | `2024-12-01-preview` or later <br> `2025-03-01-preview` (Recommended) | `2024-09-01-preview` or later <br> `2025-03-01-preview` (Recommended) | `2024-09-01-preview` or later <br> `2025-03-01-preview` (Recommended) |
44+
| **API Version** | `2025-04-01-preview` & [v1 preview](../api-version-lifecycle.md#api-evolution) | `2025-04-01-preview` & [v1 preview](../api-version-lifecycle.md#api-evolution) | `2025-04-01-preview` | `2025-04-01-preview` | `2024-12-01-preview` or later <br> `2025-03-01-preview` (Recommended) | `2024-12-01-preview` or later <br> `2025-03-01-preview` (Recommended) | `2024-09-01-preview` or later <br> `2025-03-01-preview` (Recommended) | `2024-09-01-preview` or later <br> `2025-03-01-preview` (Recommended) |
4545
| **[Developer Messages](#developer-messages)** ||||||| - | - |
4646
| **[Structured Outputs](./structured-outputs.md)** ||||||| - | - |
4747
| **[Context Window](../concepts/models.md#o-series-models)** | Input: 200,000 <br> Output: 100,000 | Input: 200,000 <br> Output: 100,000 | Input: 200,000 <br> Output: 100,000 | Input: 200,000 <br> Output: 100,000 | Input: 200,000 <br> Output: 100,000 | Input: 200,000 <br> Output: 100,000 | Input: 128,000 <br> Output: 32,768 | Input: 128,000 <br> Output: 65,536 |

articles/ai-services/openai/how-to/structured-outputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Structured outputs make a model follow a [JSON Schema](https://json-schema.org/o
2525
2626
## Supported models
2727

28-
- `codex-mini-latest` version `2025-05-16`
28+
- `codex-mini` version `2025-05-16`
2929
- `o3-pro` version `2025-06-10`
3030
- `gpt-4.5-preview` version `2025-02-27`
3131
- `o3-mini` version `2025-01-31`

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

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

2121
## June 2025
2222

23-
### codex-mini-latest & o3-pro models released
23+
### codex-mini & o3-pro models released
2424

25-
- `codex-mini latest` and `o3-pro` are now available. To learn more, see the [getting started with reasoning models page](./how-to/reasoning.md)
25+
- `codex-mini and `o3-pro` are now available. To learn more, see the [getting started with reasoning models page](./how-to/reasoning.md)
2626

2727
## May 2025
2828

0 commit comments

Comments
 (0)