Skip to main content
GET
/
llm
/
health
LLM service health check
curl --request GET \
  --url https://api.httpayer.com/llm/health
{
  "status": "ok",
  "configured": true,
  "timestamp": "2023-11-07T05:31:56Z"
}

Response

LLM service is available

status
string
Example:

"ok"

configured
boolean
Example:

true

timestamp
string<date-time>