@ai-sdk/anthropic 3.0.73 → 3.0.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3441,9 +3441,6 @@ var AnthropicMessagesLanguageModel = class {
3441
3441
  });
3442
3442
  }
3443
3443
  }
3444
- if (anthropicOptions == null ? void 0 : anthropicOptions.effort) {
3445
- betas.add("effort-2025-11-24");
3446
- }
3447
3444
  if (anthropicOptions == null ? void 0 : anthropicOptions.taskBudget) {
3448
3445
  betas.add("task-budgets-2026-03-13");
3449
3446
  }