Skip to content

Commit 8b2d2fe

Browse files
authored
Update vertex.md
1 parent 6a904b9 commit 8b2d2fe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/providers/vertex.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ Roo Code supports the following models through Vertex AI:
1919

2020
* `claude-3-5-sonnet-v2@20241022` (Recommended): A powerful model balancing performance and cost. Supports image inputs.
2121
* `claude-3-5-sonnet@20240620`
22-
* `claude-3-5-haiku@20241022`: Lightweight and fast, suitable for simpler requests.
23-
* `claude-3-opus@20240229`: Anthropic's most powerful model, best for complex reasoning.
24-
* `claude-3-haiku@20240307`: Anthropic's fastest and most compact model.
22+
* `claude-3-5-haiku@20241022`
23+
* `claude-3-opus@20240229`
24+
* `claude-3-haiku@20240307`
2525

26-
Refer to the [Google Cloud documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude) for the most up-to-date list of available models and their IDs. Make sure to use the *model ID*, not the model name, when configuring Roo Code.
26+
Refer to the [Google Cloud documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude) for the most up-to-date list of available models and their IDs.
2727

2828
## Configuration in Roo Code
2929

30-
1. **Open Roo Code Settings:** Click the gear icon (⚙️) in the Roo Code panel.
31-
2. **Select Provider:** Choose "Vertex" from the "API Provider" dropdown.
30+
1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
31+
2. **Select Provider:** Choose "GCP Vertex AI" from the "API Provider" dropdown.
3232
3. **Enter Project ID:** Enter your Google Cloud Project ID.
3333
4. **Select Region:** Choose the region where your Vertex AI resources are located (e.g., `us-east5`).
34-
5. **Select Model:** Choose your desired model from the "Model ID" dropdown.
34+
5. **Select Model:** Choose your desired model from the "Model" dropdown.
3535

3636
## Tips and Notes
3737

3838
* **Permissions:** Ensure your Google Cloud account has the necessary permissions to access Vertex AI and the specific models you want to use.
39-
* **Pricing:** Refer to the [Vertex AI pricing](https://cloud.google.com/vertex-ai/pricing) page for details.
39+
* **Pricing:** Refer to the [Vertex AI pricing](https://cloud.google.com/vertex-ai/pricing) page for details.

0 commit comments

Comments
 (0)