Skip to content

inference.seedance-2-5.txt2vid.v1

View markdown

The inference.seedance-2-5.txt2vid.v1 job generates a video from a text prompt using Dreamina Seedance 2.5.

{
"type": "inference.seedance-2-5.txt2vid.v1",
"config": {
"prompt": "a red fox trotting through a snowy forest at golden hour"
}
}

This job type is also available under its partner alias inference.partner.seedance-2-5.txt2vid.v1.

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"required": [
"type",
"config"
],
"properties": {
"type": {
"type": "string"
},
"config": {
"type": "object",
"properties": {
"prompt": {
"type": "string"
}
}
}
}
}