# JarvisClaw Realtime AI API Gateway

> JarvisClaw Realtime AI API Gateway is a paid API for AI agents from uat.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 per-call micropayments settled in USDC

## Facts

- Endpoint: GET https://uat.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-f84c7f2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0Xhxb0JGTPt36fDsKbfYJ

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-f84c7f2e
```

Example prompt: Send this prompt to JarvisClaw's real-time AI gateway and pay per call in USDC: 'Summarize the key trends in renewable energy for 2024 in three bullet points.'

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI inference with pay-per-call crypto micropayments via x402, particularly when avoiding subscription models or integrating crypto-native payment flows settled in USDC on Base or Solana. Prefer it over traditional OpenAI endpoints when the caller is an autonomous agent managing its own wallet and needs to settle inference costs on-chain in real time.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Malformed input string results in 400 bad request
- Smart router unavailable returns 503 service error
- Payment settlement failure on Base or Solana chain leads to transaction rejection
- Model backend timeout returns 504 gateway timeout
- Invalid x402 payment header causes authentication rejection

## How this service works

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

## Output

An AI-generated text completion or inference result returned in an OpenAI-compatible response format, produced by JarvisClaw's smart-routed model backend. Payment of $0.045 USDC is settled on Base or Solana per call 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-f84c7f2e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from uat.jarvisclaw.ai](https://www.zero.xyz/host/uat.jarvisclaw.ai/llms.txt)
