Generated image will appear here
stringnumbernumberstringstringnumber// npm install openpixels
import { OpenPixels } from "openpixels"
const client = new OpenPixels({
apiKey: "sk-op-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
})
const result = await client.run({
model: "flux-2-pro",
prompt: "A beautiful sunset over a calm ocean",
width: 1024,
height: 1024,
aspect_ratio: "1:1",
resolution: "720p",
seed: 42
})