pub async fn call_cloud_model( api_key: &str, model: &str, prompt: &str, ) -> Result<AtomicNote, CloudError>