Files
genai-toolbox/docs/en/getting-started/quickstart/shared/cloud_setup.md
2025-09-18 16:30:46 -07:00

710 B
Raw Blame History

If you plan to use Google Clouds Vertex AI with your agent (e.g., using vertexai=True or a Google GenAI model), follow these one-time setup steps for local development:

  1. Install the Google Cloud CLI

  2. Set up Application Default Credentials (ADC)

  3. Set your project and enable Vertex AI

    gcloud config set project YOUR_PROJECT_ID
    gcloud services enable aiplatform.googleapis.com