Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

1 line
1.0 KiB
JSON

{"content": "{\n \"description\": \"Connect Claude Code with Google Vertex AI to access Anthropic's Claude models through Google Cloud Platform. Automatically configures all available Claude models (Sonnet, Haiku, Opus) with enterprise-grade infrastructure, billing, and security. Requires: GCP project with Vertex AI API enabled, authenticated gcloud CLI, and model access approval in Model Garden.\",\n \"env\": {\n \"CLAUDE_CODE_USE_VERTEX\": \"1\",\n \"CLOUD_ML_REGION\": \"global\",\n \"ANTHROPIC_VERTEX_PROJECT_ID\": \"your-gcp-project-id\",\n \"VERTEX_REGION_CLAUDE_3_5_SONNET\": \"global\",\n \"VERTEX_REGION_CLAUDE_3_5_HAIKU\": \"global\",\n \"VERTEX_REGION_CLAUDE_3_7_SONNET\": \"global\",\n \"VERTEX_REGION_CLAUDE_4_0_OPUS\": \"global\",\n \"VERTEX_REGION_CLAUDE_4_0_SONNET\": \"global\",\n \"VERTEX_REGION_CLAUDE_4_1_OPUS\": \"global\",\n \"VERTEX_REGION_CLAUDE_4_5_SONNET\": \"global\",\n \"ANTHROPIC_MODEL\": \"claude-sonnet-4-5@20250929\",\n \"ANTHROPIC_SMALL_FAST_MODEL\": \"claude-3-5-haiku@20241022\"\n }\n}"}