Claude Code SettingAPI128 installs

Vertex Configuration

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.

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --setting="api/vertex-configuration" --yes

Requires Claude Code. The command adds this setting to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this setting

Component source

{

"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.",

"env": {

"CLAUDE_CODE_USE_VERTEX": "1",

"CLOUD_ML_REGION": "global",

"ANTHROPIC_VERTEX_PROJECT_ID": "your-gcp-project-id",

"VERTEX_REGION_CLAUDE_3_5_SONNET": "global",

"VERTEX_REGION_CLAUDE_3_5_HAIKU": "global",

"VERTEX_REGION_CLAUDE_3_7_SONNET": "global",

"VERTEX_REGION_CLAUDE_4_0_OPUS": "global",

"VERTEX_REGION_CLAUDE_4_0_SONNET": "global",

"VERTEX_REGION_CLAUDE_4_1_OPUS": "global",

"VERTEX_REGION_CLAUDE_4_5_SONNET": "global",

"ANTHROPIC_MODEL": "claude-sonnet-4-5@20250929",

"ANTHROPIC_SMALL_FAST_MODEL": "claude-3-5-haiku@20241022"

}

}

Type
Setting
Category
API
Installs
128
Source
GitHub ↗

Related Claude Code Settings

SettingAPI

Custom Headers

Add custom headers to API requests for specialized authentication or routing requirements. Useful for enterprise deployments with custom authentication systems or API gateways that require additional metadata.

22 installsView →
SettingAPI

Corporate Proxy

Configure proxy settings for corporate network environments. Allows Claude Code to work behind corporate firewalls and proxy servers while maintaining security compliance with enterprise network policies.

18 installsView →
SettingAPI

Bedrock Configuration

Configure Claude Code to use Amazon Bedrock for AI model access. Enables enterprise-grade deployment with AWS billing and compliance features, ideal for organizations already using AWS infrastructure.

8 installsView →
SettingStatusline

Context Monitor

Real-time Claude Code context usage monitor with visual progress bars, color-coded alerts, session analytics (cost, duration, lines changed), and auto-compact warnings. Tracks conversation context consumption and provides visual feedback to prevent session interruptions.

1.6k installsView →
SettingEnvironment

Performance Optimization

Optimize Claude Code performance by adjusting token limits and disabling non-essential features. Reduces API costs and improves response times for development workflows focused on code quality over conversational features.

710 installsView →
SettingEnvironment

Development Utils

Enhanced development environment configuration with useful utilities and debugging features. Includes built-in ripgrep usage, terminal title updates, and directory maintenance for improved developer experience.

406 installsView →

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.