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