pub async fn create_translation(
configuration: &Configuration,
file: PathBuf,
model: &str,
prompt: Option<&str>,
response_format: Option<&str>,
temperature: Option<f32>,
) -> Result<CreateTranslationResponse, Error<CreateTranslationError>>