@@ -57,7 +57,7 @@ def return_val():
5757 "type" : "message" ,
5858 "role" : "assistant" ,
5959 "content" : [{"type" : "text" , "text" : "Hello!" }],
60- "model" : "claude-3-5 -sonnet-20240620 " ,
60+ "model" : "claude-3-7 -sonnet-20250219 " ,
6161 "stop_reason" : "end_turn" ,
6262 "stop_sequence" : None ,
6363 "usage" : {"input_tokens" : 12 , "output_tokens" : 6 },
@@ -74,7 +74,7 @@ def return_val():
7474 # Act: Call the litellm.acompletion function
7575 response = await litellm .acompletion (
7676 api_key = "mock_api_key" ,
77- model = "anthropic/claude-sonnet-4-5-20250929 " ,
77+ model = "anthropic/claude-3-7-sonnet-20250219 " ,
7878 messages = [
7979 {"role" : "user" , "content" : "What's the weather like in Boston today?" }
8080 ],
@@ -154,7 +154,7 @@ def return_val():
154154 }
155155 ],
156156 "max_tokens" : 4096 ,
157- "model" : "claude-3-5 -sonnet-20240620 " ,
157+ "model" : "claude-3-7 -sonnet-20250219 " ,
158158 }
159159
160160 mock_post .assert_called_once_with (
@@ -605,7 +605,7 @@ def return_val():
605605 "type" : "message" ,
606606 "role" : "assistant" ,
607607 "content" : [{"type" : "text" , "text" : "Hello!" }],
608- "model" : "claude-3-5 -sonnet-20240620 " ,
608+ "model" : "claude-3-7 -sonnet-20250219 " ,
609609 "stop_reason" : "end_turn" ,
610610 "stop_sequence" : None ,
611611 "usage" : {"input_tokens" : 12 , "output_tokens" : 6 },
@@ -622,7 +622,7 @@ def return_val():
622622 # Act: Call the litellm.acompletion function
623623 response = await litellm .acompletion (
624624 api_key = "mock_api_key" ,
625- model = "anthropic/claude-sonnet-4-5-20250929 " ,
625+ model = "anthropic/claude-3-7-sonnet-20250219 " ,
626626 messages = [
627627 {
628628 "role" : "system" ,
@@ -685,7 +685,7 @@ def return_val():
685685 }
686686 ],
687687 "max_tokens" : 4096 ,
688- "model" : "claude-3-5 -sonnet-20240620 " ,
688+ "model" : "claude-3-7 -sonnet-20250219 " ,
689689 }
690690
691691 mock_post .assert_called_once_with (
0 commit comments