When building AI applications, developers need the freedom to route traffic to the best model for the job without hardcoding endpoints or managing open-source proxies. Google Cloud API Gateway:https://docs.cloud.google.com/api-gateway/docs now offers model routing in Public Preview to solve this. It provides a lightweight, serverless ingress layer that accepts OpenAI-compatible requests and dynamically routes them to Gemini, Claude, or OpenAI OSS-GPT.

Google for Developers
Model Routing via API Gateway _ Header

API Gateway can be used standalone for simple rate limiting and token tracking, or paired seamlessly with the Gemini Enterprise Agent Platform. For example, you can route your agent's egress through Agent Gateway for strict security governance, and then pass the request to API Gateway to handle dynamic routing to Google-hosted LLMs. Here is a step-by-step guide on how to configure your routing logic.

Setting up your model routing logic takes just a few steps:

Note: All backends referenced by a single router must share the same host (for example, aiplatform.googleapis.com). Routing selects a different model and path on that shared Vertex host — it does not route across different hosts.

2. Deploy the Gateway: Deploy your updated API config so the Gateway is active and ready to process traffic.

3. Send standard requests: Your application simply sends a standard OpenAI POST /v1/chat/gemini-claude or POST /v1/chat/openai-gemini request. The Gateway intercepts it, transcodes the payload to the native schema of the backend, and routes it on the fly. As an example (use appropriate values for $API_KEY and my-gateway-url.com ) :

Model routing is now available in Public Preview for API Gateway. To stop managing proxies and start unifying your AI traffic, check out our documentation:https://docs.cloud.google.com/api-gateway/docs/model-routing-overview to deploy your first model router today.

How to use Google microbenchmarks for evaluating TPU performance

Scaling real-time AI agents with session-aware load balancing

Run Ray on TPU, Part 2: Ray AI libraries

Run Ray on TPU, Part 2: Ray AI libraries

Agent and Model Evaluations in Gemini Enterprise Agent Platform are now GA

Agent and Model Evaluations in Gemini Enterprise Agent Platform are now GA