Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/plugins/vertex-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down