Schema representing a CreateUploadRequest within the OpenAI API
@type t() :: %ExOpenAI.Components.CreateUploadRequest{ bytes: integer(), filename: String.t(), mime_type: String.t(), purpose: :vision | :"fine-tune" | :batch | :assistants }