Skip to content

Commit 33f19dc

Browse files
committed
name change
1 parent 2a6b1a8 commit 33f19dc

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

articles/ai-services/openai/concepts/model-router.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure OpenAI model router (preview) concepts
2+
title: Model router for Azure AI Foundry (preview) concepts
33
titleSuffix: Azure OpenAI
44
description: Learn about the model router feature in Azure OpenAI Service.
55
author: PatrickFarley
@@ -11,9 +11,9 @@ ms.custom:
1111
manager: nitinme
1212
---
1313

14-
# Azure OpenAI model router (preview)
14+
# Model router for Azure AI Foundry (preview)
1515

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.
16+
Model router for Azure AI Foundry 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.
1717

1818
## Why use model router?
1919

@@ -46,7 +46,7 @@ Model router doesn't process audio input.
4646

4747
## Billing information
4848

49-
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.
49+
When you use 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.
5050

5151
You can monitor the costs of your model router deployment in the Azure portal.
5252

articles/ai-services/openai/how-to/model-router.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to use model router (preview) in Azure OpenAI Service
2+
title: How to use model router for Azure AI Foundry (preview)
33
titleSuffix: Azure OpenAI Service
44
description: Learn how to use the model router in Azure OpenAI Service to select the best model for your task.
55
author: PatrickFarley
@@ -11,15 +11,15 @@ ms.date: 04/17/2025
1111
manager: nitinme
1212
---
1313

14-
# Use Azure OpenAI model router (preview)
14+
# Use model router for Azure AI Foundry (preview)
1515

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. It uses a combination of preexisting models to provide high performance while saving on compute costs where possible. For more information on how model router works and its advantages and limitations, see the [Model router concepts guide](../concepts/model-router.md).
16+
Model router for Azure AI Foundry 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. It uses a combination of preexisting models to provide high performance while saving on compute costs where possible. For more information on how model router works and its advantages and limitations, see the [Model router concepts guide](../concepts/model-router.md).
1717

1818
You can access model router through the Completions API just as you would use a single base model like GPT-4.
1919

2020
## Deploy a model router model
2121

22-
Model router is packaged as a single OpenAI model that you deploy. Follow the steps in the [resource deployment guide](/azure/ai-services/openai/how-to/create-resource), and in the **Create new deployment** step, find `Azure OpenAI model router` in the **Model** list. Select it, and then complete the rest of the deployment steps.
22+
Model router is packaged as a single OpenAI model that you deploy. Follow the steps in the [resource deployment guide](/azure/ai-services/openai/how-to/create-resource), and in the **Create new deployment** step, find `model-router` in the **Models** list. Select it, and then complete the rest of the deployment steps.
2323

2424
> [!NOTE]
2525
> Consider that your deployment settings apply to all underlying chat models that model router uses.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Spotlighting is a sub-feature of prompt shields that enhances protection against
3131

3232
### Model router (preview)
3333

34-
Azure OpenAI model router is a deployable AI chat model that automatically selects the best underlying chat model to respond to a given prompt. For more information on how model router works and its advantages and limitations, see the [Model router concepts guide](./concepts/model-router.md). To use model router with the Completions API, follow the [How-to guide](./concepts/model-router.md).
34+
Model router for Azure AI Foundry is a deployable AI chat model that automatically selects the best underlying chat model to respond to a given prompt. For more information on how model router works and its advantages and limitations, see the [Model router concepts guide](./concepts/model-router.md). To use model router with the Completions API, follow the [How-to guide](./concepts/model-router.md).
3535

3636
## April 2025
3737

0 commit comments

Comments
 (0)