Skip to content

Commit e1fb3fd

Browse files
Merge pull request #5072 from voutilad/o4-mini
Add o4-mini details, update RFT linkage.
2 parents 61bb43d + 38798bb commit e1fb3fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

articles/ai-services/openai/includes/fine-tune-models.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ manager: nitinme
2525
| `gpt-4.1` (2025-04-14) | North Central US <br> Sweden Central || Input: 128,000 <br> Output: 16,384 <br> Training example context length: 65,536 | May 2024 | Text & Vision to Text |
2626
| `gpt-4.1-mini` (2025-04-14) | North Central US <br> Sweden Central || Input: 128,000 <br> Output: 16,384 <br> Training example context length: 65,536 | May 2024 | Text to Text |
2727
| `gpt-4.1-nano` (2025-04-14) | North Central US <br> Sweden Central || Input: 128,000 <br> Output: 16,384 <br> Training example context length: 32,768 | May 2024 | Text to Text |
28+
| `o4-mini` (2025-04-16) | East US2 <br> Sweden Central | - | Input: 128,000 <br> Output: 16,384 <br> Training example context length: 65,536 | May 2024 | Text to Text |
2829

2930
> [!NOTE]
3031
> **Global** training (in Public Preview) provides [more affordable](https://aka.ms/aoai-pricing) training per-token, but does not offer [data residency](https://aka.ms/data-residency). It is currently available to Azure OpenAI resources in the following regions, with more regions coming soon:

articles/ai-services/openai/includes/fine-tuning-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The first step is to confirm you model choice and the training method. Not all m
115115

116116
- **Supervised Fine Tuning** (SFT): supported by all non-reasoning models.
117117
- **Direct Preference Optimization (Preview)** ([DPO](../how-to/fine-tuning-direct-preference-optimization.md)): supported by GPT-4o.
118-
- **Reinforcement Fine Tuning (Preview)** (RFT): supported by reasoning models, like o4-mini.
118+
- **Reinforcement Fine Tuning (Preview)** ([RFT](../how-to/reinforcement-fine-tuning.md)): supported by reasoning models, like o4-mini.
119119

120120
When selecting the model, you may also select a [previously fine-tuned model](#continuous-fine-tuning).
121121

0 commit comments

Comments
 (0)