mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
fix(test): run the all-beta-headers bedrock cases on Claude Fable 5.1
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
02736e20cc
commit
7966f50c34
2 changed files with 12 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ async def test_anthropic_messages_with_all_beta_headers(model_name, provider_nam
|
|||
@pytest.mark.parametrize(
|
||||
"model_name,provider_name",
|
||||
[
|
||||
("bedrock-claude-opus-4.5", "bedrock"),
|
||||
("bedrock-converse-claude-sonnet-4.5", "bedrock_converse"),
|
||||
("bedrock-claude-fable-5.1", "bedrock"),
|
||||
("bedrock-converse-claude-fable-5.1", "bedrock_converse"),
|
||||
],
|
||||
)
|
||||
async def test_bedrock_invoke_messages_with_all_beta_headers(model_name, provider_name):
|
||||
|
|
|
|||
|
|
@ -25,6 +25,11 @@ model_list:
|
|||
model: "bedrock/us.anthropic.claude-opus-4-5-20251101-v1:0"
|
||||
aws_region_name: "us-east-1"
|
||||
|
||||
- model_name: bedrock-claude-fable-5.1
|
||||
litellm_params:
|
||||
model: "bedrock/us.anthropic.claude-fable-5-1"
|
||||
aws_region_name: "us-east-1"
|
||||
|
||||
- model_name: bedrock-nova-pro
|
||||
litellm_params:
|
||||
model: "bedrock/us.amazon.nova-pro-v1:0"
|
||||
|
|
@ -35,6 +40,11 @@ model_list:
|
|||
litellm_params:
|
||||
model: "bedrock/converse/us.anthropic.claude-sonnet-4-5-20250929-v1:0"
|
||||
aws_region_name: "us-east-1"
|
||||
|
||||
- model_name: bedrock-converse-claude-fable-5.1
|
||||
litellm_params:
|
||||
model: "bedrock/converse/us.anthropic.claude-fable-5-1"
|
||||
aws_region_name: "us-east-1"
|
||||
|
||||
# Azure AI models
|
||||
- model_name: azure-ai-claude-opus-4.5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue