@arnilo/prism-provider-vertex
v0.3.1
Published
Google Vertex AI enterprise provider for Prism (host ADC/workload identity; separate from consumer Google package).
Readme
@arnilo/prism-provider-vertex
Google Vertex AI enterprise adapter for Prism. Host supplies ADC/workload identity tokens. Separate from @arnilo/prism-provider-google (consumer API-key Gemini).
Install
npm install @arnilo/prism-provider-vertex @arnilo/prismUsage
import { createVertexProviderPackage } from "@arnilo/prism-provider-vertex";
createVertexProviderPackage({
projectId: "my-gcp-project",
location: "europe-west1",
credential: () => hostAdcTokenProvider(), // ADC / workload identity
models: [{ provider: "vertex", model: "google/gemini-2.0-flash-001" }],
});See Google Vertex AI.
