From e7ade2ea09e10df03d2d65332e91cca3059fd62a Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Thu, 16 Jul 2026 09:13:21 -0700 Subject: [PATCH] test(claude_code): pin vertex opus passthrough deployment to the global endpoint --- tests/e2e/claude_code/test_config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/e2e/claude_code/test_config.yaml b/tests/e2e/claude_code/test_config.yaml index e9253da2b3c..509f05589e2 100644 --- a/tests/e2e/claude_code/test_config.yaml +++ b/tests/e2e/claude_code/test_config.yaml @@ -78,11 +78,15 @@ model_list: vertex_project: os.environ/VERTEXAI_PROJECT vertex_location: os.environ/VERTEXAI_LOCATION use_in_pass_through: true + # The opus tier pins `global`: the test project's opus-4-7 + # input-TPM quota is granted only on the global endpoint, not + # regionally, and the split keeps both passthrough URL shapes + # (regional host vs locations/global) under test. - model_name: claude-opus-4-7-vertex litellm_params: model: vertex_ai/claude-opus-4-7 vertex_project: os.environ/VERTEXAI_PROJECT - vertex_location: os.environ/VERTEXAI_LOCATION + vertex_location: global use_in_pass_through: true # ---- Microsoft Foundry (Anthropic deployments on Azure) ----