From f6589d81ec1b9f657adf058539cc59aad8a3c0fe Mon Sep 17 00:00:00 2001 From: Eliza Huang Date: Tue, 1 Jul 2025 17:54:44 -0700 Subject: [PATCH] Update Vertex Model Garden doc to use SDK for deploy + chat completion (#12219) * Update Vertex Model Garden documentation to deploy + use OpenAI Chat Completion tutorial. * update anchor description --- docs/my-website/docs/providers/vertex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/providers/vertex.md b/docs/my-website/docs/providers/vertex.md index 21c17933b1..6ec652f618 100644 --- a/docs/my-website/docs/providers/vertex.md +++ b/docs/my-website/docs/providers/vertex.md @@ -1853,7 +1853,7 @@ All OpenAI compatible models from Vertex Model Garden are supported. | Property | Details | |----------|---------| | Provider Route | `vertex_ai/openai/{MODEL_ID}` | -| Vertex Documentation | [Vertex Model Garden - OpenAI Chat Completions](https://github.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/community/model_garden/model_garden_gradio_streaming_chat_completions.ipynb), [Vertex Model Garden](https://cloud.google.com/model-garden?hl=en) | +| Vertex Documentation | [SDK for Deploy & OpenAI Chat Completions](https://github.com/GoogleCloudPlatform/generative-ai/blob/main/open-models/get_started_with_model_garden_sdk.ipynb), [Vertex Model Garden](https://cloud.google.com/model-garden?hl=en) | | Supported Operations | `/chat/completions`, `/embeddings` |