Article·cloud.google.com
api-gatewayenterprisegoogle-cloudllm-proxyapi-management
Apigee AI (Google Cloud)
Apigee AI is Google Cloud's API management platform enhanced with Vertex AI and Gemini integration. Build secure, AI-powered APIs with LLM traffic management, semantic caching, safety policies, and analytics using Google's API gateway.
intermediate60 min5 steps
The play
- Enable Apigee APIIn the Google Cloud Console, navigate to the API Library and enable the Apigee API.
- Provision Apigee InstanceUse the Apigee provisioning wizard in the Google Cloud Console to create an Apigee instance in your desired region.
- Configure an API ProxyCreate a new API proxy within the Apigee UI. Configure the target endpoint to point to your desired backend service.
- Add LLM PolicyAttach an LLM policy to your API proxy flow. Configure the policy to route requests to Vertex AI or Gemini for processing.
- Deploy and TestDeploy the API proxy to an Apigee environment and test the AI-powered API endpoint.
Starter code
gcloud services enable apigee.googleapis.com
Source