OpenPixels

WAN 2.1 [1.3B] Performance

Author:WAN
Type:Video
Providers:fal.ai (Flat rate: $0.2 per invocation), Replicate (Flat rate: $0.2 per invocation)

Parameter Playground

This field is required

Please fill in all required fields marked with *

Generated image will appear here

Arguments

  • promptRequiredfal, replicate
    Type:string
    Text prompt for video generation
  • stepsOptionalfal, replicate
    Type:number
  • start_image_urlOptionalfal, replicate
    Type:string
  • expand_promptOptionalfal, replicate
    Type:boolean
  • widthOptionalfal, replicate
    Type:number
  • heightOptionalfal, replicate
    Type:number
  • aspect_ratioOptionalfal, replicate
    Type:string
  • resolutionOptionalfal, replicate
    Type:string
// npm install openpixels

import { OpenPixels } from "openpixels"

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

const result = await client.run({
  model: "wan-2.1-1.3b"
})