v1

latestOpenAPI 3.1.02026-08-04356.2 KB
Monitoring

Health

Endpoint to check the health status of the server.

Returns: dict: A dictionary containing the following keys: - status (str): The health status of the server, always "healthy". - queue_size (int): The number of items in the queue managed by queue_manager. - current_adapter (str): The name of the currently loaded LoRA model, or "none" if no model is loaded.

get/health

Response

Successful Response

statusstring required

Health status of the server.

queue_sizeinteger required

Number of items in the processing queue.

current_adapterstring required

Name of the currently loaded LoRA adapter.

All 3 operations