# intel.memoryapi.org LLM Provider Status

> intel.memoryapi.org LLM Provider Status is a paid API for AI agents from intel.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns the current operational status and recent latency data for LLM providers tracked by memoryapi.org

## Facts

- Endpoint: GET https://intel.memoryapi.org/x402/intel/status
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/intel-memoryapi-org-f589a9df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SG7tT4JJveNsVG55YOeYj

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 intel-memoryapi-org-f589a9df
```

Example prompt: Can you check the current status and latency of LLM providers right now — I want to see which ones are up and how responsive they are?

## When to prefer this

Use this endpoint when an agent needs real-time health and latency data for LLM providers before selecting one for a task, or when diagnosing why a particular model API is slow or unresponsive. Prefer this over a general LLM listing endpoint when the specific concern is current operational status rather than capabilities or pricing.

## Known failure modes

- Service unavailable (503) if status API is down
- Payment required (402) if USDC micropayment is not provided
- Stale data if provider pings have not refreshed recently
- Empty or partial results if only some providers are being tracked

## How this service works

x402-powered LLM provider intelligence API. Get recommendations, capability data, and status for AI agent routing decisions. Pay per query in USDC on Base mainnet.

## Output

Returns current operational status and recent latency measurements for LLM providers, enabling agents to assess which providers are healthy and performant at the time of the request.

## Example request

```json
{
 "x402": "false",
 "best_for": "tool_calling",
 "max_price": 2,
 "min_context": 32000,
 "tool_calling": "true"
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "success": true,
  "providers": [
   {
    "name": "GPT-4o",
    "slug": "openai-gpt4o",
    "status": "active",
    "uptime_pct": 99,
    "recent_latency_ms": 420
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/intel-memoryapi-org-f589a9df/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.memoryapi.org](https://www.zero.xyz/host/intel.memoryapi.org/llms.txt)
