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: learn-pr/wwl/evaluate-costs-benefits-ai-powered-business-solution/includes/5-implement-model-router-intelligently-route-requests-most-suitable-model.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
### Overview
2
2
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.
4
4
5
5
This unit equips solution architects to design, configure, and operationalize a model router that optimizes cost, latency, accuracy, and reliability across AI workloads.
6
6
7
-
#### By the end of this unit, learners will be able to:
7
+
#### By the end of this unit, learners are able to:
8
8
9
9
- Explain the purpose and value of a model router
10
10
@@ -30,7 +30,7 @@ Azure AI Foundry's model router provides:
30
30
31
31
#### Intelligent Routing
32
32
33
-
-Routes requests based on:
33
+
-Route requests based on:
34
34
35
35
- Task type
36
36
@@ -66,25 +66,25 @@ Model routing enables organizations to:
66
66
67
67
#### Improve Performance
68
68
69
-
- Route lowlatency tasks to faster models
69
+
- Route low latency tasks to faster models
70
70
71
71
- Use specialized models for domain-specific tasks
72
72
73
73
#### Increase Reliability
74
74
75
-
-Failover to backup models
75
+
-Fail over to backup models
76
76
77
77
- Automatically switch to newer model versions
78
78
79
79
#### Support Hybrid AI Strategies
80
80
81
-
- Combine foundation models, finetuned models, and custom models
81
+
- Combine foundation models, fine tuned models, and custom models
82
82
83
83
- Align with "build, buy, or both" AI transformation strategies
84
84
85
85
### Routing Criteria for Selecting the Most Suitable Model
86
86
87
-
Azure AI Foundry supports rulebased and metadatabased routing.
87
+
Azure AI Foundry supports rule based and metadatabased routing.
88
88
89
89
**Key criteria include:**
90
90
@@ -104,7 +104,7 @@ Azure AI Foundry supports rulebased and metadatabased routing.
0 commit comments