Health health ¶ This module defines the health_router of the Mirumoji API. Attributes: Name Type Description health_router APIRouter The FastAPI Router Object gpu_check() async ¶ Collects information about the system running the API, including OS, GPUs, Python Version , etc Returns: Type Description dict[str, Any] Information about the system running the API health_check() async ¶ Minimal ping endpoint to check if the API is running Returns: Type Description dict[str, str] UP status confirmation