OpenPixels

Veo 2 Performance

Author:Google
Type:Video
Providers:fal.ai (Per second: $0.5 per second), Replicate (Per second: $0.5 per second (billed))
Aliases:veo-2/i2v

Parameter Playground

Generated image will appear here

Arguments

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

import { OpenPixels } from "openpixels"

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

const result = await client.run({
  model: "veo-2",
  prompt: "A lego chef cooking eggs in a kitchen, cinematic lighting, detailed",
  aspect_ratio: "16:9",
  duration: 5,
  image_url: "https://example.com/image.jpg"
})