Skip to content

Commit f07128f

Browse files
authored
Revise model router documentation for clarity and detail
Updated the overview and details of the model router in Azure AI Foundry, including routing criteria, design rules, and implementation steps.
1 parent d8b1d29 commit f07128f

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

learn-pr/wwl/evaluate-costs-benefits-ai-powered-business-solution/includes/5-implement-model-router-intelligently-route-requests-most-suitable-model.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### Overview
22

3-
Modern AI applications often rely on multiple models—generalpurpose LLMs, small language models (SLMs), finetuned models, and taskspecific models. Azure AI Foundry's Model Router provides a unified endpoint that automatically selects the best model for each request based on routing rules, performance criteria, and business constraints.
3+
Modern AI applications often rely on multiple models—generalpurpose LLMs, small language models (SLMs), fine tuned models, and taskspecific models. Azure AI Foundry's Model Router provides a unified endpoint that automatically selects the best model for each request based on routing rules, performance criteria, and business constraints.
44

55
This unit equips solution architects to design, configure, and operationalize a model router that optimizes cost, latency, accuracy, and reliability across AI workloads.
66

7-
#### By the end of this unit, learners will be able to:
7+
#### By the end of this unit, learners are able to:
88

99
- Explain the purpose and value of a model router
1010

@@ -30,7 +30,7 @@ Azure AI Foundry's model router provides:
3030

3131
#### Intelligent Routing
3232

33-
- Routes requests based on:
33+
- Route requests based on:
3434

3535
- Task type
3636

@@ -66,25 +66,25 @@ Model routing enables organizations to:
6666

6767
#### Improve Performance
6868

69-
- Route lowlatency tasks to faster models
69+
- Route low latency tasks to faster models
7070

7171
- Use specialized models for domain-specific tasks
7272

7373
#### Increase Reliability
7474

75-
- Failover to backup models
75+
- Fail over to backup models
7676

7777
- Automatically switch to newer model versions
7878

7979
#### Support Hybrid AI Strategies
8080

81-
- Combine foundation models, finetuned models, and custom models
81+
- Combine foundation models, fine tuned models, and custom models
8282

8383
- Align with "build, buy, or both" AI transformation strategies
8484

8585
### Routing Criteria for Selecting the Most Suitable Model
8686

87-
Azure AI Foundry supports rulebased and metadatabased routing.
87+
Azure AI Foundry supports rule based and metadatabased routing.
8888

8989
**Key criteria include:**
9090

@@ -104,7 +104,7 @@ Azure AI Foundry supports rulebased and metadatabased routing.
104104

105105
- Simple → SLM
106106

107-
- Moderate → Finetuned model
107+
- Moderate → fine tuned model
108108

109109
- Complex → LLM
110110

@@ -122,7 +122,7 @@ Examples:
122122

123123
- "If task = classification → use SLM"
124124

125-
- "If domain = finance → use finetuned model"
125+
- "If domain = finance → use fine tuned model"
126126

127127
#### Weighted Routing
128128

@@ -146,23 +146,23 @@ Examples:
146146

147147
- Costoptimized
148148

149-
- Performanceoptimized
149+
- Performance optimized
150150

151-
- Accuracyoptimized
151+
- Accuracy optimized
152152

153153
- Hybrid
154154

155155
**Step 2 — Register Models**
156156

157157
- Foundation models
158158

159-
- Finetuned models
159+
- Fine tuned models
160160

161161
- Custom models
162162

163163
**Step 3 — Configure Routing Rules**
164164

165-
- Rulebased
165+
- Rule based
166166

167167
- Weighted
168168

@@ -192,4 +192,4 @@ Examples:
192192

193193
- [https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/model-router?view=foundry](/azure/ai-foundry/openai/concepts/model-router)
194194
- [https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/model-router?view=foundry-classic](/azure/ai-foundry/openai/concepts/model-router)
195-
- <https://github.com/MicrosoftDocs/azure-ai-docs/blob/main/articles/ai-foundry/openai/concepts/model-router.md>
195+
- <https://github.com/MicrosoftDocs/azure-ai-docs/blob/main/articles/ai-foundry/openai/concepts/model-router.md>

0 commit comments

Comments
 (0)