Provides struct and type for a Audio.Speech.CreateRequest
@type t() :: %OpenAi.Audio.Speech.CreateRequest{ input: String.t(), model: String.t(), response_format: String.t() | nil, speed: number() | nil, voice: String.t() }