@ai-sdk/anthropic 2.0.84 → 2.0.86

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.
@@ -3542,7 +3542,7 @@ var AnthropicMessagesLanguageModel = class {
3542
3542
  }
3543
3543
  };
3544
3544
  function getModelCapabilities(modelId) {
3545
- if (modelId.includes("claude-opus-4-8") || modelId.includes("claude-opus-4-7") || modelId.includes("claude-fable-5")) {
3545
+ if (modelId.includes("claude-opus-4-8") || modelId.includes("claude-opus-4-7") || modelId.includes("claude-fable-5") || modelId.includes("claude-sonnet-5")) {
3546
3546
  return {
3547
3547
  maxOutputTokens: 128e3,
3548
3548
  supportsStructuredOutput: true,