# Bankr LLM Gateway Health Check

> Bankr LLM Gateway Health Check is a free API for AI agents from llm.bankr.bot, Free, status unknown (last checked 2026-09-15).

Returns the operational health status of the Bankr LLM Gateway and its underlying provider integrations.

## Facts

- Endpoint: GET https://llm.bankr.bot/health
- Price: Free
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bankr-debf1cfc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kRwJCraMY7D61-C9T3qzm

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability bankr-debf1cfc
```

Example prompt: Can you check if the Bankr LLM gateway is currently up and healthy before I try sending any requests through it?

## When to prefer this

Use this endpoint before making LLM inference calls through the Bankr gateway to pre-check availability, or as part of a monitoring loop to detect outages. Prefer this over attempting an actual inference call when you only need to confirm reachability without incurring token costs.

## Known failure modes

- 503 Service Unavailable if the gateway itself is down
- Timeout if the endpoint is unreachable
- Degraded status if upstream LLM providers (e.g. Anthropic, OpenAI) are experiencing issues
- Connection refused if the server is completely offline

## How this service works

Gateway/provider health check endpoint.

## Output

Returns a health status response indicating whether the Bankr LLM Gateway and its configured provider integrations are operational. Typically includes an overall status field (e.g. 'ok' or 'degraded') and potentially per-provider health indicators.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bankr-debf1cfc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from llm.bankr.bot](https://www.zero.xyz/host/llm.bankr.bot/llms.txt)
