anthropic-sdk-python
anthropic-sdk-python copied to clipboard
feat(vertex): support global region endpoint
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.