mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
test(claude_code): pin vertex opus passthrough deployment to the global endpoint
This commit is contained in:
parent
c4fee0eafe
commit
e7ade2ea09
1 changed files with 5 additions and 1 deletions
|
|
@ -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) ----
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue