VideoGeneration

Since

0.3.0-beta01

Functions

Link copied to clipboard
suspend fun experimental_generateVideo(model: VideoModel, prompt: String, n: Int = 1, image: GeneratedFile? = null, durationSeconds: Float? = null, size: String? = null, aspectRatio: String? = null, providerOptions: ProviderOptions = ProviderOptions.None, headers: Map<String, String> = emptyMap(), abortSignal: AbortSignal = AbortSignalNever, seed: Int? = null, fps: Int? = null, resolution: String? = null, maxParallelCalls: Int = DEFAULT_MAX_PARALLEL_CALLS): GenerateVideoResult
Link copied to clipboard
suspend fun generateVideo(model: VideoModel, prompt: String, n: Int = 1, image: GeneratedFile? = null, durationSeconds: Float? = null, size: String? = null, aspectRatio: String? = null, providerOptions: ProviderOptions = ProviderOptions.None, headers: Map<String, String> = emptyMap(), abortSignal: AbortSignal = AbortSignalNever, seed: Int? = null, fps: Int? = null, resolution: String? = null, logger: Logger = NoopLogger, maxParallelCalls: Int = DEFAULT_MAX_PARALLEL_CALLS): GenerateVideoResult