What Changed
Dewey's Vertex AI providers now support region: global in config.yaml. When set to global, the endpoint URL uses aiplatform.googleapis.com (no region prefix) to route requests to the nearest available region. Previously, only regional endpoints (e.g., us-east5, us-central1) were supported.
This was a bug fix — the global value was accepted but produced an invalid URL (global-aiplatform.googleapis.com).
Website Pages Affected
What Needs Updating
- Document that
region accepts either a GCP region name (e.g., us-east5) or global
- Explain that
global routes to the nearest available region
- Update any config.yaml examples to show both options
Related
What Changed
Dewey's Vertex AI providers now support
region: globalinconfig.yaml. When set toglobal, the endpoint URL usesaiplatform.googleapis.com(no region prefix) to route requests to the nearest available region. Previously, only regional endpoints (e.g.,us-east5,us-central1) were supported.This was a bug fix — the
globalvalue was accepted but produced an invalid URL (global-aiplatform.googleapis.com).Website Pages Affected
regionfield documentation)region:should mentionglobalas a valid optionWhat Needs Updating
regionaccepts either a GCP region name (e.g.,us-east5) orglobalglobalroutes to the nearest available regionRelated
regionportion of docs: sync dewey pluggable provider configuration documentation #113 (pluggable provider docs)opsx/vertex-global-region-urlinunbound-force/dewey