* Creates an image given a prompt.
(body, options)
| 84337 | * Creates an edited or extended image given an original image and a prompt. |
| 84338 | */ |
| 84339 | edit(body, options) { |
| 84340 | return this._client.post("/images/edits", multipartFormRequestOptions({ body, ...options })); |
| 84341 | } |
| 84342 | /** |
| 84343 | * Creates an image given a prompt. |
| 84344 | */ |
no test coverage detected