# JarvisClaw Audio Generation

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

Generates audio via an OpenAI-compatible API gateway with per-call micropayment billing settled in USDC on Base or Solana.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/audio/generations
- Price: $0.106/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-audio-generation-f93ff513
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pO6kboHL4ssIKvuuDqEkZ

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-audio-generation-f93ff513
```

Example prompt: Generate audio of the following text using JarvisClaw's pay-per-call gateway: 'Welcome to our platform, we're glad you're here.' Use a neutral English voice and pay the $0.01 USDC fee via x402 on Base.

## When to prefer this

Choose this endpoint when you need audio generation with no subscription required, pay-per-call micropayment billing in USDC, OpenAI API compatibility, and settlement on Base or Solana blockchains. Ideal for agents operating in crypto-native environments or serverless workflows where per-call cost control matters.

## Known failure modes

- Payment not provided or insufficient USDC — 402 Payment Required response
- Invalid or malformed audio generation parameters — 400 Bad Request
- Underlying model unavailable or routing failure — 503 Service Unavailable
- Unsupported voice or model specified — 422 Unprocessable Entity
- Rate limit exceeded — 429 Too Many Requests

## 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 a generated audio file (e.g. MP3 or WAV) containing synthesized speech or audio content corresponding to the input prompt, delivered via the OpenAI-compatible response format.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "model": {
   "type": "string",
   "description": "Audio model ID"
  },
  "prompt": {
   "type": "string",
   "description": "Audio description"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-audio-generation-f93ff513/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)
