OpenPixels

WAN 2.1 [14B] Performance

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

Parameter Playground

This field is required

Please fill in all required fields marked with *

Generated image will appear here

Arguments

  • promptRequiredfal
    Type:string
    Text prompt for video generation
  • stepsOptionalfal
    Type:number
  • start_image_urlOptionalfal
    Type:string
  • expand_promptOptionalfal
    Type:boolean
  • widthOptionalfal
    Type:number
  • heightOptionalfal
    Type:number
  • aspect_ratioOptionalfal
    Type:string
  • resolutionOptionalfal
    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-14b"
})