0.1.0
Version 0.1.0 - October 7th, 2024
Introducing the first version of RunveyKit, the unofficial Swift SDK for the RunwayML REST API. This library is designed to help you quickly prototype and integrate with RunwayML's image to video generation features.
Highlights
- Generate images using text prompts and input images.
- Customize parameters like duration and aspect ratio.
- Uses Swift's async/await and compatible with Swift 6.
- Manage tasks easily: retrieve details, cancel, or delete them.
Requirements
- Swift 6.0+
- iOS 14.0+, macOS 13.0+, tvOS 14.0+, watchOS 8.0+, visionOS 1.0+
Installation
Add RunveyKit to your Swift package dependencies:
dependencies: [
.package(url: "https://github.com/rryam/RunveyKit.git", from: "0.1.0")
]
Note
This library is for prototyping. For production, secure your API keys properly. I warned you, okay?
License
MIT License.
Contributing
I would love your contributions! Feel free to submit a Pull Request.
Disclaimer
This is an unofficial library and not affiliated with RunwayML.