← All models
EchoMimic V3 generates a talking avatar model from a picture, audio and text prompt.
Details
- Accepts
- image + audio
Pricing
- Price
- 25 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The seed to use for the video generation. |
| promptrequired | string | The prompt to use for the video generation. |
| audio_urlrequired | string | The URL of the audio to use as a reference for the video generation. |
| image_urlrequired | string | The URL of the image to use as a reference for the video generation. |
| guidance_scale | number | The guidance scale to use for the video generation. |
| negative_prompt | string | The negative prompt to use for the video generation. |
| audio_guidance_scale | number | The audio guidance scale to use for the video generation. |
| num_frames_per_generation | integer | The number of frames to generate at once. |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video file. |