Gateway health and connectivity status
Failed to fetch LiteLLM health
{requestError}
OK
{String(Boolean(health.ok))}
Latency
{health.latency_ms === null || health.latency_ms === undefined ? "—" : `${health.latency_ms} ms`}
Endpoint
{valueOrDash(health.endpoint)}
HTTP Status
{valueOrDash(health.http_status)}
Error
{valueOrDash(health.error)}
No health data available.
{/if}