* Creates an edited or extended image given an original image and a prompt.
(body, options)
| 84331 | * Creates a variation of a given image. |
| 84332 | */ |
| 84333 | createVariation(body, options) { |
| 84334 | return this._client.post("/images/variations", multipartFormRequestOptions({ body, ...options })); |
| 84335 | } |
| 84336 | /** |
| 84337 | * Creates an edited or extended image given an original image and a prompt. |
| 84338 | */ |
nothing calls this directly
no test coverage detected