Build an LLM API Health Checker with Node.js and Zod
A normal API health check usually asks one question:
Did the server return a successful HTTP status?
That is useful, but it is not enough for an LLM API.
An endpoint can return 200 OK while still be
tokenbay.hashnode.dev14 min read