OpenPixels

Seedance 1.5 Pro Performance

Author:ByteDance
Type:Video
Providers:fal.ai (Unknown - verify with provider), Replicate (Unknown - verify with provider), WaveSpeed AI (Unknown - verify with provider), runware.ai (Unknown - verify with provider)
Aliases:seedance-1.5-pro

Parameter Playground

This field is required

Please fill in all required fields marked with *

Generated image will appear here

Arguments

  • promptRequiredfal, replicate, wavespeed, runware
    Type:string
    Text prompt for video generation
  • image_urlOptionalfal, wavespeed, runware
    Type:string
  • aspect_ratioOptionalfal, replicate, wavespeed
    Type:enum
    Values:"16:9""9:16""1:1"
  • durationOptionalfal, replicate, wavespeed, runware
    Type:union
// npm install openpixels

import { OpenPixels } from "openpixels"

const client = new OpenPixels({
  apiKey: "sk-op-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
})

const result = await client.run({
  model: "seedance-1.5"
})