@ai-sdk/anthropic 3.0.90 → 3.0.91

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
@@ -12,7 +12,7 @@ import {
12
12
  } from "@ai-sdk/provider-utils";
13
13
 
14
14
  // src/version.ts
15
- var VERSION = true ? "3.0.90" : "0.0.0-test";
15
+ var VERSION = true ? "3.0.91" : "0.0.0-test";
16
16
 
17
17
  // src/anthropic-messages-language-model.ts
18
18
  import {
@@ -5196,7 +5196,7 @@ var AnthropicMessagesLanguageModel = class {
5196
5196
  }
5197
5197
  };
5198
5198
  function getModelCapabilities(modelId) {
5199
- if (modelId.includes("claude-opus-4-8") || modelId.includes("claude-opus-4-7") || modelId.includes("claude-fable-5")) {
5199
+ if (modelId.includes("claude-opus-4-8") || modelId.includes("claude-opus-4-7") || modelId.includes("claude-fable-5") || modelId.includes("claude-sonnet-5")) {
5200
5200
  return {
5201
5201
  maxOutputTokens: 128e3,
5202
5202
  supportsStructuredOutput: true,