# JarvisClaw AI API Gateway – Completions

> JarvisClaw AI API Gateway – Completions 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-15).

Routes AI text completion requests through a smart gateway, billing per call via x402 in USDC on Base or Solana, with an OpenAI-compatible interface.

## Facts

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

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-ai-api-gateway-completions-0918ad8b
```

Example prompt: Using JarvisClaw's smart-routed AI gateway, generate a concise product description for a noise-cancelling wireless headphone — bill it pay-per-call in USDC.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible text completions billed on a per-call basis in USDC (no subscriptions), especially in Web3-native agent pipelines that support the x402 payment protocol and need settlement on Base or Solana. Prefer it over direct OpenAI when you want crypto-native micropayment billing or smart routing across multiple LLM backends.

## Known failure modes

- Insufficient USDC balance or failed x402 payment — payment required (402) response returned
- Malformed or missing input field — 400 Bad Request
- Upstream LLM provider unavailable — 502 or 503 error from gateway
- Rate limiting if too many concurrent requests — 429 Too Many Requests
- Invalid wallet or chain configuration — payment settlement failure

## 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 in an OpenAI-compatible response format. Each successful call deducts $0.045 USDC from the caller's balance, settled on Base or Solana via the x402 payment protocol.

## 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-ai-api-gateway-completions-0918ad8b/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)
