Google
developers.google.com βΊ google workspace βΊ apps script βΊ vertex ai service
Vertex AI Service | Apps Script | Google for Developers
May 27, 2026 - The following sample code uses version 1 of the Agent Platform API. This sample code shows how to prompt the Gemini 2.5 Flash model to generate text. The function returns the output to Apps Script's execution log.
Home
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates ...
Apps Script
Apps Script's Vertex AI advanced service lets you access and use generative AI models on the Google Cloud Vertex AI platform. ... Build an agentic Google Chat app using Gemini Enterprise. ... Build Gemini Enterprise agents that are tightly integrated with Workspace data stores, APIs, and Chat apps.
Guides
Learn how Google Apps Script is a rapid application development platform for creating business applications that integrate with Google Workspace.
How to get started
Google Workspace offers developer products and tools to connect or extend Google Workspace apps like Gmail, Drive, and Chat, each with its own Google Cloud project for API configuration, authentication, and deployments Β· The Google Workspace API Overview in the Google Cloud console provides ...
Google
docs.cloud.google.com βΊ gemini enterprise agent platform βΊ agent platform api
Agent Platform API | Gemini Enterprise Agent Platform | Google Cloud Documentation
March 20, 2026 - It is used to build client libraries, ... This service provides the following discovery documents: https://aiplatform.googleapis.com/$discovery/rest?version=v1...
Videos
09:51
Run Google's Models on Vertex AI with Python + EU Data Residency ...
08:30
Gemini API versus Vertex AI API - What's the Difference? - YouTube
03:47
How To Enable Vertex AI API in Google Cloud (Tutorial) - YouTube
06:22
How to start using Gemini API on Vertex AIπ₯: Python & Node.js ...
01:45
How to Enable Vertex AI API & Use Your Google Trial Credits - YouTube
Getting Started with the Gemini API in Vertex AI with cURL ...
GitHub
github.com βΊ googleapis βΊ python-aiplatform
GitHub - googleapis/python-aiplatform: A Python SDK for Vertex AI, a fully managed, end-to-end platform for data science and machine learning. Β· GitHub
May 22, 2026 - This section provides a brief overview of the Vertex AI SDK for Python. You can also reference the notebooks in vertex-ai-samples for examples. All publicly available SDK features can be found in the google/cloud/aiplatform directory. Under the hood, Vertex SDK builds on top of GAPIC, which stands for Google API CodeGen.
Starred by 898 users
Forked by 455 users
Languages Β Python
Google
docs.cloud.google.com βΊ gemini enterprise agent platform βΊ get started with gemini enterprise agent platform
Get started with Gemini Enterprise Agent Platform | Google Cloud Documentation
May 7, 2026 - curl \ -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $(gcloud auth print-access-token)" \ "${API_ENDPOINT}/v1/projects/${GOOGLE_CLOUD_PROJECT}/locations/${GOOGLE_CLOUD_LOCATION}/publishers/google/models/${MODEL_ID}:${GENERATE_CONTENT_API}" -d \ $'{ "contents": { "role": "user", "parts": { "text": "Explain how AI works in a few words" } } }' The model returns a response. Note that the response is generated in sections with each section separately evaluated for safety. When you use a regional API endpoint (for example, us-central1), the region from the endpoint URL determines where the request is processed.
Google
docs.cloud.google.com βΊ vertex ai βΊ api usage overview
API usage overview | Vertex AI | Google Cloud Documentation
This API supports gRPC. See the RPC reference for this API, which provides a generic description of the types, methods, and fields generated for a gRPC library.
Postman
postman.com βΊ ai-engineer βΊ generative-ai-apis βΊ collection βΊ x0959pf βΊ -google-gemini-api-vertex-ai-api
Google Gemini API & Vertex AI API
We cannot provide a description for this page right now
Google
docs.cloud.google.com βΊ vertex-ai βΊ docs
Gemini Enterprise Agent Platform | Google Cloud Documentation
April 22, 2026 - API quickstart Get started in Agent Studio Get an API key ... Learn about the different tools and services you can use to build agents with Agent Platform. ... The Agent Development Kit (ADK) is a modular, model-agnostic framework designed to make building and deploying complex AI agents feel just like standard software development.
GitHub
github.com βΊ GoogleCloudPlatform βΊ vertex-ai-samples
GitHub - GoogleCloudPlatform/vertex-ai-samples: Notebooks, code samples, sample apps, and other resources that demonstrate how to use, develop and manage machine learning and generative AI workflows using Google Cloud Vertex AI. Β· GitHub
βββ notebooks β βββ official - Notebooks demonstrating use of each Vertex AI service β β βββ automl β β βββ custom β β βββ ... β βββ community - Notebooks contributed by the community β β βββ model_garden β β βββ ... βββ community-content - Sample code and tutorials contributed by the community βββ docs - Deep-dive documentation and advanced setup guides βββ skills - Suite of AI Agent "Skills" for Vertex AI βββ README.md # Developer guide for Vertex AI skills βββ vertex-ai/ # Primary router fo
Starred by 756 users
Forked by 294 users
Languages Β Jupyter Notebook 96.9% | Python 2.7%
Google Cloud
cloud.google.com βΊ vertex-ai
Gemini Enterprise Agent Platform (formerly Vertex AI) | Google Cloud
You can also start testing Gemini on Agent Platform with an API key. ... Learn how to create text prompts for handling any number of tasks with Agent Platform's generative AI support.
Google
docs.cloud.google.com βΊ vertex ai βΊ generative ai on vertex ai βΊ vertex ai genai api
Vertex AI GenAI API | Generative AI on Vertex AI | Google Cloud Documentation
https://aiplatform.googleapis.com/$discovery/rest?version=v1beta1 Β· A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints.
Google Codelabs
codelabs.developers.google.com βΊ vertex-p2p-training
Prototype to Production: Training custom models with Vertex AI | Google Codelabs
March 27, 2026 - Navigate to the Vertex AI section of your Cloud Console and click Enable Vertex AI API.
Google
docs.cloud.google.com βΊ gemini enterprise agent platform βΊ overview of models on agent platform
Overview of models on Agent Platform | Gemini Enterprise Agent Platform | Google Cloud Documentation
June 27, 2025 - Models from leading AI providers integrated into the platform, such as Anthropic Claude, Grok, and Mistral AI. Support for a wide range of open-weights models like DeepSeek, Llama, and Qwen.
GitHub
googleapis.github.io βΊ python-genai
Google Gen AI SDK documentation
For example, increasing max_output_tokens is essential for longer model responses. To make a model more deterministic, lowering the temperature parameter reduces randomness, with values near 0 minimizing variability. Capabilities and parameter defaults for each model is shown in the Vertex ...
Google
developers.google.com βΊ google workspace βΊ apps script βΊ quickstart: generate text using agent platform
Quickstart: Generate text using Agent Platform | Apps Script | Google for Developers
May 27, 2026 - This page explains how to use Google Apps Script's Vertex AI advanced service (which connects to the Agent Platform API) to prompt the Gemini 2.5 Flash model to generate text.