
fofr/chained-video
Public
21
runs
Run fofr/chained-video with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
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 |
---|---|---|---|
initial_prompt |
string
|
Initial video prompt
|
|
chain_length |
integer
|
3
Min: 1 Max: 10 |
Number of videos to chain together
|
use_fast_model |
boolean
|
True
|
Use Wan 2.2 5B (faster/cheaper) instead of Veo-3-fast
|
check_dialogue |
boolean
|
False
|
Check for dialogue/speech in videos and include in context
|
{
"type": "object",
"title": "Input",
"required": [
"initial_prompt"
],
"properties": {
"chain_length": {
"type": "integer",
"title": "Chain Length",
"default": 3,
"maximum": 10,
"minimum": 1,
"x-order": 1,
"description": "Number of videos to chain together"
},
"check_dialogue": {
"type": "boolean",
"title": "Check Dialogue",
"default": false,
"x-order": 3,
"description": "Check for dialogue/speech in videos and include in context"
},
"initial_prompt": {
"type": "string",
"title": "Initial Prompt",
"x-order": 0,
"description": "Initial video prompt"
},
"use_fast_model": {
"type": "boolean",
"title": "Use Fast Model",
"default": true,
"x-order": 2,
"description": "Use Wan 2.2 5B (faster/cheaper) instead of Veo-3-fast"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}
Example API response
View prediction
'https://replicate.delivery/xezq/DS4ji3TvJD5aAJRxXRR3JVtDVzWPfXttFIVwVKJDlFblELkKA/combined_video.mp4'