diff --git a/docs/plugins/vertex-ai.md b/docs/plugins/vertex-ai.md index d8b4495db..ac10fe7f0 100644 --- a/docs/plugins/vertex-ai.md +++ b/docs/plugins/vertex-ai.md @@ -167,9 +167,9 @@ const llmResponse = await generate({ #### Llama 3.1 405b on Vertex AI Model Garden -If you have access to Llama 3.1 405b in Vertex AI Model Garden you can use it with Genkit. +First you'll need to enable [Llama 3.1 API Service](https://console.cloud.google.com/vertex-ai/publishers/meta/model-garden/llama3-405b-instruct-maas) in Vertex AI Model Garden. -Here's sample configuration for enabling Vertex AI Model Garden models: +Here's sample configuration for Llama 3.1 405b in Vertex AI plugin: ```js import { vertexAI, llama3 } from '@genkit-ai/vertexai';