Skip to content

docs: sync dewey Vertex AI global region endpoint support #240

Description

@jflowers

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation updates needed

    Type

    No type

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions