Icon of Imagine AI Function: Brush painting a simplified landscape

IMAGINE

Transforms text descriptions into generated images using OpenAI's DALL·E

Generate images within Google Sheets using the powerful image generator DALL·E, OpenAI's counterpart to Midjourney. This Smart Function allows for the generation of images in batch by using spreadsheets to provide image descriptions.

Examples
=IMAGINE_X("Black cat sitting on the checkered floor")

Output Example:
https://ucarecdn.com/efa8f0b0-f0f9-4b19-a736-6936a7433b43/imagine_2024-02-22_13-14-51.jpg
=IMAGINE_Y(M6,"",{"style",$I$3; "size",$J$3; "quality",$K$3})

Output Example:
https://ucarecdn.com/b11bc604-6482-4980-be37-810457c9ec4f/imagine_2024-02-22_13-25-08.jpg
=IMAGINE_X(E12, "", {"style","vivid"; "size","1024x1792"; "quality","hd";  "filename",E12; "model","dall-e-3"})

Output Example:
https://ucarecdn.com/5247aa36-9a63-46b6-91ae-a01fa3d05eb8/Panda.jpg

Arguments List
=IMAGINE_X(prompt, [placeholder], [options])
=IMAGINE_Y(prompt, [placeholder], [options])
Options List
Particular object at the end of a formula which contains optional parameters values in the form {"parameter_name",value; "next_parameter_name",value}
For Example: {"style","natural"; "size","1792x1024"; "quality","hd""filename",E14; "model","dall-e-3"}