Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see Model versions and lifecycle.
Optional. The base Vertex AI endpoint to use for the request. If not provided, the default regionalized endpoint (i.e. us-central1-aiplatform.googleapis.com) will be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface VertexInit (1.0.0)\n\nParams used to initialize the Vertex SDK.\n\nPackage\n-------\n\n[@google-cloud/vertexai](../overview.html)\n\nProperties\n----------\n\n### apiEndpoint\n\n apiEndpoint?: string;\n\nOptional. The base Vertex AI endpoint to use for the request. If not provided, the default regionalized endpoint (i.e. us-central1-aiplatform.googleapis.com) will be used.\n\n### googleAuthOptions\n\n googleAuthOptions?: GoogleAuthOptions;\n\nOptional. The Authentication options provided by google-auth-library. Complete list of authentication options is documented in the GoogleAuthOptions interface: \u003chttps://github.com/googleapis/google-auth-library-nodejs/blob/main/src/auth/googleauth.ts\u003e.\n\n### location\n\n location: string;\n\nThe Google Cloud project location.\n\n### project\n\n project: string;\n\nThe Google Cloud project name. It is not the numeric project ID."]]