pub async fn load_model( host: &str, port: u16, model_id: &str, model_path: Option<&str>, ) -> Result<(), String>
Load a model via the llama-server Router API.