@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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @ai-sdk/anthropic
2
2
 
3
+ ## 3.0.75
4
+
5
+ ### Patch Changes
6
+
7
+ - 3f06680: Remove stale `effort-2025-11-24` beta header — the extended thinking effort parameter is GA and no longer requires the beta flag. Vertex AI's strict validator was actively rejecting requests with this header.
8
+
9
+ ## 3.0.74
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [7beadf0]
14
+ - @ai-sdk/provider-utils@4.0.26
15
+
3
16
  ## 3.0.73
4
17
 
5
18
  ### Patch Changes
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ var import_provider4 = require("@ai-sdk/provider");
32
32
  var import_provider_utils25 = require("@ai-sdk/provider-utils");
33
33
 
34
34
  // src/version.ts
35
- var VERSION = true ? "3.0.73" : "0.0.0-test";
35
+ var VERSION = true ? "3.0.75" : "0.0.0-test";
36
36
 
37
37
  // src/anthropic-messages-language-model.ts
38
38
  var import_provider3 = require("@ai-sdk/provider");
@@ -3413,9 +3413,6 @@ var AnthropicMessagesLanguageModel = class {
3413
3413
  });
3414
3414
  }
3415
3415
  }
3416
- if (anthropicOptions == null ? void 0 : anthropicOptions.effort) {
3417
- betas.add("effort-2025-11-24");
3418
- }
3419
3416
  if (anthropicOptions == null ? void 0 : anthropicOptions.taskBudget) {
3420
3417
  betas.add("task-budgets-2026-03-13");
3421
3418
  }