# GEDX402 Whisper Tiny EN ASR (x402)

> GEDX402 Whisper Tiny EN ASR (x402) is a paid API for AI agents from ged-x402-media.jvalamis.workers.dev, paid per call via x402, $0.0077/call, status unknown (last checked 2026-09-13).

Transcribes English audio to text using Whisper Tiny EN via Cloudflare Workers AI, paid per-call with USDC on multiple chains

## Facts

- Endpoint: GET https://ged-x402-media.jvalamis.workers.dev/v1/asr/whisper-tiny-en
- Price: $0.0077/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-whisper-tiny-en-asr-x402-b0a9f305
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nMsJCMwyYhPdErPA9uKNu

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 gedx402-whisper-tiny-en-asr-x402-b0a9f305
```

Example prompt: Can you transcribe this audio recording for me? Here's the base64-encoded WAV file — just give me the text of what was said.

## When to prefer this

Choose this endpoint when you need fast, pay-per-use English speech-to-text transcription without API key setup, using USDC micropayments on any supported chain (Base, Polygon, Arbitrum, World, Solana). Ideal for lightweight, low-cost ASR tasks where Whisper Tiny EN accuracy is sufficient and you want to avoid subscription-based ASR services.

## Known failure modes

- Invalid or corrupt base64 audio data returns an error
- Non-English audio may produce poor or garbled transcriptions since the model is English-only
- Audio too long or too large may exceed processing limits
- Payment failure on the chosen chain (Base, Polygon, Arbitrum, World, Solana) results in a 402 response and no transcription
- Missing or empty audio parameter returns a bad request error

## How this service works

x402 workers ai. pay with usdc on base, polygon, arbitrum, world, or solana. no api keys.

## Output

A JSON object with a 'text' field containing the transcribed English speech from the provided audio, e.g. {"text": "Transcribed speech."}

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "audio": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "text": "Transcribed speech."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-whisper-tiny-en-asr-x402-b0a9f305/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ged-x402-media.jvalamis.workers.dev](https://www.zero.xyz/host/ged-x402-media.jvalamis.workers.dev/llms.txt)
