🌐 feat: Support Vertex AI Multi-Region Endpoints (#13044)

* feat: support Vertex AI multi-region endpoints

* fix: sync Vertex endpoint with final location
This commit is contained in:
Danny Avila 2026-05-10 13:41:58 -04:00 committed by GitHub
parent 8fc68ebac0
commit c3ec23f9b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 205 additions and 17 deletions

View file

@ -149,6 +149,7 @@ ANTHROPIC_API_KEY=user_provided
# Set to true to use Anthropic models through Google Vertex AI instead of direct API
# ANTHROPIC_USE_VERTEX=
# Supports regional locations like us-east5 and multi-region locations: us, eu, global
# ANTHROPIC_VERTEX_REGION=us-east5
#============#
@ -209,7 +210,8 @@ GOOGLE_KEY=user_provided
# GOOGLE_TITLE_MODEL=gemini-2.0-flash-lite-001
# Google Cloud region for Vertex AI (used by both chat and image generation)
# Google Cloud location for Vertex AI (used by both chat and image generation).
# Supports regional locations like us-central1 and multi-region locations: us, eu, global.
# GOOGLE_LOC=us-central1
# Alternative region env var for Gemini Image Generation