Skip to content

Commit 2c1e9a8

Browse files
committed
update model version #
1 parent 3d20fc9 commit 2c1e9a8

File tree

3 files changed

+54
-2
lines changed

3 files changed

+54
-2
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Azure OpenAI model router (preview) concepts
3+
titleSuffix: Azure OpenAI
4+
description: Learn about the model router feature in Azure OpenAI Service.
5+
author: PatrickFarley
6+
ms.author: pafarley
7+
ms.service: azure-ai-openai
8+
ms.topic: conceptual
9+
ms.date: 04/17/2025
10+
ms.custom:
11+
manager: nitinme
12+
---
13+
14+
# Azure OpenAI model router (preview)
15+
16+
Azure OpenAI model router is a deployable AI chat model that is trained to select the best large language model (LLM) to respond to a given prompt in real time. By evaluating factors like query complexity, cost, and performance, it intelligently routes requests to the most suitable model.
17+
18+
## Why use model router?
19+
20+
Model router intelligently selects the best underlying model for a given prompt to optimize costs while maintaining quality. Smaller and cheaper models are used when they're sufficient for the task, but larger and more expensive models are available for more complex tasks. Also, reasoning models are available for tasks that require complex reasoning, and non-reasoning models are used otherwise. Model router provides a single chat experience that combines the best features from all of the underlying chat models.
21+
22+
## Versioning
23+
24+
Each version of model router is associated with a specific set of underlying models and their versions. This set is fixed—only newer versions of model router can expose new underlying models.
25+
26+
If you select **Auto-update** at the deployment step (see [Manage models](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#model-updates)), then your model router model automatically updates when new versions become available. When that happens, the set of underlying models also changes, which could affect the overall performance of the model and costs.
27+
28+
## Underlying models
29+
30+
|Model router version|Underlying models (version)|
31+
|---|---|
32+
|`2025-04-01-preview`|GPT-4.1 (`2025-04-14`)</br>GPT-4.1-mini (`2025-04-14`)</br>GPT-4.1-nano (`2025-04-14`) </br>o4-mini (`2025-04-16`) |
33+
34+
35+
## Limitations
36+
37+
See quotas and limits
38+
39+
Model router doesn't process input images or audio.
40+
41+
Global Standard region support.
42+
43+
## Billing information
44+
45+
When you use Azure OpenAI model router, you're only billed for the use of the underlying models as they're recruited to respond to prompts. The model router itself doesn't incur any extra charges.
46+
47+
You can monitor the overall costs of your model router deployment in the Azure portal. TBD
48+
49+
## Next step
50+
51+
> [!DIV class="nextstepaction"]
52+
> [How to use model router](../how-to/model-router.md)

articles/ai-services/openai/how-to/responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The responses API is currently available in the following regions:
4646
- `gpt-4.1` (Version: `2025-04-14`)
4747
- `gpt-4.1-nano` (Version: `2025-04-14`)
4848
- `gpt-4.1-mini` (Version: `2025-04-14`)
49-
- `gpt-image-1` (Version: `2025-04-15`)
49+
- `gpt-image-1` (Version: `2025-04-01-preview`)
5050

5151
Not every model is available in the regions supported by the responses API. Check the [models page](../concepts/models.md) for model region availability.
5252

articles/ai-services/openai/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article provides a summary of the latest releases and major documentation u
2323

2424
### GPT-image-1 limited access release
2525

26-
GPT-image-1 (2025-04-15) is the latest image generation model from Azure OpenAI. It features major improvements over DALL-E, including:
26+
GPT-image-1 (2025-04-01-preview) is the latest image generation model from Azure OpenAI. It features major improvements over DALL-E, including:
2727
- It's better at responding to precise instructions.
2828
- It reliably renders text.
2929
- It accept images as input, which allows the new capabilities of image editing and inpainting.

0 commit comments

Comments
 (0)