| Package | Description |
|---|---|
| ai.z.openapi.api.videos |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<VideoObject> |
VideosApi.videoGenerations(VideoCreateParams request)
Generate videos from text or image prompts using CogVideoX Creates high-quality
videos with natural camera movements and semantic coherence Supports text-to-video
generation with detailed prompt descriptions Supports image-to-video generation
using image_url parameter for enhanced control
|
io.reactivex.rxjava3.core.Single<VideoObject> |
VideosApi.videoGenerationsResult(String id)
Retrieve the result of an asynchronous video generation Gets the generated video
result using the task ID from video generation request Video generation is
typically asynchronous due to computational complexity
|
Copyright © 2025. All rights reserved.