OpenPixels

Veo 3.1 Performance

Author:Google
Type:Video
Providers:fal.ai (Unknown - verify with provider), Replicate (Unknown - verify with provider), DeepInfra (Unknown - verify with provider), WaveSpeed AI (Unknown - verify with provider), runware.ai (Unknown - verify with provider)

Parameter Playground

Generated image will appear here

Arguments

  • promptRequiredfal, replicate, deepinfra, wavespeed, runware
    Type:string
    Text prompt describing the video you want to generate
  • aspect_ratioOptionalfal, replicate, wavespeed
    Type:enum
    Values:"16:9""9:16"
  • durationOptionalfal, replicate, wavespeed, runware
    Type:union
  • resolutionOptionalfal
    Type:enum
    Values:"720p""1080p"
  • image_urlOptionalfal, wavespeed, runware
    Type:string
// npm install openpixels

import { OpenPixels } from "openpixels"

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

const result = await client.run({
  model: "veo-3.1",
  prompt: "A serene mountain lake at sunrise with morning mist",
  aspect_ratio: "16:9",
  duration: 8,
  resolution: "720p",
  image_url: "https://example.com/image.jpg"
})