diff --git a/docs/my-website/release_notes/v1.74.7/index.md b/docs/my-website/release_notes/v1.74.7/index.md
index 28df6511fe0..d663cf580bb 100644
--- a/docs/my-website/release_notes/v1.74.7/index.md
+++ b/docs/my-website/release_notes/v1.74.7/index.md
@@ -78,7 +78,7 @@ This brings the following benefits for LiteLLM users:
## Bulk Editing Users
-
+
v1.74.7-stable introduces Bulk Editing Users on the UI. This is useful for:
- granting all existing users to a default team (useful for controlling access / tracking spend by team)
diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json
index dbb0f8c369e..85792bdd09f 100644
--- a/litellm/model_prices_and_context_window_backup.json
+++ b/litellm/model_prices_and_context_window_backup.json
@@ -5541,25 +5541,6 @@
"supports_response_schema": true,
"supports_tool_choice": true
},
- "claude-2": {
- "max_tokens": 8191,
- "max_input_tokens": 100000,
- "max_output_tokens": 8191,
- "input_cost_per_token": 8e-06,
- "output_cost_per_token": 2.4e-05,
- "litellm_provider": "anthropic",
- "mode": "chat"
- },
- "claude-2.1": {
- "max_tokens": 8191,
- "max_input_tokens": 200000,
- "max_output_tokens": 8191,
- "input_cost_per_token": 8e-06,
- "output_cost_per_token": 2.4e-05,
- "litellm_provider": "anthropic",
- "mode": "chat",
- "supports_tool_choice": true
- },
"claude-3-haiku-20240307": {
"max_tokens": 4096,
"max_input_tokens": 200000,
@@ -5669,23 +5650,6 @@
"deprecation_date": "2025-03-01",
"supports_tool_choice": true
},
- "claude-3-sonnet-20240229": {
- "max_tokens": 4096,
- "max_input_tokens": 200000,
- "max_output_tokens": 4096,
- "input_cost_per_token": 3e-06,
- "output_cost_per_token": 1.5e-05,
- "litellm_provider": "anthropic",
- "mode": "chat",
- "supports_function_calling": true,
- "supports_vision": true,
- "tool_use_system_prompt_tokens": 159,
- "supports_assistant_prefill": true,
- "supports_prompt_caching": true,
- "supports_response_schema": true,
- "deprecation_date": "2025-07-21",
- "supports_tool_choice": true
- },
"claude-3-5-sonnet-latest": {
"supports_computer_use": true,
"max_tokens": 8192,