🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@ai-sdk/provider

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/provider - npm Package Compare versions

Comparing version
3.0.11
to
3.0.12
+6
-0
CHANGELOG.md
# @ai-sdk/provider
## 3.0.12
### Patch Changes
- f19334d: feat (video): add first-class `generateAudio` call option
## 3.0.11

@@ -4,0 +10,0 @@

+1
-1
{
"name": "@ai-sdk/provider",
"version": "3.0.11",
"version": "3.0.12",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "sideEffects": false,

@@ -58,2 +58,7 @@ import type { SharedV3ProviderOptions } from '../../shared';

/**
* Whether the model should generate audio alongside the video.
*/
generateAudio: boolean | undefined;
/**
* Additional provider-specific options that are passed through to the provider

@@ -60,0 +65,0 @@ * as body parameters.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display