Skip to content

Commit 418fe91

Browse files
committed
add (some) model info
1 parent 482fb17 commit 418fe91

File tree

1 file changed

+20
-4
lines changed
  • articles/ai-services/openai/concepts

1 file changed

+20
-4
lines changed

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

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
1919
| Models | Description |
2020
|--|--|
2121
| [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. |
2223
| [computer-use-preview](#computer-use-preview) | An experimental model trained for use with the Responses API computer use tool. |
2324
| [GPT-4.5 Preview](#gpt-45-preview) |The latest GPT model that excels at diverse text and image tasks. |
2425
| [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
3132

3233
## GPT 4.1 series
3334

34-
### Region Availability
35+
### Region availability
3536

3637
| Model | Region |
3738
|---|---|
@@ -47,6 +48,21 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
4748
| `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 |
4849
| `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 |
4950

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 |
5066

5167
## computer-use-preview
5268

@@ -63,7 +79,7 @@ Request access: [`computer-use-preview` limited access model application](https:
6379

6480
Once access has been granted, you will need to create a deployment for the model.
6581

66-
### Region Availability
82+
### Region availability
6783

6884
| Model | Region |
6985
|---|---|
@@ -78,7 +94,7 @@ Once access has been granted, you will need to create a deployment for the model
7894

7995
## GPT-4.5 Preview
8096

81-
### Region Availability
97+
### Region availability
8298

8399
| Model | Region |
84100
|---|---|
@@ -88,7 +104,7 @@ Once access has been granted, you will need to create a deployment for the model
88104

89105
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
90106
| --- | :--- |:--- |:---|:---: |
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 |
92108

93109
> [!NOTE]
94110
> 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

Comments
 (0)