i←OpenAI.Image.Create 'a giraffe snowboarding'
i.size←'512x512'
i.n←3 ⍝ Number of variants to create
i.Run.IsOK
⍪Response.Data.data.url
i.Show
