omicverse.fm.list_models¶ omicverse.fm.list_models(task=None, skill_ready_only=False)[source]¶ List available single-cell foundation models. Parameters: task (str, optional) – Filter by task type ('embed', 'annotate', 'integrate', 'perturb', 'spatial', 'drug_response'). skill_ready_only (bool) – If True, only show models with complete adapter specs. Returns: {"count": int, "models": [...]}. Return type: dict