andreasjansson/wan2.6-music-history
Forked from andreasjansson/1986-local-news
Forked from andreasjansson/1986-local-news
Public
4
runs
Run andreasjansson/wan2.6-music-history 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 |
|---|---|---|---|
| num_videos |
integer
|
5
Min: 1 Max: 20 |
Number of video clips to generate
|
| clip_duration |
None
|
5
|
Duration of each video clip in seconds
|
{
"type": "object",
"title": "Input",
"properties": {
"num_videos": {
"type": "integer",
"title": "Num Videos",
"default": 5,
"maximum": 20,
"minimum": 1,
"x-order": 0,
"description": "Number of video clips to generate"
},
"clip_duration": {
"enum": [
5,
10,
15
],
"type": "integer",
"title": "clip_duration",
"description": "Duration of each video clip in seconds",
"default": 5,
"x-order": 1
}
}
}
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"
}