Schema representing a CreateTranslationRequest within the OpenAI API
@type t() :: %ExOpenAI.Components.CreateTranslationRequest{ file: bitstring() | {String.t(), bitstring()}, model: :"whisper-1" | String.t(), prompt: String.t() | nil, response_format: String.t() | nil, temperature: float() | nil }