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