Skip to main content

image_variations

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

Overview

Nameimage_variations
TypeResource
Idopenai.images.image_variations

Fields

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

Methods

NameAccessible byRequired ParamsDescription
create_image_variationINSERT

INSERT example

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

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

)
SELECT

;