You're looking at a specific version of this model. Jump to the model overview.
prunaai /p-video-edit:e5448ac5
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 |
|---|---|---|---|
| video |
string
|
Input video to edit. Maximum length: 15 seconds.
|
|
| prompt |
string
|
Text prompt describing the edit.
|
|
| images |
array
|
[]
|
Optional reference image(s) for reference-guided editing. Up to 4 images. Supports jpg, jpeg, png, webp.
|
| task |
None
|
auto
|
Editing task. Use auto to choose from the prompt, or pick a specific task. Reference tasks require at least one image.
|
| prompt_upsampling |
boolean
|
True
|
Use prompt upsampling to enhance the edit prompt.
|
| draft |
boolean
|
False
|
Draft mode. Generates a faster, lower-quality preview of the edit.
|
| save_audio |
boolean
|
True
|
Save the video with audio.
|
| seed |
integer
|
Max: 2147483647 |
Random seed. Set for reproducible generation.
|
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'}