← All models
Ovi Text to Video
ovi
Video generationby ovi
A unified paradigm for audio-video generation
Example
Pricing
- Price
- 25 cr / video
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility. If None, a random seed is chosen. |
| promptrequired | string | The text prompt to guide video generation. |
| resolution | stringenum: 512x992, 992x512, 960x512, 512x960, 720x720, 448x1120… | Resolution of the generated video in W:H format. One of (512x992, 992x512, 960x512, 512x960, 720x720, or 448x1120). |
| negative_prompt | string | Negative prompt for video generation. |
| num_inference_steps | integer | The number of inference steps. |
| audio_negative_prompt | string | Negative prompt for audio generation. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation. |
| video | — | The generated video file. |
