Skip to content

Commit 77009ce

Browse files
committed
First cut at adding Global Training regional details.
1 parent 3eb73ee commit 77009ce

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

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

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,28 @@ manager: nitinme
1515
>
1616
> The supported regions for fine-tuning might vary if you use Azure OpenAI models in an Azure AI Foundry project versus outside a project.
1717
>
18-
> Global Training, in Public Preview, allows select models to be fine tuned in 15+ Azure OpenAI regions.
1918
20-
| Model ID | Fine-tuning regions | Max request (tokens) | Training Data (up to) | Modality |
21-
| --- | --- | :---: | :---: | --- |
22-
| `gpt-35-turbo` (1106) | East US2 <br> North Central US <br> Sweden Central <br> Switzerland West | Input: 16,385<br> Output: 4,096 | Sep 2021 | Text to Text |
23-
| `gpt-35-turbo` (0125) | East US2 <br> North Central US <br> Sweden Central <br> Switzerland West | 16,385 | Sep 2021 | Text to Text |
24-
| `gpt-4o-mini` (2024-07-18) | North Central US <br> Sweden Central | Input: 128,000 <br> Output: 16,384 <br> Training example context length: 65,536 | Oct 2023 | Text to Text |
25-
| `gpt-4o` (2024-08-06) | East US2 <br> North Central US <br> Sweden Central | Input: 128,000 <br> Output: 16,384 <br> Training example context length: 65,536 | Oct 2023 | Text & Vision to Text |
26-
| `gpt-4.1` (2025-04-14) | North Central US <br> Sweden Central <br> Global | Input: 128,000 <br> Output: 16,384 <br> Training example context length: 65,536 | May 2024 | Text & Vision to Text |
27-
| `gpt-4.1-mini` (2025-04-14) | North Central US <br> Sweden Central <br> Global | Input: 128,000 <br> Output: 16,384 <br> Training example context length: 65,536 | May 2024 | Text to Text |
28-
| `gpt-4.1-nano` (2025-04-14) | North Central US <br> Sweden Central <br> Global | Input: 128,000 <br> Output: 16,384 <br> Training example context length: 32,768 | May 2024 | Text to Text |
19+
| Model ID | Standard Training Regions | Global Training (Preview) | Max request (tokens) | Training Data (up to) | Modality |
20+
| --- | --- | --- | :---: | :---: | --- |
21+
| `gpt-35-turbo` (1106) | East US2 <br> North Central US <br> Sweden Central <br> Switzerland West | - | Input: 16,385<br> Output: 4,096 | Sep 2021 | Text to Text |
22+
| `gpt-35-turbo` (0125) | East US2 <br> North Central US <br> Sweden Central <br> Switzerland West | - | 16,385 | Sep 2021 | Text to Text |
23+
| `gpt-4o-mini` (2024-07-18) | North Central US <br> Sweden Central | - | Input: 128,000 <br> Output: 16,384 <br> Training example context length: 65,536 | Oct 2023 | Text to Text |
24+
| `gpt-4o` (2024-08-06) | East US2 <br> North Central US <br> Sweden Central | - | Input: 128,000 <br> Output: 16,384 <br> Training example context length: 65,536 | Oct 2023 | Text & Vision to Text |
25+
| `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 |
26+
| `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 |
27+
| `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+
29+
> [!NOTE]
30+
> **Global** training (in Public Preview) provides [more affordable](https://aka.ms/aoai-pricing) training per-token, 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:
31+
>- Australia East
32+
>- Brazil South
33+
>- France Central
34+
>- Germany West Central
35+
>- Italy North
36+
>- Japan East _(no vision support)_
37+
>- Korea Central
38+
>- Norway East
39+
>- Poland Central
40+
>- Southeast Asia
41+
>- Spain Central
42+
>- South Africa North

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Select the training tier you'd like to use for your fine-tuning job:
125125
- **Standard**: training occurs in the current Azure OpenAI resource's region, providing data residency.
126126
- **Global (Preview)**: [more affordable](https://aka.ms/aoai-pricing) training per-token, does not offer [data residency](https://aka.ms/data-residency).
127127

128-
If you have no data residency requirements, **Global** (in public preview) is a good choice to take advantage of training capacity beyond your current region.
128+
If you have no data residency requirements, **Global** is a good choice to take advantage of training capacity beyond your current region. While in public preview, **Global** may not be available within your current region. Consult
129129

130130
In some cases, **Standard** may not be available within your current region. If you require data residency, consult regions listed on the [model availability](../concepts/models.md#fine-tuning-models) for your chosen model.
131131

0 commit comments

Comments
 (0)