This field is required
Generated image will appear here
stringnumberstringbooleannumbernumberstringstring// npm install openpixels
import { OpenPixels } from "openpixels"
const client = new OpenPixels({
apiKey: "sk-op-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
})
const result = await client.run({
model: "wan-2.1-14b"
})