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