Generated image will appear here
stringenum"16:9""9:16"unionstring// 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"
})