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