pub async fn create_transcription(
configuration: &Configuration,
file: PathBuf,
model: &str,
prompt: Option<&str>,
response_format: Option<&str>,
temperature: Option<f32>,
language: Option<&str>,
) -> Result<CreateTranscriptionResponse, Error<CreateTranscriptionError>>