* * @summary Creates an edited or extended image given an original image and a prompt. * @param {File} image The image to edit. Must be a valid PNG file, less than 4MB, and square. If mask is not provided, image must have transparency, which will be used as the mask. * @p
(image: File, prompt: string, mask?: File, n?: number, size?: string, responseFormat?: string, user?: string, options?: AxiosRequestConfig)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected