From 64cb0827e78be8a418f37701beaa5cc18d518770 Mon Sep 17 00:00:00 2001 From: Yvonne Yu Date: Fri, 10 Apr 2026 16:18:16 -0700 Subject: [PATCH] feat: introduce enterprise and GOOGLE_GENAI_USE_ENTERPRISE PiperOrigin-RevId: 897939663 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e409383c8..6ee5ad280 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Google Gen AI Python SDK provides an interface for developers to integrate Google's generative models into their Python applications. It supports the [Gemini Developer API](https://ai.google.dev/gemini-api/docs) and -[Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview) +[Gemini Enterprise Agent Platform](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview) APIs. ## Code Generation