← All models
MultiTalk model generates a multi-person conversation video from an image and audio files. Creates a realistic scene where multiple people speak in sequence.
Example
Details
- Accepts
- image + audio
Pricing
- Price
- 25 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed for reproducibility. If None, a random seed is chosen. |
| promptrequired | string | The text prompt to guide video generation. |
| image_urlrequired | string | URL of the input image. If the input image does not match the chosen aspect ratio, it is resized and center cropped. |
| num_frames | integer | Number of frames to generate. Must be between 81 to 129 (inclusive). If the number of frames is greater than 81, the video will be generated with 1.25x more billing units. |
| resolution | stringenum: 480p, 720p | Resolution of the video to generate. Must be either 480p or 720p. |
| acceleration | stringenum: none, regular, high | The acceleration level to use for generation. |
| first_audio_urlrequired | string | The URL of the Person 1 audio file. |
| second_audio_url | — | The URL of the Person 2 audio file. |
| use_only_first_audio | boolean | Whether to use only the first audio file. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation. |
| video | — | The generated video file. |