From c785dd637770392151b37c15164ef7e854aafdea Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 20 Feb 2024 05:42:15 -0800 Subject: [PATCH] chore(vertexai): update README to mention model list docs (#9436) --- vertexai/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vertexai/README.md b/vertexai/README.md index f1a64588f257..ad2a551ce7d6 100644 --- a/vertexai/README.md +++ b/vertexai/README.md @@ -31,6 +31,8 @@ for the Vertex AI Go SDK in the Google Cloud documentation. You can find complete documentation for the Vertex AI SDKs and the Gemini model in the Google Cloud documentation: https://cloud.google.com/vertex-ai/docs/generative-ai/learn/overview +For a list of the supported models and their capabilities, see https://cloud.google.com/vertex-ai/docs/generative-ai/learn/model-versioning + You can also find information about this SDK in the [Go package documentation](https://pkg.go.dev/cloud.google.com/go/vertexai).