test(claude_code): pin vertex opus passthrough deployment to the global endpoint

This commit is contained in:
mateo-berri 2026-07-16 09:13:21 -07:00
parent c4fee0eafe
commit e7ade2ea09

View file

@ -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) ----