An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Currently, the Azure AI Foundry Model Router is a fully managed service whose internal classification model cannot be directly fine-tuned or trained on custom domain datasets.
Quick Fixes / Solutions:
- Preset Modes & Model Pools: Steer built-in routing by configuring the routing mode (Cost, Quality, or Balanced) and scoping candidate model subsets in your deployment configuration.
- Prompt Flow / Agent Intent Router: Implement a custom intent classifier or lightweight SLM (e.g., Phi-3.5) step in Prompt Flow to programmatically dispatch domain-specific prompts.
- APIM Dynamic Gateway: Use Azure API Management policies or Azure Functions as a front-door proxy to route requests based on custom prompt embeddings or headers.