pub fn build_extract_request( files: &[PathBuf], backend: &str, root: &Path, api_key: Option<&str>, model: Option<&str>, ) -> Result<OpenAiCompatRequest>