{{ toast.text }}

{{ confirmDialog.title }}

{{ confirmDialog.message }}

Model Control

Manage model containers and monitor runtime health

Checking admin access…

Admin role is required to view and control models.

Model Control

Auto-refreshes every 10 seconds.

Display Name Model ID Running Healthy Runtime Actions

{{ model.displayName }}

{{ model.containerName }}

{{ model.modelId }} {{ model.running ? 'RUNNING' : 'OFF' }} {{ model.healthy ? 'HEALTHY' : 'UNHEALTHY' }}

dtype: {{ model.healthPayload.model_param_dtype || '—' }} (not loaded)

device: {{ model.healthPayload.model_param_device || model.healthPayload.device_requested || '—' }}

VRAM: {{ formatBytes(model.healthPayload.cuda_memory_allocated_bytes || 0) }} alloc / {{ formatBytes(model.healthPayload.cuda_memory_reserved_bytes || 0) }} reserved

GPU: {{ model.healthPayload.active_gpu_name }}

health error: {{ model.healthPayloadError }}
No models available.

{{ errorMsg }}