No description available.
# P Video Avatar ## Overview No README was provided for this model yet. ## Model Metadata - Provider: replicate - Category: Video - Output Type: video - Slug: p-video-avatar ## Notes Use the Playground tab above to test prompts and parameters.
Model input reference derived from preset schema.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| seed | integer | No | null | Random seed. Set for reproducible generation. |
| audio | audio | No | null | Optional uploaded audio to drive avatar speech. If provided, this is used instead of voice_script and voice settings. |
| image | image | Yes | null | Input image (first frame). Supports jpg, jpeg, png, webp. |
| no_op | boolean | No | false | Health check mode - returns status without inference. |
| voice | select | No | "Zephyr (Female)" | Voice to use when generating speech from voice_script. |
| resolution | select | No | "720p" | Resolution of the video. |
| video_prompt | string | No | "The person is talking." | Optional visual prompt describing how the person should appear or behave while speaking. |
| voice_prompt | string | No | "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_script | string | No | "" | Exact words the avatar should say. Required when no audio file is uploaded. |
| voice_language | select | No | "English (US)" | Language/accent target for generated speech. |
| negative_prompt | string | No | "" | Disabled if empty.Mention what you do NOT want in the video, e.g. "subtitles, text, blurry, low quality, frames, watermark, titles, scene change". We recommend using multiple keywords at once. |
| disable_safety_filter | boolean | No | true | Disable safety filter for prompts and input image. When disabled, prompts are not checked for unsafe content before generation. |
| strength_negative_prompt | number | No | 0.5 | Strength of the Negative Prompt. Optimal value can differ for different video lengths (Experimental Feature) |
| disable_prompt_upsampling | boolean | No | false | When true, skip automatic enhancement of the visual video prompt and use video_prompt directly. |