Generated image will appear here
stringenum"16:9""9:16"unionenum"720p""1080p"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"
})