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