Optional
apiThe OpenAI API key
Optional
modelThe model to use.
"dall-e-2" | "dall-e-3"
"dall-e-3"
Optional
modelThe model to use.
Alias for model
"dall-e-2" | "dall-e-3"
"dall-e-3"
Optional
nThe number of images to generate.
Must be between 1 and 10.
For dall-e-3, only n: 1
is supported.
1
Optional
openAIApiThe OpenAI API key
Alias for apiKey
Optional
organizationThe organization to use
Optional
qualityThe quality of the image that will be generated. ‘hd’ creates images with finer details and greater consistency across the image.
"standard"
Optional
responseThe format in which the generated images are returned. Must be one of "url" or "b64_json".
"url"
Optional
sizeThe size of the generated images. Must be one of 256x256, 512x512, or 1024x1024 for DALL·E-2 models. Must be one of 1024x1024, 1792x1024, or 1024x1792 for DALL·E-3 models.
"1024x1024"
Optional
styleThe style of the generated images. Must be one of vivid or natural. Vivid causes the model to lean towards generating hyper-real and dramatic images. Natural causes the model to produce more natural, less hyper-real looking images.
"vivid"
Optional
userA unique identifier representing your end-user, which will help OpenAI to monitor and detect abuse.
Generated using TypeDoc
An interface for the Dall-E API Wrapper.