anthropic-sdk-python icon indicating copy to clipboard operation
anthropic-sdk-python copied to clipboard

feat(vertex): support global region endpoint

Open StephenGrider opened this issue 10 months ago • 0 comments

Vertex supports a global region, which redirects requests to any available region serving the model you're trying to access.

When specifying a global region, the expected endpoint URL changes from https://{region}-aiplatform.googleapis.com/v1 to https://aiplatform.googleapis.com/v1.

This PR adds support for the global region.

StephenGrider avatar May 27 '25 18:05 StephenGrider