@ai-sdk/anthropic 2.0.84 → 2.0.85

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/dist/index.mjs CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  } from "@ai-sdk/provider-utils";
12
12
 
13
13
  // src/version.ts
14
- var VERSION = true ? "2.0.84" : "0.0.0-test";
14
+ var VERSION = true ? "2.0.85" : "0.0.0-test";
15
15
 
16
16
  // src/anthropic-messages-language-model.ts
17
17
  import {
@@ -3557,7 +3557,7 @@ var AnthropicMessagesLanguageModel = class {
3557
3557
  }
3558
3558
  };
3559
3559
  function getModelCapabilities(modelId) {
3560
- if (modelId.includes("claude-opus-4-8") || modelId.includes("claude-opus-4-7") || modelId.includes("claude-fable-5")) {
3560
+ if (modelId.includes("claude-opus-4-8") || modelId.includes("claude-opus-4-7") || modelId.includes("claude-fable-5") || modelId.includes("claude-sonnet-5")) {
3561
3561
  return {
3562
3562
  maxOutputTokens: 128e3,
3563
3563
  supportsStructuredOutput: true,