Provides struct and type for a Image.VariationCreateRequest
@type t() :: %OpenAi.Image.VariationCreateRequest{ image: String.t(), model: String.t() | nil, n: integer() | nil, response_format: String.t() | nil, size: String.t() | nil, user: String.t() | nil }