Add claude-sonnet-4-5-20250929 to anthropic E2E test config

The test_all_beta_headers test parametrizes with this model but it was
missing from the proxy config, causing a 400 Invalid model name error.
This commit is contained in:
Ishaan Jaffer 2026-02-13 18:59:41 -08:00
parent 460f517a71
commit 3a42c2b61c

View file

@ -1,4 +1,9 @@
model_list:
- model_name: claude-sonnet-4-5-20250929
litellm_params:
model: "anthropic/claude-sonnet-4-5-20250929"
api_key: os.environ/ANTHROPIC_API_KEY
- model_name: bedrock-claude-sonnet-3.5
litellm_params:
model: "bedrock/us.anthropic.claude-3-5-sonnet-20240620-v1:0"