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
This commit is contained in:
Eliza Huang
2025-07-01 17:54:44 -07:00
committed by GitHub
parent 923004db1b
commit f6589d81ec
+1 -1
View File
@@ -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` |
<Tabs>