Provides struct and type for a Audio.Translation.CreateRequest
@type t() :: %OpenAi.Audio.Translation.CreateRequest{ file: String.t(), model: String.t(), prompt: String.t() | nil, response_format: String.t() | nil, temperature: number() | nil }