You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model = "us.anthropic.claude-3-7-sonnet-20250219-v1:0"
167
+
}
168
+
```
169
+
170
+
> [!NOTE]
171
+
> For additional Bedrock configuration options (model selection, token limits, region overrides, etc.), see the [Claude Code Bedrock documentation](https://docs.claude.com/en/docs/claude-code/amazon-bedrock).
172
+
173
+
### Usage with Google Vertex AI
174
+
175
+
#### Prerequisites
176
+
177
+
GCP project with Vertex AI API enabled, Claude models enabled through Model Garden, Google Cloud authentication configured, appropriate IAM permissions.
178
+
179
+
Configure Claude Code to use Google Vertex AI for accessing Claude models through Google Cloud Platform.
> For additional Vertex AI configuration options (model selection, token limits, region overrides, etc.), see the [Claude Code Vertex AI documentation](https://docs.claude.com/en/docs/claude-code/google-vertex-ai).
211
+
118
212
## Troubleshooting
119
213
120
214
If you encounter any issues, check the log files in the `~/.claude-module` directory within your workspace for detailed information.
0 commit comments