How does Claude Code support third-party APIs?

Question

Answers ( 1 )

    0
    2025-03-26T17:48:39+00:00

    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`.

Leave an answer