You're looking at a specific version of this model. Jump to the model overview.
prunaai /p-video-avatar:5dc5aef0
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| image |
string
|
Input image (first frame). Supports jpg, jpeg, png, webp.
|
|
| resolution |
None
|
720p
|
Resolution of the video.
|
| audio |
string
|
Optional uploaded audio to drive avatar speech. If provided, this is used instead of voice_script and voice settings.
|
|
| voice |
None
|
Zephyr (Female)
|
Voice to use when generating speech from voice_script.
|
| voice_script |
string
|
|
Exact words the avatar should say. Required when no audio file is uploaded.
|
| voice_prompt |
string
|
Say the following.
|
Optional style instructions for how to speak voice_script, such as tone, pacing, accent, or emotion. These instructions are not spoken.
|
| voice_language |
None
|
English (US)
|
Language/accent target for generated speech.
|
| seed |
integer
|
Random seed. Set for reproducible generation.
|
|
| video_prompt |
string
|
The person is talking.
|
Optional visual prompt describing how the person should appear or behave while speaking.
|
| negative_prompt |
string
|
|
Mention what you do NOT want in the video, e.g. "Subtitles", "low quality".
|
| disable_safety_filter |
boolean
|
True
|
Disable safety filter for prompts and input image. When disabled, prompts are not checked for unsafe content before generation.
|
| disable_prompt_upsampling |
boolean
|
False
|
When true, skip automatic enhancement of the visual video prompt and use video_prompt directly.
|
| no_op |
boolean
|
False
|
Health check mode - returns status without inference.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}