Vertex authentication is enterprise-oriented and may become paid or
licensed in a future release.
Configure
config.yaml:
Service-account authentication
Multiple regions or accounts
Use suffixed env vars to register additional Vertex providers:vertex-us and vertex-eu.
Base URLs and modes
Default bases are derived from project and location:- OpenAI-compatible:
.../projects/{project}/locations/{location}/endpoints/openapi - native Gemini:
.../projects/{project}/locations/{location}/publishers/google
VERTEX_API_MODE. In native mode (the default) the
image endpoints are served through the publisher
endpoints (Imagen via predict, Gemini image models via generateContent);
in openai_compatible mode image generation forwards to the OpenAI-compatible
endpoint and image edits are rejected. Vertex does not expose Gemini Files or
OpenAI-compatible batch operations.
Image input
Not yet integrated
- Automatic fetching of remote
image_urlvalues in native mode. - Vertex Files and batch prediction APIs.