Schema representing a CreateImageVariationRequest within the OpenAI API
t() :: %ExOpenAI.Components.CreateImageVariationRequest{ image: bitstring(), n: integer(), response_format: :b64_json | :url, size: :"1024x1024" | :"512x512" | :"256x256", user: String.t() }