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
Add support for using Claude models via Google Cloud Vertex AI with Application Default Credentials (ADC), similar to how Claude Code supports Vertex AI.
Context
Many enterprise and GCP-native users access Claude models through Google Cloud Vertex AI rather than directly via the Anthropic API. Claude Code already supports this workflow natively by setting a few environment variables and authenticating via gcloud auth application-default login — no separate Anthropic API key needed.
Feature Request
Add support for using Claude models via Google Cloud Vertex AI with Application Default Credentials (ADC), similar to how Claude Code supports Vertex AI.
Context
Many enterprise and GCP-native users access Claude models through Google Cloud Vertex AI rather than directly via the Anthropic API. Claude Code already supports this workflow natively by setting a few environment variables and authenticating via
gcloud auth application-default login— no separate Anthropic API key needed.The typical setup in Claude Code looks like:
Proposed Behavior
T3 Code could support a similar configuration where users can:
gcloud auth application-default login, service account keys (GOOGLE_APPLICATION_CREDENTIALS), or workload identityThis would allow organizations that route all AI traffic through GCP to use T3 Code without needing a separate Anthropic API key.
Related
Note
Responses generated with Claude