Skip to content

Split service entries between Anthropic Proxy and VertexAI proxy

Shinya Maeda requested to merge divide-vertex-and-anthropic-services into master

What does this MR do and why?

This MR splits the service entries between Anthropic and VertexAI, so that we can refactor the client libraries in Refactor AIGateway::Client (and the other servi... (#462694).

See Use Vertex AI proxy endpoints in VertexAI::Client (!153215 - merged) and Use Anthropic proxy endpoints in Anthropic::Client (!153410 - merged) about the mapping of UP and proxy service.

These changes are behind the feature flag use_ai_gateway_proxy.

Related to Refactor AIGateway::Client (and the other servi... (#462694)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Shinya Maeda

Merge request reports