@@ -43,7 +43,7 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
43
43
44
44
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
45
45
| --- | :--- | :--- | :---| :---: |
46
- | ` gpt-4.1 ` (2025-04-14) < br > < br > ** Latest model from Azure OpenAI ** | - Text & image input <br > - Text output <br > - Chat completions API <br >- Responses API <br > - Streaming <br > - Function calling <br > Structured outputs (chat completions) | 1,047,576 | 32,768 | May 31, 2024 |
46
+ | ` gpt-4.1 ` (2025-04-14) | - Text & image input <br > - Text output <br > - Chat completions API <br >- Responses API <br > - Streaming <br > - Function calling <br > Structured outputs (chat completions) | 1,047,576 | 32,768 | May 31, 2024 |
47
47
| ` gpt-4.1-nano ` (2025-04-14) <br ><br > ** Fastest 4.1 model** | - Text & image input <br > - Text output <br > - Chat completions API <br >- Responses API <br > - Streaming <br > - Function calling <br > Structured outputs (chat completions) | 1,047,576 | 32,768 | May 31, 2024 |
48
48
| ` gpt-4.1-mini ` (2025-04-14) | - Text & image input <br > - Text output <br > - Chat completions API <br >- Responses API <br > - Streaming <br > - Function calling <br > Structured outputs (chat completions) | 1,047,576 | 32,768 | May 31, 2024 |
49
49
@@ -99,10 +99,10 @@ The Azure OpenAI o<sup>*</sup> series models are specifically designed to ta
99
99
100
100
| Model ID | Description | Max Request (tokens) | Training Data (up to) |
101
101
| --- | :--- | :--- | :---: |
102
- | ` 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 ) (** Feature coming soon!** ) <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 |
103
- | ` 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 ) (** Feature coming soon!** ) <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 |
104
- | ` o3-mini ` (2025-01-31) | The latest reasoning model, offering [ enhanced reasoning abilities] ( ../how-to/reasoning.md ) . <br > - Structured outputs<br > - Text-only processing <br > - Functions/Tools | Input: 200,000 <br > Output: 100,000 | Oct 2023 |
105
- | ` o1 ` (2024-12-17) | The most capable model in the o1 series, offering [ enhanced reasoning abilities] ( ../how-to/reasoning.md ) . <br > - Structured outputs<br > - Text, image processing <br > - Functions/Tools | Input: 200,000 <br > Output: 100,000 | Oct 2023 |
102
+ | ` 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 ) (** Feature coming soon!** ) <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 |
103
+ | ` 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 ) (** Feature coming soon!** ) <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 |
104
+ | ` o3-mini ` (2025-01-31) | - [ Enhanced reasoning abilities] ( ../how-to/reasoning.md ) . <br > - Structured outputs<br > - Text-only processing <br > - Functions/Tools | Input: 200,000 <br > Output: 100,000 | Oct 2023 |
105
+ | ` o1 ` (2024-12-17) | - [ Enhanced reasoning abilities] ( ../how-to/reasoning.md ) . <br > - Structured outputs<br > - Text, image processing <br > - Functions/Tools | Input: 200,000 <br > Output: 100,000 | Oct 2023 |
106
106
| ` o1-preview ` (2024-09-12) | Older preview version | Input: 128,000 <br > Output: 32,768 | Oct 2023 |
107
107
| ` o1-mini ` (2024-09-12) | A faster and more cost-efficient option in the o1 series, ideal for coding tasks requiring speed and lower resource consumption. <br ><br > Global standard deployment available by default. <br > <br > Standard (regional) deployments are currently only available for select customers who received access as part of the ` o1-preview ` limited access release. | Input: 128,000 <br > Output: 65,536 | Oct 2023 |
108
108
0 commit comments