# JarvisClaw Realtime AI API Gateway

> JarvisClaw Realtime AI API Gateway is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Routes real-time AI inference requests through an OpenAI-compatible gateway with smart model routing, paid per call via x402 protocol in USDC.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/realtime
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-realtime-ai-api-gateway-d8d41de2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cLpptFI2II5C5aJzAQs1r

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 jarvisclaw-realtime-ai-api-gateway-d8d41de2
```

Example prompt: Send this prompt to JarvisClaw's real-time AI gateway and get a response back: 'Summarize the key risks of investing in small-cap stocks in three bullet points.'

## When to prefer this

Choose this endpoint when you need real-time AI inference with no subscription commitment, want OpenAI SDK compatibility, and prefer paying per call in USDC via x402 on Base or Solana. Ideal for agents that need bursty, on-demand AI completions with crypto-native payment rails rather than traditional API key billing.

## Known failure modes

- Payment not settled — x402 payment required before response is returned
- Insufficient USDC balance — transaction fails at payment layer
- Invalid input schema — missing or malformed 'input' field returns 400 error
- Model routing failure — no available backend model returns 503
- Rate limiting — too many concurrent calls may return 429
- Network timeout — real-time inference exceeds latency threshold

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

Returns an AI-generated text completion or structured response from the smart-routed model, in an OpenAI-compatible format. The response includes the generated output text and is delivered in real time after a USDC payment of $0.045 is settled on Base or Solana via x402.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-realtime-ai-api-gateway-d8d41de2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
