mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
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:
parent
460f517a71
commit
3a42c2b61c
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue