How does Claude Code support third-party APIs?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.
Answers ( 1 )
Claude Code supports integration with Amazon Bedrock and Google Vertex AI:
- Amazon Bedrock: Set `CLAUDE_CODE_USE_BEDROCK=1` and optionally configure the model and URL. AWS credentials are required.
- Google Vertex AI: Set `CLAUDE_CODE_USE_VERTEX=1` with the region as `us-east5`. GCP credentials are required.
Both integrations allow disabling prompt caching by setting `DISABLE_PROMPT_CACHING=1`.