# JarvisClaw AI Completions API

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

Generates AI text completions via an OpenAI-compatible gateway with smart model routing, billed per call in USDC over x402

## Facts

- Endpoint: GET https://api.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-completions-api-91bf5ebc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ooZQ1nTdZRP0n-1reQswe

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-completions-api-91bf5ebc
```

Example prompt: Use JarvisClaw's completions endpoint to generate a short product description for a noise-cancelling Bluetooth headphone — route to whatever model gives the best result and charge my USDC wallet per call.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible text completions with per-call crypto billing (USDC on Base or Solana) rather than a traditional monthly subscription. Ideal for AI agents, agentic pipelines, or Web3 applications that want pay-as-you-go LLM access without managing multiple API keys, benefiting from smart model routing to get the best available model automatically.

## Known failure modes

- Insufficient USDC balance causes payment failure and request rejection
- Invalid or malformed input string returns a 400 bad request error
- x402 payment protocol negotiation failure blocks request processing
- Model routing failure if no suitable backend model is available
- Rate limiting or quota exceeded on underlying model provider
- Network timeout if the chosen model takes too long to respond

## How this service works

AI API endpoint - pay per request with USDC on Base and Solana

## Output

Returns an AI-generated text completion in an OpenAI-compatible response format, including the generated text content and relevant metadata such as token usage and model used. Payments are deducted in USDC on Base or Solana via the x402 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-completions-api-91bf5ebc/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)
