You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/models.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
19
19
| Models | Description |
20
20
|--|--|
21
21
|[GPT-4.1 series](#gpt-41-series)| Latest model release from Azure OpenAI |
22
+
|[model-router](#model-router)| A model that intelligently selects from a set of underlying chat models to respond to a given prompt. |
22
23
|[computer-use-preview](#computer-use-preview)| An experimental model trained for use with the Responses API computer use tool. |
23
24
|[GPT-4.5 Preview](#gpt-45-preview)|The latest GPT model that excels at diverse text and image tasks. |
24
25
|[o-series models](#o-series-models)|[Reasoning models](../how-to/reasoning.md) with advanced problem-solving and increased focus and capability. |
@@ -31,7 +32,7 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
31
32
32
33
## GPT 4.1 series
33
34
34
-
### Region Availability
35
+
### Region availability
35
36
36
37
| Model | Region |
37
38
|---|---|
@@ -47,6 +48,21 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
47
48
|`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
49
|`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
50
51
+
## model-router
52
+
53
+
A model that intelligently selects from a set of underlying chat models to respond to a given prompt.
54
+
55
+
### Region availability
56
+
57
+
| Model | Region |
58
+
|---|---|
59
+
|`model-router` (2025-04-15) | East US2 (Global Standard), Sweden Central (Global Standard)|
60
+
61
+
### Capabilities
62
+
63
+
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
64
+
| --- | :--- |:--- |:---|:---: |
65
+
|`model-router` (2025-04-15) | A model that intelligently selects from a set of underlying chat models to respond to a given prompt. <br> -TBD | 128,000 | 4096 | N/A |
Once access has been granted, you will need to create a deployment for the model.
65
81
66
-
### Region Availability
82
+
### Region availability
67
83
68
84
| Model | Region |
69
85
|---|---|
@@ -78,7 +94,7 @@ Once access has been granted, you will need to create a deployment for the model
78
94
79
95
## GPT-4.5 Preview
80
96
81
-
### Region Availability
97
+
### Region availability
82
98
83
99
| Model | Region |
84
100
|---|---|
@@ -88,7 +104,7 @@ Once access has been granted, you will need to create a deployment for the model
88
104
89
105
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
90
106
| --- | :--- |:--- |:---|:---: |
91
-
|`gpt-4.5-preview` (2025-02-27) <br> **GPT-4.5 Preview**|[GPT 4.1](#gpt-41-series) is the recommended replacement for this model. Excels at diverse text and image tasks. <br>-Structured outputs <br>-Prompt caching <br>-Tools <br>-Streaming<br>-Text(input/output)<br>- Image(input) | 128,000 | 16,384 | Oct 2023 |
107
+
|`gpt-4.5-preview` (2025-02-27) <br> **GPT-4.5 Preview**|[GPT 4.1](#gpt-41-series) is the recommended replacement for this model. Excels at diverse text and image tasks. <br>-Structured outputs <br>-Prompt caching <br>-Tools <br>-Streaming<br>-Text(input/output)<br>- Image(input) | 128,000 | 16,384 | Oct 2023 |
92
108
93
109
> [!NOTE]
94
110
> It is expected behavior that the model cannot answer questions about itself. If you want to know when the knowledge cutoff for the model's training data is, or other details about the model you should refer to the model documentation above.
0 commit comments