const response = await openai.createImage({ prompt: "a white siamese cat", n: 1, size: "1024x1024", }); image_url = response.data.data[0].url;
top of page

Generate your own News image

bottom of page