Guest aarthimurugan Posted May 29 Posted May 29 Every app will be reinvented with Generative AI and new apps will be built that weren’t possible before. Generative AI helps to build intelligent apps using the Large Language Model (LLM) capabilities. As the number of intelligent applications grows alongside the adoption of various large language models (LLMs), enterprises encounter significant challenges in efficiently federating and managing generative AI resources. Key issues include ensuring resiliency and high availability of models, tracking model usage and implementing chargeback mechanisms for users, managing increased latency, and addressing data sovereignty concerns. This demands for a centralized solution “Gen AI Gateway” that must seamlessly integrate, optimize, and distribute the workloads across a federated network of GenAI resources. This blog post provides an overview of how Azure APIM Management can be used as a GenAI Gateway leveraging the new accelerator scenario named “GenAI Gateway Accelerator” published on the APIM Landing Zone Accelerator. [HEADING=1]GenAI Gateway[/HEADING] LLMs are accessible via their rest endpoints. Typically, large enterprises hide these endpoints behind a secure gateway providing centralized access over resources. Azure API Management is a globally available and proven API management solution, which allows organizations to abstract, secure, observe, and publish APIs. APIM’s gateway component is used to create the GenAI Gateway that can serve as an intelligent interface/middleware that dynamically balances incoming traffic across backend resources to achieve optimizing resource utilization. In addition to load balancing, GenAI Gateway can be equipped with extra capabilities to address the challenges around billing, monitoring etc. Key benefits from GenAI Gateway [HEADING=1]APIM Landing Zone Accelerator[/HEADING] Azure API Management (APIM) Landing Zone Accelerator (LZA) offers comprehensive guidance including reference architecture and implementation strategies. It also provides design guidance, recommendations and considerations on key areas critical to provisioning APIM with a secure baseline. These guidance and reference implementation are aligned with industry proven practices, such as those presented in Azure Landing Zones guidance in the Cloud Adoption Framework. APIM LZA follows a layered approach provisioning APIM in a secure baseline as the base layer, on top of which backends such as Azure OpenAI, App Service, Azure Container Apps, etc., can be deployed. [HEADING=1]Azure API Management - GenAI Backend[/HEADING] The new GenAI scenario demonstrates how to provision and interact with Generative AI resources through API Management. The capabilities below are handled by the accelerator: Capability Description Load balancing (round-robin) Load balance traffic across PAYG endpoints using simple and weighted round-robin algorithm. Managing spikes with PAYG Manage spikes in traffic by routing traffic to PAYG endpoints when a PTU is out of capacity. Adaptive rate limiting Dynamically adjust rate-limits applied to different workloads Tracking token usage Record the token consumption for usage tracking and attribution [HEADING=1]Reference Architecture[/HEADING] The below reference architecture illustrates APIM provisioned in a secure baseline, fronted by an Application Gateway. It includes private deployments of Azure OpenAI endpoints, and the policies specifically tailored for GenAI use cases. All the components are secured with Network Security Groups and supporting services such as Event Hub, Key Vault are accessed through private endpoints ensuring a robust and secure infrastructure. [HEADING=1]Deployment[/HEADING] You can deploy the Bicep based deployment as below Deploy Azure API Management - Secure Baseline scenario. Run the following command to deploy the scenarios [iCODE]./scripts/deploy-workload-genai.sh[/iCODE] [HEADING=1] [/HEADING] [HEADING=1]Supported Regions[/HEADING] Some of the new Azure OpenAI policies are not available in all the regions yet. If you see the deployment failures, try choosing a different region. The following regions are more likely to work. australiacentral, australiaeast, australiasoutheast, brazilsouth, eastasia, francecentral, germanywestcentral, koreacentral, northeurope, southeastasia, southcentralus, uksouth, ukwest, westeurope, westus2, westus3 [HEADING=1]Test/Demo setup[/HEADING] If you are looking for a quick way to test or demo these capabilities with a minimalistic non - production like APIM setup against an Azure OpenAI simulator, check out this repository. :play_button: GenAI Gateway Test Toolkit [HEADING=1]AI Hub Gateway capabilities[/HEADING] Looking for a comprehensive reference implementation to provision your AI Hub Gateway? Check out AI Hub Gateway scenario. :play_button: AI Hub Gateway [HEADING=1]Resources[/HEADING] apim-landing-zone-accelerator/scenarios/workload-genai/README.md at main · Azure/apim-landing-zone-accelerator Designing and implementing a gateway solution with Azure OpenAI resources | Microsoft Learn Special thanks to the APIM Landing Zone Accelerator team Andrei Kamenev, Ben Briggs, Srini Padala, Prasanna Nagarajan, Vivek Soni, Lucas Huet, Stuart Leeks, Mohammed Saif for their contribution to launch the new GenAI Gateway Accelerator scenario. Continue reading... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.