Released on Feb 6, 2026
<aside> 💡 All migrations to 1.50.x releases you can find in the main sample on GitHub.
</aside>
Gen AI allows the creation of realistic videos from portraits. Your users only need to upload a photo and a sound track, then our neural networks will generate the video with perfect lip syncing and no hallucinations.

<aside> ❗ Please check out Pull Request with migration changes.
</aside>
CocoaPods
Below is Podfile for 1.50.0 release with Face AR.
source '<https://github.com/Banuba/specs.git>'
source '[<https://github.com/sdk-banuba/banuba-sdk-podspecs.git>](<https://github.com/sdk-banuba/banuba-sdk-podspecs.git>)'
platform :ios, '15.0'
use_frameworks!
target 'Example' do
banuba_sdk_version = '1.50.0'
pod 'BanubaVideoEditorSDK', banuba_sdk_version
pod 'BanubaSDK', banuba_sdk_version
pod 'BanubaARCloudSDK', banuba_sdk_version #optional
pod 'BanubaAudioBrowserSDK', banuba_sdk_version #optional
pod 'BanubaGenAIVideos', banuba_sdk_version #optional
end
Below is Podfile for 1.50.0 release with NO Face AR
source '<https://github.com/Banuba/specs.git>'
source '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '15.0'
use_frameworks!
target 'Example' do
banuba_sdk_version = '1.50.0'
pod 'BanubaVideoEditorSDK', banuba_sdk_version
pod 'BanubaSDKSimple', banuba_sdk_version
pod 'BanubaARCloudSDK', banuba_sdk_version #optional
pod 'BanubaAudioBrowserSDK', banuba_sdk_version #optional
pod 'BanubaGenAIVideos', banuba_sdk_version #optional
end
Request new license with GEN AI feature and secret key from Banuba representatives.
Add NEW framework BanubaGenAIVideos to your target (CocoaPods, SPM, or XCFramework).