import OptimusHumanoid from "ai-tradestore"; const optimushumanoid = new OptimusHumanoid(); const response = await optimushumanoid.images.create({
model: "black-forest-labs/FLUX.1-pro",
prompt: "Cats eating popcorn",
steps: 10,
n: 4 }); console.log(response.data[0].b64_json);