Skip to main content

image_edits

Creates, updates, deletes, gets or lists a image_edits resource.

Overview

Nameimage_edits
TypeResource
Idopenai.images.image_edits

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
create_image_editINSERT

INSERT example

Use the following StackQL query and manifest file to create a new image_edits resource.

/*+ create */
INSERT INTO openai.images.image_edits (

)
SELECT

;